Shades of Deep Magenta #CC0DDC
Tints of Deep Magenta #CC0DDC
RGB
CMYK
RGB Variations
Color information
#CC0DDC (or 0xCC0DDC) is known color: Deep Magenta. HEX triplet: CC, 0D and DC. RGB value is (204,13,220). Sum of RGB (Red+Green+Blue) = 204+13+220=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDC is #33F223. Grayscale: #5D5D5D. Windows color (decimal): -3404324 or 14421452. OLE color: 14421452.
HSL color Cylindrical-coordinate representation of color #CC0DDC: hue angle of 295.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DDC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 13 | 220 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.14 |
| HSL | 295.36º | 0.89% | 0.46% | - |
| HSV(B) | 295.36º | 0.94% | 0.86% | - |
| XYZ | 37.96 | 18.29 | 69.24 | - |
| YUV | 93.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 220 | 0.07 | 0.94 | 0 | 0.14 | 295.36 | 0.89 | 0.46 |
| Hex | CC | D | DC | 7 | 5E | 0 | E | 127 | 59 | 2E |
| Octal | 314 | 15 | 334 | 7 | 136 | 0 | 16 | 447 | 131 | 56 |
| Binary | 11001100 | 1101 | 11011100 | 111 | 1011110 | 0 | 1110 | 100100111 | 1011001 | 101110 |
Color Harmonies of #CC0DDC
Complementary color
Monochromatic Colors of #CC0DDC
Black with #CC0DDC
Text Example
Text Example
White with #CC0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DDC; }
p { color: rgb(204,13,220); }
H1.HeaderClassName
{
color: #CC0DDC;
}
.AnyTagClassName
{
color: #CC0DDC;
}
</style>
background-color css
<style>
a { background-color: #CC0DDC; }
a { background-color: rgb(204,13,220); }
div.DivClassName
{
background-color: #CC0DDC;
}
.BgClassName
{
background-color: #CC0DDC;
}
</style>
border-color css
<style>
span { border-color: #CC0DDC; }
span { border-color: rgb(204,13,220); }
td.TdClassName
{
border-color: #CC0DDC;
}
.TagClassName
{
border-color: #CC0DDC;
}
</style>