Shades of Deep Magenta #C80CDB
Tints of Deep Magenta #C80CDB
RGB
CMYK
RGB Variations
Color information
#C80CDB (or 0xC80CDB) is known color: Deep Magenta. HEX triplet: C8, 0C and DB. RGB value is (200,12,219). Sum of RGB (Red+Green+Blue) = 200+12+219=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C80CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CDB is #37F324. Grayscale: #5B5B5B. Windows color (decimal): -3666725 or 14355656. OLE color: 14355656.
HSL color Cylindrical-coordinate representation of color #C80CDB: hue angle of 294.49º 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 #C80CDB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 12 | 219 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.49º | 0.9% | 0.45% | - |
| HSV(B) | 294.49º | 0.95% | 0.86% | - |
| XYZ | 36.74 | 17.66 | 68.49 | - |
| YUV | 91.81 | 199.78 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 219 | 0.09 | 0.95 | 0 | 0.14 | 294.49 | 0.9 | 0.45 |
| Hex | C8 | C | DB | 9 | 5F | 0 | E | 126 | 5A | 2D |
| Octal | 310 | 14 | 333 | 11 | 137 | 0 | 16 | 446 | 132 | 55 |
| Binary | 11001000 | 1100 | 11011011 | 1001 | 1011111 | 0 | 1110 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C80CDB
Complementary color
Monochromatic Colors of #C80CDB
Black with #C80CDB
Text Example
Text Example
White with #C80CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CDB; }
p { color: rgb(200,12,219); }
H1.HeaderClassName
{
color: #C80CDB;
}
.AnyTagClassName
{
color: #C80CDB;
}
</style>
background-color css
<style>
a { background-color: #C80CDB; }
a { background-color: rgb(200,12,219); }
div.DivClassName
{
background-color: #C80CDB;
}
.BgClassName
{
background-color: #C80CDB;
}
</style>
border-color css
<style>
span { border-color: #C80CDB; }
span { border-color: rgb(200,12,219); }
td.TdClassName
{
border-color: #C80CDB;
}
.TagClassName
{
border-color: #C80CDB;
}
</style>