Shades of Deep Magenta #C016DB
Tints of Deep Magenta #C016DB
RGB
CMYK
RGB Variations
Color information
#C016DB (or 0xC016DB) is known color: Deep Magenta. HEX triplet: C0, 16 and DB. RGB value is (192,22,219). Sum of RGB (Red+Green+Blue) = 192+22+219=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C016DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016DB is #3FE924. Grayscale: #5E5E5E. Windows color (decimal): -4188453 or 14358208. OLE color: 14358208.
HSL color Cylindrical-coordinate representation of color #C016DB: hue angle of 291.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C016DB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 22 | 219 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.14 |
| HSL | 291.78º | 0.82% | 0.47% | - |
| HSV(B) | 291.78º | 0.9% | 0.86% | - |
| XYZ | 34.81 | 16.89 | 68.44 | - |
| YUV | 95.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 219 | 0.12 | 0.90 | 0 | 0.14 | 291.78 | 0.82 | 0.47 |
| Hex | C0 | 16 | DB | C | 5A | 0 | E | 124 | 52 | 2F |
| Octal | 300 | 26 | 333 | 14 | 132 | 0 | 16 | 444 | 122 | 57 |
| Binary | 11000000 | 10110 | 11011011 | 1100 | 1011010 | 0 | 1110 | 100100100 | 1010010 | 101111 |
Color Harmonies of #C016DB
Complementary color
Monochromatic Colors of #C016DB
Black with #C016DB
Text Example
Text Example
White with #C016DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016DB; }
p { color: rgb(192,22,219); }
H1.HeaderClassName
{
color: #C016DB;
}
.AnyTagClassName
{
color: #C016DB;
}
</style>
background-color css
<style>
a { background-color: #C016DB; }
a { background-color: rgb(192,22,219); }
div.DivClassName
{
background-color: #C016DB;
}
.BgClassName
{
background-color: #C016DB;
}
</style>
border-color css
<style>
span { border-color: #C016DB; }
span { border-color: rgb(192,22,219); }
td.TdClassName
{
border-color: #C016DB;
}
.TagClassName
{
border-color: #C016DB;
}
</style>