Shades of Deep Magenta #C002DB
Tints of Deep Magenta #C002DB
RGB
CMYK
RGB Variations
Color information
#C002DB (or 0xC002DB) is known color: Deep Magenta. HEX triplet: C0, 02 and DB. RGB value is (192,2,219). Sum of RGB (Red+Green+Blue) = 192+2+219=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #C002DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002DB is #3FFD24. Grayscale: #525252. Windows color (decimal): -4193573 or 14353088. OLE color: 14353088.
HSL color Cylindrical-coordinate representation of color #C002DB: hue angle of 292.53º 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 #C002DB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 2 | 219 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.14 |
| HSL | 292.53º | 0.98% | 0.43% | - |
| HSV(B) | 292.53º | 0.99% | 0.86% | - |
| XYZ | 34.55 | 16.36 | 68.36 | - |
| YUV | 83.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 219 | 0.12 | 0.99 | 0 | 0.14 | 292.53 | 0.98 | 0.43 |
| Hex | C0 | 2 | DB | C | 63 | 0 | E | 125 | 62 | 2B |
| Octal | 300 | 2 | 333 | 14 | 143 | 0 | 16 | 445 | 142 | 53 |
| Binary | 11000000 | 10 | 11011011 | 1100 | 1100011 | 0 | 1110 | 100100101 | 1100010 | 101011 |
Color Harmonies of #C002DB
Complementary color
Monochromatic Colors of #C002DB
Black with #C002DB
Text Example
Text Example
White with #C002DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002DB; }
p { color: rgb(192,2,219); }
H1.HeaderClassName
{
color: #C002DB;
}
.AnyTagClassName
{
color: #C002DB;
}
</style>
background-color css
<style>
a { background-color: #C002DB; }
a { background-color: rgb(192,2,219); }
div.DivClassName
{
background-color: #C002DB;
}
.BgClassName
{
background-color: #C002DB;
}
</style>
border-color css
<style>
span { border-color: #C002DB; }
span { border-color: rgb(192,2,219); }
td.TdClassName
{
border-color: #C002DB;
}
.TagClassName
{
border-color: #C002DB;
}
</style>