Shades of Deep Magenta #C004DB
Tints of Deep Magenta #C004DB
RGB
CMYK
RGB Variations
Color information
#C004DB (or 0xC004DB) is known color: Deep Magenta. HEX triplet: C0, 04 and DB. RGB value is (192,4,219). Sum of RGB (Red+Green+Blue) = 192+4+219=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #C004DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004DB is #3FFB24. Grayscale: #545454. Windows color (decimal): -4193061 or 14353600. OLE color: 14353600.
HSL color Cylindrical-coordinate representation of color #C004DB: hue angle of 292.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004DB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 4 | 219 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.14 |
| HSL | 292.47º | 0.96% | 0.44% | - |
| HSV(B) | 292.47º | 0.98% | 0.86% | - |
| XYZ | 34.57 | 16.41 | 68.36 | - |
| YUV | 84.72 | 203.78 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 219 | 0.12 | 0.98 | 0 | 0.14 | 292.47 | 0.96 | 0.44 |
| Hex | C0 | 4 | DB | C | 62 | 0 | E | 124 | 60 | 2C |
| Octal | 300 | 4 | 333 | 14 | 142 | 0 | 16 | 444 | 140 | 54 |
| Binary | 11000000 | 100 | 11011011 | 1100 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #C004DB
Complementary color
Monochromatic Colors of #C004DB
Black with #C004DB
Text Example
Text Example
White with #C004DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004DB; }
p { color: rgb(192,4,219); }
H1.HeaderClassName
{
color: #C004DB;
}
.AnyTagClassName
{
color: #C004DB;
}
</style>
background-color css
<style>
a { background-color: #C004DB; }
a { background-color: rgb(192,4,219); }
div.DivClassName
{
background-color: #C004DB;
}
.BgClassName
{
background-color: #C004DB;
}
</style>
border-color css
<style>
span { border-color: #C004DB; }
span { border-color: rgb(192,4,219); }
td.TdClassName
{
border-color: #C004DB;
}
.TagClassName
{
border-color: #C004DB;
}
</style>