Shades of Deep Magenta #C80DDB
Tints of Deep Magenta #C80DDB
RGB
CMYK
RGB Variations
Color information
#C80DDB (or 0xC80DDB) is known color: Deep Magenta. HEX triplet: C8, 0D and DB. RGB value is (200,13,219). Sum of RGB (Red+Green+Blue) = 200+13+219=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #C80DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DDB is #37F224. Grayscale: #5B5B5B. Windows color (decimal): -3666469 or 14355912. OLE color: 14355912.
HSL color Cylindrical-coordinate representation of color #C80DDB: hue angle of 294.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DDB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 13 | 219 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.14 |
| HSL | 294.47º | 0.89% | 0.45% | - |
| HSV(B) | 294.47º | 0.94% | 0.86% | - |
| XYZ | 36.75 | 17.68 | 68.49 | - |
| YUV | 92.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 219 | 0.09 | 0.94 | 0 | 0.14 | 294.47 | 0.89 | 0.45 |
| Hex | C8 | D | DB | 9 | 5E | 0 | E | 126 | 59 | 2D |
| Octal | 310 | 15 | 333 | 11 | 136 | 0 | 16 | 446 | 131 | 55 |
| Binary | 11001000 | 1101 | 11011011 | 1001 | 1011110 | 0 | 1110 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C80DDB
Complementary color
Monochromatic Colors of #C80DDB
Black with #C80DDB
Text Example
Text Example
White with #C80DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DDB; }
p { color: rgb(200,13,219); }
H1.HeaderClassName
{
color: #C80DDB;
}
.AnyTagClassName
{
color: #C80DDB;
}
</style>
background-color css
<style>
a { background-color: #C80DDB; }
a { background-color: rgb(200,13,219); }
div.DivClassName
{
background-color: #C80DDB;
}
.BgClassName
{
background-color: #C80DDB;
}
</style>
border-color css
<style>
span { border-color: #C80DDB; }
span { border-color: rgb(200,13,219); }
td.TdClassName
{
border-color: #C80DDB;
}
.TagClassName
{
border-color: #C80DDB;
}
</style>