Shades of Deep Magenta #CE0CAA
Tints of Deep Magenta #CE0CAA
RGB
CMYK
RGB Variations
Color information
#CE0CAA (or 0xCE0CAA) is known color: Deep Magenta. HEX triplet: CE, 0C and AA. RGB value is (206,12,170). Sum of RGB (Red+Green+Blue) = 206+12+170=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0CAA is #31F355. Grayscale: #575757. Windows color (decimal): -3273558 or 11144398. OLE color: 11144398.
HSL color Cylindrical-coordinate representation of color #CE0CAA: hue angle of 311.13º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CAA is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.19 |
| HSL | 311.13º | 0.89% | 0.43% | - |
| HSV(B) | 311.13º | 0.94% | 0.81% | - |
| XYZ | 32.84 | 16.29 | 39.44 | - |
| YUV | 88.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 170 | 0 | 0.94 | 0.17 | 0.19 | 311.13 | 0.89 | 0.43 |
| Hex | CE | C | AA | 0 | 5E | 11 | 13 | 137 | 59 | 2B |
| Octal | 316 | 14 | 252 | 0 | 136 | 21 | 23 | 467 | 131 | 53 |
| Binary | 11001110 | 1100 | 10101010 | 0 | 1011110 | 10001 | 10011 | 100110111 | 1011001 | 101011 |
Color Harmonies of #CE0CAA
Complementary color
Monochromatic Colors of #CE0CAA
Black with #CE0CAA
Text Example
Text Example
White with #CE0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CAA; }
p { color: rgb(206,12,170); }
H1.HeaderClassName
{
color: #CE0CAA;
}
.AnyTagClassName
{
color: #CE0CAA;
}
</style>
background-color css
<style>
a { background-color: #CE0CAA; }
a { background-color: rgb(206,12,170); }
div.DivClassName
{
background-color: #CE0CAA;
}
.BgClassName
{
background-color: #CE0CAA;
}
</style>
border-color css
<style>
span { border-color: #CE0CAA; }
span { border-color: rgb(206,12,170); }
td.TdClassName
{
border-color: #CE0CAA;
}
.TagClassName
{
border-color: #CE0CAA;
}
</style>