Shades of Deep Magenta #C016DC
Tints of Deep Magenta #C016DC
RGB
CMYK
RGB Variations
Color information
#C016DC (or 0xC016DC) is known color: Deep Magenta. HEX triplet: C0, 16 and DC. RGB value is (192,22,220). Sum of RGB (Red+Green+Blue) = 192+22+220=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #C016DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016DC is #3FE923. Grayscale: #5E5E5E. Windows color (decimal): -4188452 or 14423744. OLE color: 14423744.
HSL color Cylindrical-coordinate representation of color #C016DC: hue angle of 291.52º 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 #C016DC is Cyan = 0.13, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 22 | 220 | - |
| CMYK | 0.13 | 0.9 | 0 | 0.14 |
| HSL | 291.52º | 0.82% | 0.47% | - |
| HSV(B) | 291.52º | 0.9% | 0.86% | - |
| XYZ | 34.94 | 16.95 | 69.14 | - |
| YUV | 95.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 220 | 0.13 | 0.9 | 0 | 0.14 | 291.52 | 0.82 | 0.47 |
| Hex | C0 | 16 | DC | D | 5A | 0 | E | 124 | 52 | 2F |
| Octal | 300 | 26 | 334 | 15 | 132 | 0 | 16 | 444 | 122 | 57 |
| Binary | 11000000 | 10110 | 11011100 | 1101 | 1011010 | 0 | 1110 | 100100100 | 1010010 | 101111 |
Color Harmonies of #C016DC
Complementary color
Monochromatic Colors of #C016DC
Black with #C016DC
Text Example
Text Example
White with #C016DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016DC; }
p { color: rgb(192,22,220); }
H1.HeaderClassName
{
color: #C016DC;
}
.AnyTagClassName
{
color: #C016DC;
}
</style>
background-color css
<style>
a { background-color: #C016DC; }
a { background-color: rgb(192,22,220); }
div.DivClassName
{
background-color: #C016DC;
}
.BgClassName
{
background-color: #C016DC;
}
</style>
border-color css
<style>
span { border-color: #C016DC; }
span { border-color: rgb(192,22,220); }
td.TdClassName
{
border-color: #C016DC;
}
.TagClassName
{
border-color: #C016DC;
}
</style>