Shades of Deep Magenta #CC0EDD
Tints of Deep Magenta #CC0EDD
RGB
CMYK
RGB Variations
Color information
#CC0EDD (or 0xCC0EDD) is known color: Deep Magenta. HEX triplet: CC, 0E and DD. RGB value is (204,14,221). Sum of RGB (Red+Green+Blue) = 204+14+221=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EDD is #33F122. Grayscale: #5D5D5D. Windows color (decimal): -3404067 or 14487244. OLE color: 14487244.
HSL color Cylindrical-coordinate representation of color #CC0EDD: hue angle of 295.07º 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 #CC0EDD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 14 | 221 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.13 |
| HSL | 295.07º | 0.88% | 0.46% | - |
| HSV(B) | 295.07º | 0.94% | 0.87% | - |
| XYZ | 38.11 | 18.37 | 69.94 | - |
| YUV | 94.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 221 | 0.08 | 0.94 | 0 | 0.13 | 295.07 | 0.88 | 0.46 |
| Hex | CC | E | DD | 8 | 5E | 0 | D | 127 | 58 | 2E |
| Octal | 314 | 16 | 335 | 10 | 136 | 0 | 15 | 447 | 130 | 56 |
| Binary | 11001100 | 1110 | 11011101 | 1000 | 1011110 | 0 | 1101 | 100100111 | 1011000 | 101110 |
Color Harmonies of #CC0EDD
Complementary color
Monochromatic Colors of #CC0EDD
Black with #CC0EDD
Text Example
Text Example
White with #CC0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EDD; }
p { color: rgb(204,14,221); }
H1.HeaderClassName
{
color: #CC0EDD;
}
.AnyTagClassName
{
color: #CC0EDD;
}
</style>
background-color css
<style>
a { background-color: #CC0EDD; }
a { background-color: rgb(204,14,221); }
div.DivClassName
{
background-color: #CC0EDD;
}
.BgClassName
{
background-color: #CC0EDD;
}
</style>
border-color css
<style>
span { border-color: #CC0EDD; }
span { border-color: rgb(204,14,221); }
td.TdClassName
{
border-color: #CC0EDD;
}
.TagClassName
{
border-color: #CC0EDD;
}
</style>