Shades of Deep Magenta #CC0BDC
Tints of Deep Magenta #CC0BDC
RGB
CMYK
RGB Variations
Color information
#CC0BDC (or 0xCC0BDC) is known color: Deep Magenta. HEX triplet: CC, 0B and DC. RGB value is (204,11,220). Sum of RGB (Red+Green+Blue) = 204+11+220=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BDC is #33F423. Grayscale: #5B5B5B. Windows color (decimal): -3404836 or 14420940. OLE color: 14420940.
HSL color Cylindrical-coordinate representation of color #CC0BDC: hue angle of 295.41º 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 #CC0BDC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 11 | 220 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.14 |
| HSL | 295.41º | 0.9% | 0.45% | - |
| HSV(B) | 295.41º | 0.95% | 0.86% | - |
| XYZ | 37.94 | 18.24 | 69.23 | - |
| YUV | 92.53 | 199.94 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 220 | 0.07 | 0.95 | 0 | 0.14 | 295.41 | 0.9 | 0.45 |
| Hex | CC | B | DC | 7 | 5F | 0 | E | 127 | 5A | 2D |
| Octal | 314 | 13 | 334 | 7 | 137 | 0 | 16 | 447 | 132 | 55 |
| Binary | 11001100 | 1011 | 11011100 | 111 | 1011111 | 0 | 1110 | 100100111 | 1011010 | 101101 |
Color Harmonies of #CC0BDC
Complementary color
Monochromatic Colors of #CC0BDC
Black with #CC0BDC
Text Example
Text Example
White with #CC0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BDC; }
p { color: rgb(204,11,220); }
H1.HeaderClassName
{
color: #CC0BDC;
}
.AnyTagClassName
{
color: #CC0BDC;
}
</style>
background-color css
<style>
a { background-color: #CC0BDC; }
a { background-color: rgb(204,11,220); }
div.DivClassName
{
background-color: #CC0BDC;
}
.BgClassName
{
background-color: #CC0BDC;
}
</style>
border-color css
<style>
span { border-color: #CC0BDC; }
span { border-color: rgb(204,11,220); }
td.TdClassName
{
border-color: #CC0BDC;
}
.TagClassName
{
border-color: #CC0BDC;
}
</style>