Shades of Deep Magenta #CC0ED9
Tints of Deep Magenta #CC0ED9
RGB
CMYK
RGB Variations
Color information
#CC0ED9 (or 0xCC0ED9) is known color: Deep Magenta. HEX triplet: CC, 0E and D9. RGB value is (204,14,217). Sum of RGB (Red+Green+Blue) = 204+14+217=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC0ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ED9 is #33F126. Grayscale: #5D5D5D. Windows color (decimal): -3404071 or 14225100. OLE color: 14225100.
HSL color Cylindrical-coordinate representation of color #CC0ED9: hue angle of 296.16º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0ED9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 14 | 217 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.16º | 0.88% | 0.45% | - |
| HSV(B) | 296.16º | 0.94% | 0.85% | - |
| XYZ | 37.58 | 18.16 | 67.17 | - |
| YUV | 93.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 217 | 0.06 | 0.94 | 0 | 0.15 | 296.16 | 0.88 | 0.45 |
| Hex | CC | E | D9 | 6 | 5E | 0 | F | 128 | 58 | 2D |
| Octal | 314 | 16 | 331 | 6 | 136 | 0 | 17 | 450 | 130 | 55 |
| Binary | 11001100 | 1110 | 11011001 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011000 | 101101 |
Color Harmonies of #CC0ED9
Complementary color
Monochromatic Colors of #CC0ED9
Black with #CC0ED9
Text Example
Text Example
White with #CC0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0ED9; }
p { color: rgb(204,14,217); }
H1.HeaderClassName
{
color: #CC0ED9;
}
.AnyTagClassName
{
color: #CC0ED9;
}
</style>
background-color css
<style>
a { background-color: #CC0ED9; }
a { background-color: rgb(204,14,217); }
div.DivClassName
{
background-color: #CC0ED9;
}
.BgClassName
{
background-color: #CC0ED9;
}
</style>
border-color css
<style>
span { border-color: #CC0ED9; }
span { border-color: rgb(204,14,217); }
td.TdClassName
{
border-color: #CC0ED9;
}
.TagClassName
{
border-color: #CC0ED9;
}
</style>