Skip to main content Skip to docs navigation

#c511ae hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Punk Rock Purple and its hex is #BB11AA Nearest Color Name

Color Hue/Base color: Red

Hex #c511ae Color code in RGB color code model is created after adding 77.25% red color, 6.67% green color and 68.24% blue color. Hex #c511ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 12% yellow and 22.75% black.

Hex #c511ae color code is between #cc00aa web safe hex color code and #bb00bb web safe hex color code. #cc00aa is the nearest web safe color code. You can see here many more shades of #c511ae color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c511ae #c511ae
RGB Decimal 197, 17, 174 197, 17, 174
RGB Percent 77%, 7%, 68% rgb(77%, 7%, 68%)
CSS RGBa 197, 17, 174,1 rgba(197,17,174,1)
CMYK Model cmyk(0%,91%,12%,22.75%)
HSL Color Space 308,84% ,42% hsl(308,84% ,42%)
HSV Color Space 308°, 91%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00010001 10101110
Octal 305 21 256
Decimal 197 17 174
Hex c5 11 ae

Different shades of #c511ae color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #c511ae
#380532
Darker of #c511ae
#67095b
Dark of #c511ae
#960d85
Base of #c511ae
#c511ae
Light of #c511ae
#ec1dd1
Lighter
#f04cdb
Lightest
#f47be4

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c511ae
#11c528

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c511ae
#54c511
#11c582

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7311c5
#9111c5
#c511ae
#c51172
#c51127

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c511ae
#11aec5
#aec511

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c511ae
#aec511
#11c528
#2811c5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c511ae
#c58211
#11c528
#1154c5

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #c511ae

#090108
#380532
#67095b
#960d85
#c511ae
#ec1dd1
#f04cdb
#f47be4
#f8aaee

Tints of #c511ae Color

#c511ae
#cb2bb7
#d145c0
#d860c9
#de7ad2
#e595db
#ebafe4
#f2caed
#f8e4f6
#ffffff

Shades of #c511ae color code

Generate more color scales with scales (color stack) generator.

#c511ae
#af0f9a
#990d87
#830b74
#6d0960
#57074d
#41053a
#2b0326
#150113
#000000

Tones

#c511ae
#b0269e
#9a3c8e
#85517e
#6f676e

Tones

Similar Color like #c511ae color

Find visually similar hex color codes nearing to #c511ae hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c612af
#c713b0
#c814b1
#c915b2
#ca16b3
#cb17b4
#cc18b5
#cd19b6
#ce1ab7
#cf1bb8
#d01cb9
#d11dba
#d21ebb
#d31fbc
#c410ad
#c30fac
#c20eab
#c10daa
#c00ca9
#bf0ba8
#be0aa7
#bd09a6
#bc08a5
#bb07a4
#ba06a3
#b905a2
#b804a1
#b703a0

Download this Dark Red

Hex #c511ae Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c511ae Color Code Preview on Black Background Color

This is how #c511ae Color will look on black background color. Color contrast ratio is 4.07

#c511ae in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c511ae">Your Example Paragraph content text in with font color #c511ae </p>

Your Example Paragraph content text in with font color #c511ae

HTML with inline CSS

<div style="color:#c511ae">Your Paragraph text in with font color #c511ae </div>

Your Example Paragraph content text in with font color #c511ae

#c511ae color code is use for CSS Background Color

Background color for the above div is #c511ae

HTML with inline CSS

<div style="background-color:#c511ae;"></div>

#c511ae color code is use for CSS Border Color

CSS Border color for the above div is #c511ae

HTML with inline CSS

<div style="border:5px solid #c511ae;"></div>

CSS Border Left color for the above div is #c511ae

HTML with inline CSS

<div style="border-left:5px solid #c511ae;"></div>

CSS Border Right color for the above div is #c511ae

HTML with inline CSS

<div style="border-right:5px solid #c511ae;"></div>

CSS Border Bottom color for the above div is #c511ae

HTML with inline CSS

<div style="border-bottom:5px solid #c511ae;"></div>

CSS Border Top color for the above div is #c511ae

HTML with inline CSS

<div style="border-top:5px solid #c511ae;"></div>

#c511ae hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c511ae; } .examplecolorclass {color:#c511ae; } .examplebordercolor {border:3px solid #c511ae; }

#c511ae Color code Preview on White Background

This is how #c511ae Color code will look on white background color. Color contrast ratio is 5.17

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c511ae; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c511ae; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(197,17,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,197,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,17,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }