Shades of Deep Magenta #CC0EE6
Tints of Deep Magenta #CC0EE6
RGB
CMYK
RGB Variations
Color information
#CC0EE6 (or 0xCC0EE6) is known color: Deep Magenta. HEX triplet: CC, 0E and E6. RGB value is (204,14,230). Sum of RGB (Red+Green+Blue) = 204+14+230=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC0EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EE6 is #33F119. Grayscale: #5E5E5E. Windows color (decimal): -3404058 or 15077068. OLE color: 15077068.
HSL color Cylindrical-coordinate representation of color #CC0EE6: hue angle of 292.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EE6 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 14 | 230 | - |
CMYK | 0.11 | 0.94 | 0 | 0.10 |
HSL | 292.78º | 0.89% | 0.48% | - |
HSV(B) | 292.78º | 0.94% | 0.9% | - |
XYZ | 39.34 | 18.86 | 76.43 | - |
YUV | 95.43 | 203.95 | 205.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 14 | 230 | 0.11 | 0.94 | 0 | 0.10 | 292.78 | 0.89 | 0.48 |
Hex | CC | E | E6 | B | 5E | 0 | A | 125 | 59 | 30 |
Octal | 314 | 16 | 346 | 13 | 136 | 0 | 12 | 445 | 131 | 60 |
Binary | 11001100 | 1110 | 11100110 | 1011 | 1011110 | 0 | 1010 | 100100101 | 1011001 | 110000 |
Color Harmonies of #CC0EE6
Complementary color
Monochromatic Colors of #CC0EE6
Black with #CC0EE6
Text Example
Text Example
White with #CC0EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EE6; }
p { color: rgb(204,14,230); }
H1.HeaderClassName
{
color: #CC0EE6;
}
.AnyTagClassName
{
color: #CC0EE6;
}
</style>
background-color css
<style>
a { background-color: #CC0EE6; }
a { background-color: rgb(204,14,230); }
div.DivClassName
{
background-color: #CC0EE6;
}
.BgClassName
{
background-color: #CC0EE6;
}
</style>
border-color css
<style>
span { border-color: #CC0EE6; }
span { border-color: rgb(204,14,230); }
td.TdClassName
{
border-color: #CC0EE6;
}
.TagClassName
{
border-color: #CC0EE6;
}
</style>