Shades of Deep Magenta #CC0EDE
Tints of Deep Magenta #CC0EDE
RGB
CMYK
RGB Variations
Color information
#CC0EDE (or 0xCC0EDE) is known color: Deep Magenta. HEX triplet: CC, 0E and DE. RGB value is (204,14,222). Sum of RGB (Red+Green+Blue) = 204+14+222=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC0EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EDE is #33F121. Grayscale: #5D5D5D. Windows color (decimal): -3404066 or 14552780. OLE color: 14552780.
HSL color Cylindrical-coordinate representation of color #CC0EDE: hue angle of 294.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EDE is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 14 | 222 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.13 |
| HSL | 294.81º | 0.88% | 0.46% | - |
| HSV(B) | 294.81º | 0.94% | 0.87% | - |
| XYZ | 38.24 | 18.43 | 70.65 | - |
| YUV | 94.52 | 199.95 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 222 | 0.08 | 0.94 | 0 | 0.13 | 294.81 | 0.88 | 0.46 |
| Hex | CC | E | DE | 8 | 5E | 0 | D | 127 | 58 | 2E |
| Octal | 314 | 16 | 336 | 10 | 136 | 0 | 15 | 447 | 130 | 56 |
| Binary | 11001100 | 1110 | 11011110 | 1000 | 1011110 | 0 | 1101 | 100100111 | 1011000 | 101110 |
Color Harmonies of #CC0EDE
Complementary color
Monochromatic Colors of #CC0EDE
Black with #CC0EDE
Text Example
Text Example
White with #CC0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EDE; }
p { color: rgb(204,14,222); }
H1.HeaderClassName
{
color: #CC0EDE;
}
.AnyTagClassName
{
color: #CC0EDE;
}
</style>
background-color css
<style>
a { background-color: #CC0EDE; }
a { background-color: rgb(204,14,222); }
div.DivClassName
{
background-color: #CC0EDE;
}
.BgClassName
{
background-color: #CC0EDE;
}
</style>
border-color css
<style>
span { border-color: #CC0EDE; }
span { border-color: rgb(204,14,222); }
td.TdClassName
{
border-color: #CC0EDE;
}
.TagClassName
{
border-color: #CC0EDE;
}
</style>