Shades of Deep Magenta #CC0BDB
Tints of Deep Magenta #CC0BDB
RGB
CMYK
RGB Variations
Color information
#CC0BDB (or 0xCC0BDB) is known color: Deep Magenta. HEX triplet: CC, 0B and DB. RGB value is (204,11,219). Sum of RGB (Red+Green+Blue) = 204+11+219=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BDB is #33F424. Grayscale: #5B5B5B. Windows color (decimal): -3404837 or 14355404. OLE color: 14355404.
HSL color Cylindrical-coordinate representation of color #CC0BDB: hue angle of 295.67º 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 #CC0BDB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 11 | 219 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.14 |
| HSL | 295.67º | 0.9% | 0.45% | - |
| HSV(B) | 295.67º | 0.95% | 0.86% | - |
| XYZ | 37.81 | 18.19 | 68.54 | - |
| YUV | 92.42 | 199.44 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 219 | 0.07 | 0.95 | 0 | 0.14 | 295.67 | 0.9 | 0.45 |
| Hex | CC | B | DB | 7 | 5F | 0 | E | 128 | 5A | 2D |
| Octal | 314 | 13 | 333 | 7 | 137 | 0 | 16 | 450 | 132 | 55 |
| Binary | 11001100 | 1011 | 11011011 | 111 | 1011111 | 0 | 1110 | 100101000 | 1011010 | 101101 |
Color Harmonies of #CC0BDB
Complementary color
Monochromatic Colors of #CC0BDB
Black with #CC0BDB
Text Example
Text Example
White with #CC0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BDB; }
p { color: rgb(204,11,219); }
H1.HeaderClassName
{
color: #CC0BDB;
}
.AnyTagClassName
{
color: #CC0BDB;
}
</style>
background-color css
<style>
a { background-color: #CC0BDB; }
a { background-color: rgb(204,11,219); }
div.DivClassName
{
background-color: #CC0BDB;
}
.BgClassName
{
background-color: #CC0BDB;
}
</style>
border-color css
<style>
span { border-color: #CC0BDB; }
span { border-color: rgb(204,11,219); }
td.TdClassName
{
border-color: #CC0BDB;
}
.TagClassName
{
border-color: #CC0BDB;
}
</style>