Shades of Deep Magenta #C008DB
Tints of Deep Magenta #C008DB
RGB
CMYK
RGB Variations
Color information
#C008DB (or 0xC008DB) is known color: Deep Magenta. HEX triplet: C0, 08 and DB. RGB value is (192,8,219). Sum of RGB (Red+Green+Blue) = 192+8+219=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #C008DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008DB is #3FF724. Grayscale: #565656. Windows color (decimal): -4192037 or 14354624. OLE color: 14354624.
HSL color Cylindrical-coordinate representation of color #C008DB: hue angle of 292.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008DB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 8 | 219 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.14 |
| HSL | 292.32º | 0.93% | 0.45% | - |
| HSV(B) | 292.32º | 0.96% | 0.86% | - |
| XYZ | 34.61 | 16.49 | 68.38 | - |
| YUV | 87.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 219 | 0.12 | 0.96 | 0 | 0.14 | 292.32 | 0.93 | 0.45 |
| Hex | C0 | 8 | DB | C | 60 | 0 | E | 124 | 5D | 2D |
| Octal | 300 | 10 | 333 | 14 | 140 | 0 | 16 | 444 | 135 | 55 |
| Binary | 11000000 | 1000 | 11011011 | 1100 | 1100000 | 0 | 1110 | 100100100 | 1011101 | 101101 |
Color Harmonies of #C008DB
Complementary color
Monochromatic Colors of #C008DB
Black with #C008DB
Text Example
Text Example
White with #C008DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008DB; }
p { color: rgb(192,8,219); }
H1.HeaderClassName
{
color: #C008DB;
}
.AnyTagClassName
{
color: #C008DB;
}
</style>
background-color css
<style>
a { background-color: #C008DB; }
a { background-color: rgb(192,8,219); }
div.DivClassName
{
background-color: #C008DB;
}
.BgClassName
{
background-color: #C008DB;
}
</style>
border-color css
<style>
span { border-color: #C008DB; }
span { border-color: rgb(192,8,219); }
td.TdClassName
{
border-color: #C008DB;
}
.TagClassName
{
border-color: #C008DB;
}
</style>