Shades of Deep Magenta #CC2BDB
Tints of Deep Magenta #CC2BDB
RGB
CMYK
RGB Variations
Color information
#CC2BDB (or 0xCC2BDB) is known color: Deep Magenta. HEX triplet: CC, 2B and DB. RGB value is (204,43,219). Sum of RGB (Red+Green+Blue) = 204+43+219=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BDB is #33D424. Grayscale: #6E6E6E. Windows color (decimal): -3396645 or 14363596. OLE color: 14363596.
HSL color Cylindrical-coordinate representation of color #CC2BDB: hue angle of 294.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2BDB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 43 | 219 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.14 |
| HSL | 294.89º | 0.71% | 0.51% | - |
| HSV(B) | 294.89º | 0.8% | 0.86% | - |
| XYZ | 38.55 | 19.68 | 68.78 | - |
| YUV | 111.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 219 | 0.07 | 0.80 | 0 | 0.14 | 294.89 | 0.71 | 0.51 |
| Hex | CC | 2B | DB | 7 | 50 | 0 | E | 127 | 47 | 33 |
| Octal | 314 | 53 | 333 | 7 | 120 | 0 | 16 | 447 | 107 | 63 |
| Binary | 11001100 | 101011 | 11011011 | 111 | 1010000 | 0 | 1110 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CC2BDB
Complementary color
Monochromatic Colors of #CC2BDB
Black with #CC2BDB
Text Example
Text Example
White with #CC2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BDB; }
p { color: rgb(204,43,219); }
H1.HeaderClassName
{
color: #CC2BDB;
}
.AnyTagClassName
{
color: #CC2BDB;
}
</style>
background-color css
<style>
a { background-color: #CC2BDB; }
a { background-color: rgb(204,43,219); }
div.DivClassName
{
background-color: #CC2BDB;
}
.BgClassName
{
background-color: #CC2BDB;
}
</style>
border-color css
<style>
span { border-color: #CC2BDB; }
span { border-color: rgb(204,43,219); }
td.TdClassName
{
border-color: #CC2BDB;
}
.TagClassName
{
border-color: #CC2BDB;
}
</style>