Shades of Deep Magenta #C802DB
Tints of Deep Magenta #C802DB
RGB
CMYK
RGB Variations
Color information
#C802DB (or 0xC802DB) is known color: Deep Magenta. HEX triplet: C8, 02 and DB. RGB value is (200,2,219). Sum of RGB (Red+Green+Blue) = 200+2+219=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #C802DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802DB is #37FD24. Grayscale: #555555. Windows color (decimal): -3669285 or 14353096. OLE color: 14353096.
HSL color Cylindrical-coordinate representation of color #C802DB: hue angle of 294.75º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802DB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 2 | 219 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.14 |
| HSL | 294.75º | 0.98% | 0.43% | - |
| HSV(B) | 294.75º | 0.99% | 0.86% | - |
| XYZ | 36.63 | 17.44 | 68.45 | - |
| YUV | 85.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 219 | 0.09 | 0.99 | 0 | 0.14 | 294.75 | 0.98 | 0.43 |
| Hex | C8 | 2 | DB | 9 | 63 | 0 | E | 127 | 62 | 2B |
| Octal | 310 | 2 | 333 | 11 | 143 | 0 | 16 | 447 | 142 | 53 |
| Binary | 11001000 | 10 | 11011011 | 1001 | 1100011 | 0 | 1110 | 100100111 | 1100010 | 101011 |
Color Harmonies of #C802DB
Complementary color
Monochromatic Colors of #C802DB
Black with #C802DB
Text Example
Text Example
White with #C802DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802DB; }
p { color: rgb(200,2,219); }
H1.HeaderClassName
{
color: #C802DB;
}
.AnyTagClassName
{
color: #C802DB;
}
</style>
background-color css
<style>
a { background-color: #C802DB; }
a { background-color: rgb(200,2,219); }
div.DivClassName
{
background-color: #C802DB;
}
.BgClassName
{
background-color: #C802DB;
}
</style>
border-color css
<style>
span { border-color: #C802DB; }
span { border-color: rgb(200,2,219); }
td.TdClassName
{
border-color: #C802DB;
}
.TagClassName
{
border-color: #C802DB;
}
</style>