Shades of Deep Magenta #CC0EDB
Tints of Deep Magenta #CC0EDB
RGB
CMYK
RGB Variations
Color information
#CC0EDB (or 0xCC0EDB) is known color: Deep Magenta. HEX triplet: CC, 0E and DB. RGB value is (204,14,219). Sum of RGB (Red+Green+Blue) = 204+14+219=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EDB is #33F124. Grayscale: #5D5D5D. Windows color (decimal): -3404069 or 14356172. OLE color: 14356172.
HSL color Cylindrical-coordinate representation of color #CC0EDB: hue angle of 295.61º degrees, saturation: 0.88, 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 #CC0EDB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 14 | 219 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.14 |
| HSL | 295.61º | 0.88% | 0.46% | - |
| HSV(B) | 295.61º | 0.94% | 0.86% | - |
| XYZ | 37.85 | 18.27 | 68.55 | - |
| YUV | 94.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 219 | 0.07 | 0.94 | 0 | 0.14 | 295.61 | 0.88 | 0.46 |
| Hex | CC | E | DB | 7 | 5E | 0 | E | 128 | 58 | 2E |
| Octal | 314 | 16 | 333 | 7 | 136 | 0 | 16 | 450 | 130 | 56 |
| Binary | 11001100 | 1110 | 11011011 | 111 | 1011110 | 0 | 1110 | 100101000 | 1011000 | 101110 |
Color Harmonies of #CC0EDB
Complementary color
Monochromatic Colors of #CC0EDB
Black with #CC0EDB
Text Example
Text Example
White with #CC0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EDB; }
p { color: rgb(204,14,219); }
H1.HeaderClassName
{
color: #CC0EDB;
}
.AnyTagClassName
{
color: #CC0EDB;
}
</style>
background-color css
<style>
a { background-color: #CC0EDB; }
a { background-color: rgb(204,14,219); }
div.DivClassName
{
background-color: #CC0EDB;
}
.BgClassName
{
background-color: #CC0EDB;
}
</style>
border-color css
<style>
span { border-color: #CC0EDB; }
span { border-color: rgb(204,14,219); }
td.TdClassName
{
border-color: #CC0EDB;
}
.TagClassName
{
border-color: #CC0EDB;
}
</style>