Shades of Deep Magenta #C006DB
Tints of Deep Magenta #C006DB
RGB
CMYK
RGB Variations
Color information
#C006DB (or 0xC006DB) is known color: Deep Magenta. HEX triplet: C0, 06 and DB. RGB value is (192,6,219). Sum of RGB (Red+Green+Blue) = 192+6+219=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #C006DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006DB is #3FF924. Grayscale: #555555. Windows color (decimal): -4192549 or 14354112. OLE color: 14354112.
HSL color Cylindrical-coordinate representation of color #C006DB: hue angle of 292.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006DB is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 6 | 219 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.14 |
| HSL | 292.39º | 0.95% | 0.44% | - |
| HSV(B) | 292.39º | 0.97% | 0.86% | - |
| XYZ | 34.59 | 16.45 | 68.37 | - |
| YUV | 85.9 | 203.12 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 219 | 0.12 | 0.97 | 0 | 0.14 | 292.39 | 0.95 | 0.44 |
| Hex | C0 | 6 | DB | C | 61 | 0 | E | 124 | 5F | 2C |
| Octal | 300 | 6 | 333 | 14 | 141 | 0 | 16 | 444 | 137 | 54 |
| Binary | 11000000 | 110 | 11011011 | 1100 | 1100001 | 0 | 1110 | 100100100 | 1011111 | 101100 |
Color Harmonies of #C006DB
Complementary color
Monochromatic Colors of #C006DB
Black with #C006DB
Text Example
Text Example
White with #C006DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006DB; }
p { color: rgb(192,6,219); }
H1.HeaderClassName
{
color: #C006DB;
}
.AnyTagClassName
{
color: #C006DB;
}
</style>
background-color css
<style>
a { background-color: #C006DB; }
a { background-color: rgb(192,6,219); }
div.DivClassName
{
background-color: #C006DB;
}
.BgClassName
{
background-color: #C006DB;
}
</style>
border-color css
<style>
span { border-color: #C006DB; }
span { border-color: rgb(192,6,219); }
td.TdClassName
{
border-color: #C006DB;
}
.TagClassName
{
border-color: #C006DB;
}
</style>