Shades of Deep Magenta #CC0DD8
Tints of Deep Magenta #CC0DD8
RGB
CMYK
RGB Variations
Color information
#CC0DD8 (or 0xCC0DD8) is known color: Deep Magenta. HEX triplet: CC, 0D and D8. RGB value is (204,13,216). Sum of RGB (Red+Green+Blue) = 204+13+216=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC0DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DD8 is #33F227. Grayscale: #5C5C5C. Windows color (decimal): -3404328 or 14159308. OLE color: 14159308.
HSL color Cylindrical-coordinate representation of color #CC0DD8: hue angle of 296.45º 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 #CC0DD8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 13 | 216 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.45º | 0.89% | 0.45% | - |
| HSV(B) | 296.45º | 0.94% | 0.85% | - |
| XYZ | 37.44 | 18.08 | 66.48 | - |
| YUV | 93.25 | 197.28 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 216 | 0.06 | 0.94 | 0 | 0.15 | 296.45 | 0.89 | 0.45 |
| Hex | CC | D | D8 | 6 | 5E | 0 | F | 128 | 59 | 2D |
| Octal | 314 | 15 | 330 | 6 | 136 | 0 | 17 | 450 | 131 | 55 |
| Binary | 11001100 | 1101 | 11011000 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011001 | 101101 |
Color Harmonies of #CC0DD8
Complementary color
Monochromatic Colors of #CC0DD8
Black with #CC0DD8
Text Example
Text Example
White with #CC0DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DD8; }
p { color: rgb(204,13,216); }
H1.HeaderClassName
{
color: #CC0DD8;
}
.AnyTagClassName
{
color: #CC0DD8;
}
</style>
background-color css
<style>
a { background-color: #CC0DD8; }
a { background-color: rgb(204,13,216); }
div.DivClassName
{
background-color: #CC0DD8;
}
.BgClassName
{
background-color: #CC0DD8;
}
</style>
border-color css
<style>
span { border-color: #CC0DD8; }
span { border-color: rgb(204,13,216); }
td.TdClassName
{
border-color: #CC0DD8;
}
.TagClassName
{
border-color: #CC0DD8;
}
</style>