Shades of Deep Magenta #CC0FDB
Tints of Deep Magenta #CC0FDB
RGB
CMYK
RGB Variations
Color information
#CC0FDB (or 0xCC0FDB) is known color: Deep Magenta. HEX triplet: CC, 0F and DB. RGB value is (204,15,219). Sum of RGB (Red+Green+Blue) = 204+15+219=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FDB is #33F024. Grayscale: #5E5E5E. Windows color (decimal): -3403813 or 14356428. OLE color: 14356428.
HSL color Cylindrical-coordinate representation of color #CC0FDB: hue angle of 295.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0FDB is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 15 | 219 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.14 |
| HSL | 295.59º | 0.87% | 0.46% | - |
| HSV(B) | 295.59º | 0.93% | 0.86% | - |
| XYZ | 37.86 | 18.29 | 68.55 | - |
| YUV | 94.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 219 | 0.07 | 0.93 | 0 | 0.14 | 295.59 | 0.87 | 0.46 |
| Hex | CC | F | DB | 7 | 5D | 0 | E | 128 | 57 | 2E |
| Octal | 314 | 17 | 333 | 7 | 135 | 0 | 16 | 450 | 127 | 56 |
| Binary | 11001100 | 1111 | 11011011 | 111 | 1011101 | 0 | 1110 | 100101000 | 1010111 | 101110 |
Color Harmonies of #CC0FDB
Complementary color
Monochromatic Colors of #CC0FDB
Black with #CC0FDB
Text Example
Text Example
White with #CC0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FDB; }
p { color: rgb(204,15,219); }
H1.HeaderClassName
{
color: #CC0FDB;
}
.AnyTagClassName
{
color: #CC0FDB;
}
</style>
background-color css
<style>
a { background-color: #CC0FDB; }
a { background-color: rgb(204,15,219); }
div.DivClassName
{
background-color: #CC0FDB;
}
.BgClassName
{
background-color: #CC0FDB;
}
</style>
border-color css
<style>
span { border-color: #CC0FDB; }
span { border-color: rgb(204,15,219); }
td.TdClassName
{
border-color: #CC0FDB;
}
.TagClassName
{
border-color: #CC0FDB;
}
</style>