Shades of Deep Magenta #CC0DD9
Tints of Deep Magenta #CC0DD9
RGB
CMYK
RGB Variations
Color information
#CC0DD9 (or 0xCC0DD9) is known color: Deep Magenta. HEX triplet: CC, 0D and D9. RGB value is (204,13,217). Sum of RGB (Red+Green+Blue) = 204+13+217=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC0DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DD9 is #33F226. Grayscale: #5C5C5C. Windows color (decimal): -3404327 or 14224844. OLE color: 14224844.
HSL color Cylindrical-coordinate representation of color #CC0DD9: hue angle of 296.18º degrees, saturation: 0.89, 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 #CC0DD9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 13 | 217 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.18º | 0.89% | 0.45% | - |
| HSV(B) | 296.18º | 0.94% | 0.85% | - |
| XYZ | 37.57 | 18.13 | 67.17 | - |
| YUV | 93.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 217 | 0.06 | 0.94 | 0 | 0.15 | 296.18 | 0.89 | 0.45 |
| Hex | CC | D | D9 | 6 | 5E | 0 | F | 128 | 59 | 2D |
| Octal | 314 | 15 | 331 | 6 | 136 | 0 | 17 | 450 | 131 | 55 |
| Binary | 11001100 | 1101 | 11011001 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011001 | 101101 |
Color Harmonies of #CC0DD9
Complementary color
Monochromatic Colors of #CC0DD9
Black with #CC0DD9
Text Example
Text Example
White with #CC0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DD9; }
p { color: rgb(204,13,217); }
H1.HeaderClassName
{
color: #CC0DD9;
}
.AnyTagClassName
{
color: #CC0DD9;
}
</style>
background-color css
<style>
a { background-color: #CC0DD9; }
a { background-color: rgb(204,13,217); }
div.DivClassName
{
background-color: #CC0DD9;
}
.BgClassName
{
background-color: #CC0DD9;
}
</style>
border-color css
<style>
span { border-color: #CC0DD9; }
span { border-color: rgb(204,13,217); }
td.TdClassName
{
border-color: #CC0DD9;
}
.TagClassName
{
border-color: #CC0DD9;
}
</style>