Shades of Deep Magenta #C00CDB
Tints of Deep Magenta #C00CDB
RGB
CMYK
RGB Variations
Color information
#C00CDB (or 0xC00CDB) is known color: Deep Magenta. HEX triplet: C0, 0C and DB. RGB value is (192,12,219). Sum of RGB (Red+Green+Blue) = 192+12+219=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #C00CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CDB is #3FF324. Grayscale: #585858. Windows color (decimal): -4191013 or 14355648. OLE color: 14355648.
HSL color Cylindrical-coordinate representation of color #C00CDB: hue angle of 292.17º 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 #C00CDB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 12 | 219 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.14 |
| HSL | 292.17º | 0.9% | 0.45% | - |
| HSV(B) | 292.17º | 0.95% | 0.86% | - |
| XYZ | 34.66 | 16.58 | 68.39 | - |
| YUV | 89.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 219 | 0.12 | 0.95 | 0 | 0.14 | 292.17 | 0.9 | 0.45 |
| Hex | C0 | C | DB | C | 5F | 0 | E | 124 | 5A | 2D |
| Octal | 300 | 14 | 333 | 14 | 137 | 0 | 16 | 444 | 132 | 55 |
| Binary | 11000000 | 1100 | 11011011 | 1100 | 1011111 | 0 | 1110 | 100100100 | 1011010 | 101101 |
Color Harmonies of #C00CDB
Complementary color
Monochromatic Colors of #C00CDB
Black with #C00CDB
Text Example
Text Example
White with #C00CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CDB; }
p { color: rgb(192,12,219); }
H1.HeaderClassName
{
color: #C00CDB;
}
.AnyTagClassName
{
color: #C00CDB;
}
</style>
background-color css
<style>
a { background-color: #C00CDB; }
a { background-color: rgb(192,12,219); }
div.DivClassName
{
background-color: #C00CDB;
}
.BgClassName
{
background-color: #C00CDB;
}
</style>
border-color css
<style>
span { border-color: #C00CDB; }
span { border-color: rgb(192,12,219); }
td.TdClassName
{
border-color: #C00CDB;
}
.TagClassName
{
border-color: #C00CDB;
}
</style>