Shades of Deep Magenta #C801DB
Tints of Deep Magenta #C801DB
RGB
CMYK
RGB Variations
Color information
#C801DB (or 0xC801DB) is known color: Deep Magenta. HEX triplet: C8, 01 and DB. RGB value is (200,1,219). Sum of RGB (Red+Green+Blue) = 200+1+219=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #C801DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801DB is #37FE24. Grayscale: #545454. Windows color (decimal): -3669541 or 14352840. OLE color: 14352840.
HSL color Cylindrical-coordinate representation of color #C801DB: hue angle of 294.77º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801DB is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 1 | 219 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.14 |
| HSL | 294.77º | 0.99% | 0.43% | - |
| HSV(B) | 294.77º | 1% | 0.86% | - |
| XYZ | 36.62 | 17.42 | 68.45 | - |
| YUV | 85.35 | 203.43 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 219 | 0.09 | 1.00 | 0 | 0.14 | 294.77 | 0.99 | 0.43 |
| Hex | C8 | 1 | DB | 9 | 64 | 0 | E | 127 | 63 | 2B |
| Octal | 310 | 1 | 333 | 11 | 144 | 0 | 16 | 447 | 143 | 53 |
| Binary | 11001000 | 1 | 11011011 | 1001 | 1100100 | 0 | 1110 | 100100111 | 1100011 | 101011 |
Color Harmonies of #C801DB
Complementary color
Monochromatic Colors of #C801DB
Black with #C801DB
Text Example
Text Example
White with #C801DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801DB; }
p { color: rgb(200,1,219); }
H1.HeaderClassName
{
color: #C801DB;
}
.AnyTagClassName
{
color: #C801DB;
}
</style>
background-color css
<style>
a { background-color: #C801DB; }
a { background-color: rgb(200,1,219); }
div.DivClassName
{
background-color: #C801DB;
}
.BgClassName
{
background-color: #C801DB;
}
</style>
border-color css
<style>
span { border-color: #C801DB; }
span { border-color: rgb(200,1,219); }
td.TdClassName
{
border-color: #C801DB;
}
.TagClassName
{
border-color: #C801DB;
}
</style>