Shades of Deep Magenta #C016DF
Tints of Deep Magenta #C016DF
RGB
CMYK
RGB Variations
Color information
#C016DF (or 0xC016DF) is known color: Deep Magenta. HEX triplet: C0, 16 and DF. RGB value is (192,22,223). Sum of RGB (Red+Green+Blue) = 192+22+223=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C016DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016DF is #3FE920. Grayscale: #5F5F5F. Windows color (decimal): -4188449 or 14620352. OLE color: 14620352.
HSL color Cylindrical-coordinate representation of color #C016DF: hue angle of 290.75º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C016DF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 22 | 223 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.13 |
| HSL | 290.75º | 0.82% | 0.48% | - |
| HSV(B) | 290.75º | 0.9% | 0.87% | - |
| XYZ | 35.34 | 17.11 | 71.25 | - |
| YUV | 95.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 223 | 0.14 | 0.90 | 0 | 0.13 | 290.75 | 0.82 | 0.48 |
| Hex | C0 | 16 | DF | E | 5A | 0 | D | 123 | 52 | 30 |
| Octal | 300 | 26 | 337 | 16 | 132 | 0 | 15 | 443 | 122 | 60 |
| Binary | 11000000 | 10110 | 11011111 | 1110 | 1011010 | 0 | 1101 | 100100011 | 1010010 | 110000 |
Color Harmonies of #C016DF
Complementary color
Monochromatic Colors of #C016DF
Black with #C016DF
Text Example
Text Example
White with #C016DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016DF; }
p { color: rgb(192,22,223); }
H1.HeaderClassName
{
color: #C016DF;
}
.AnyTagClassName
{
color: #C016DF;
}
</style>
background-color css
<style>
a { background-color: #C016DF; }
a { background-color: rgb(192,22,223); }
div.DivClassName
{
background-color: #C016DF;
}
.BgClassName
{
background-color: #C016DF;
}
</style>
border-color css
<style>
span { border-color: #C016DF; }
span { border-color: rgb(192,22,223); }
td.TdClassName
{
border-color: #C016DF;
}
.TagClassName
{
border-color: #C016DF;
}
</style>