Shades of Deep Magenta #C810DB
Tints of Deep Magenta #C810DB
RGB
CMYK
RGB Variations
Color information
#C810DB (or 0xC810DB) is known color: Deep Magenta. HEX triplet: C8, 10 and DB. RGB value is (200,16,219). Sum of RGB (Red+Green+Blue) = 200+16+219=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C810DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810DB is #37EF24. Grayscale: #5D5D5D. Windows color (decimal): -3665701 or 14356680. OLE color: 14356680.
HSL color Cylindrical-coordinate representation of color #C810DB: hue angle of 294.38º degrees, saturation: 0.86, 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 #C810DB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 16 | 219 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.14 |
| HSL | 294.38º | 0.86% | 0.46% | - |
| HSV(B) | 294.38º | 0.93% | 0.86% | - |
| XYZ | 36.79 | 17.76 | 68.51 | - |
| YUV | 94.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 219 | 0.09 | 0.93 | 0 | 0.14 | 294.38 | 0.86 | 0.46 |
| Hex | C8 | 10 | DB | 9 | 5D | 0 | E | 126 | 56 | 2E |
| Octal | 310 | 20 | 333 | 11 | 135 | 0 | 16 | 446 | 126 | 56 |
| Binary | 11001000 | 10000 | 11011011 | 1001 | 1011101 | 0 | 1110 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C810DB
Complementary color
Monochromatic Colors of #C810DB
Black with #C810DB
Text Example
Text Example
White with #C810DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810DB; }
p { color: rgb(200,16,219); }
H1.HeaderClassName
{
color: #C810DB;
}
.AnyTagClassName
{
color: #C810DB;
}
</style>
background-color css
<style>
a { background-color: #C810DB; }
a { background-color: rgb(200,16,219); }
div.DivClassName
{
background-color: #C810DB;
}
.BgClassName
{
background-color: #C810DB;
}
</style>
border-color css
<style>
span { border-color: #C810DB; }
span { border-color: rgb(200,16,219); }
td.TdClassName
{
border-color: #C810DB;
}
.TagClassName
{
border-color: #C810DB;
}
</style>