Shades of Deep Magenta #C016D7
Tints of Deep Magenta #C016D7
RGB
CMYK
RGB Variations
Color information
#C016D7 (or 0xC016D7) is known color: Deep Magenta. HEX triplet: C0, 16 and D7. RGB value is (192,22,215). Sum of RGB (Red+Green+Blue) = 192+22+215=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #C016D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016D7 is #3FE928. Grayscale: #5E5E5E. Windows color (decimal): -4188457 or 14096064. OLE color: 14096064.
HSL color Cylindrical-coordinate representation of color #C016D7: hue angle of 292.85º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C016D7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 22 | 215 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.16 |
| HSL | 292.85º | 0.81% | 0.46% | - |
| HSV(B) | 292.85º | 0.9% | 0.84% | - |
| XYZ | 34.29 | 16.69 | 65.7 | - |
| YUV | 94.83 | 195.82 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 215 | 0.11 | 0.90 | 0 | 0.16 | 292.85 | 0.81 | 0.46 |
| Hex | C0 | 16 | D7 | B | 5A | 0 | 10 | 125 | 51 | 2E |
| Octal | 300 | 26 | 327 | 13 | 132 | 0 | 20 | 445 | 121 | 56 |
| Binary | 11000000 | 10110 | 11010111 | 1011 | 1011010 | 0 | 10000 | 100100101 | 1010001 | 101110 |
Color Harmonies of #C016D7
Complementary color
Monochromatic Colors of #C016D7
Black with #C016D7
Text Example
Text Example
White with #C016D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016D7; }
p { color: rgb(192,22,215); }
H1.HeaderClassName
{
color: #C016D7;
}
.AnyTagClassName
{
color: #C016D7;
}
</style>
background-color css
<style>
a { background-color: #C016D7; }
a { background-color: rgb(192,22,215); }
div.DivClassName
{
background-color: #C016D7;
}
.BgClassName
{
background-color: #C016D7;
}
</style>
border-color css
<style>
span { border-color: #C016D7; }
span { border-color: rgb(192,22,215); }
td.TdClassName
{
border-color: #C016D7;
}
.TagClassName
{
border-color: #C016D7;
}
</style>