Shades of Deep Magenta #CC0CDB
Tints of Deep Magenta #CC0CDB
RGB
CMYK
RGB Variations
Color information
#CC0CDB (or 0xCC0CDB) is known color: Deep Magenta. HEX triplet: CC, 0C and DB. RGB value is (204,12,219). Sum of RGB (Red+Green+Blue) = 204+12+219=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CDB is #33F324. Grayscale: #5C5C5C. Windows color (decimal): -3404581 or 14355660. OLE color: 14355660.
HSL color Cylindrical-coordinate representation of color #CC0CDB: hue angle of 295.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CDB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 12 | 219 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.14 |
| HSL | 295.65º | 0.9% | 0.45% | - |
| HSV(B) | 295.65º | 0.95% | 0.86% | - |
| XYZ | 37.82 | 18.21 | 68.54 | - |
| YUV | 93.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 219 | 0.07 | 0.95 | 0 | 0.14 | 295.65 | 0.9 | 0.45 |
| Hex | CC | C | DB | 7 | 5F | 0 | E | 128 | 5A | 2D |
| Octal | 314 | 14 | 333 | 7 | 137 | 0 | 16 | 450 | 132 | 55 |
| Binary | 11001100 | 1100 | 11011011 | 111 | 1011111 | 0 | 1110 | 100101000 | 1011010 | 101101 |
Color Harmonies of #CC0CDB
Complementary color
Monochromatic Colors of #CC0CDB
Black with #CC0CDB
Text Example
Text Example
White with #CC0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CDB; }
p { color: rgb(204,12,219); }
H1.HeaderClassName
{
color: #CC0CDB;
}
.AnyTagClassName
{
color: #CC0CDB;
}
</style>
background-color css
<style>
a { background-color: #CC0CDB; }
a { background-color: rgb(204,12,219); }
div.DivClassName
{
background-color: #CC0CDB;
}
.BgClassName
{
background-color: #CC0CDB;
}
</style>
border-color css
<style>
span { border-color: #CC0CDB; }
span { border-color: rgb(204,12,219); }
td.TdClassName
{
border-color: #CC0CDB;
}
.TagClassName
{
border-color: #CC0CDB;
}
</style>