Shades of Deep Magenta #C000DB
Tints of Deep Magenta #C000DB
RGB
CMYK
RGB Variations
Color information
#C000DB (or 0xC000DB) is known color: Deep Magenta. HEX triplet: C0, 00 and DB. RGB value is (192,0,219). Sum of RGB (Red+Green+Blue) = 192+0+219=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #C000DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000DB is #3FFF24. Grayscale: #515151. Windows color (decimal): -4194085 or 14352576. OLE color: 14352576.
HSL color Cylindrical-coordinate representation of color #C000DB: hue angle of 292.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000DB is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 0 | 219 | - |
| CMYK | 0.12 | 1 | 0 | 0.14 |
| HSL | 292.6º | 1% | 0.43% | - |
| HSV(B) | 292.6º | 1% | 0.86% | - |
| XYZ | 34.52 | 16.32 | 68.35 | - |
| YUV | 82.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 219 | 0.12 | 1 | 0 | 0.14 | 292.6 | 1 | 0.43 |
| Hex | C0 | 0 | DB | C | 64 | 0 | E | 125 | 64 | 2B |
| Octal | 300 | 0 | 333 | 14 | 144 | 0 | 16 | 445 | 144 | 53 |
| Binary | 11000000 | 0 | 11011011 | 1100 | 1100100 | 0 | 1110 | 100100101 | 1100100 | 101011 |
Color Harmonies of #C000DB
Complementary color
Monochromatic Colors of #C000DB
Black with #C000DB
Text Example
Text Example
White with #C000DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000DB; }
p { color: rgb(192,0,219); }
H1.HeaderClassName
{
color: #C000DB;
}
.AnyTagClassName
{
color: #C000DB;
}
</style>
background-color css
<style>
a { background-color: #C000DB; }
a { background-color: rgb(192,0,219); }
div.DivClassName
{
background-color: #C000DB;
}
.BgClassName
{
background-color: #C000DB;
}
</style>
border-color css
<style>
span { border-color: #C000DB; }
span { border-color: rgb(192,0,219); }
td.TdClassName
{
border-color: #C000DB;
}
.TagClassName
{
border-color: #C000DB;
}
</style>