Shades of Deep Magenta #C016C1
Tints of Deep Magenta #C016C1
RGB
CMYK
RGB Variations
Color information
#C016C1 (or 0xC016C1) is known color: Deep Magenta. HEX triplet: C0, 16 and C1. RGB value is (192,22,193). Sum of RGB (Red+Green+Blue) = 192+22+193=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #C016C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016C1 is #3FE93E. Grayscale: #5B5B5B. Windows color (decimal): -4188479 or 12654272. OLE color: 12654272.
HSL color Cylindrical-coordinate representation of color #C016C1: hue angle of 299.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016C1 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 22 | 193 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.24 |
| HSL | 299.65º | 0.8% | 0.42% | - |
| HSV(B) | 299.65º | 0.89% | 0.76% | - |
| XYZ | 31.65 | 15.63 | 51.8 | - |
| YUV | 92.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 193 | 0.01 | 0.89 | 0 | 0.24 | 299.65 | 0.8 | 0.42 |
| Hex | C0 | 16 | C1 | 1 | 59 | 0 | 18 | 12C | 50 | 2A |
| Octal | 300 | 26 | 301 | 1 | 131 | 0 | 30 | 454 | 120 | 52 |
| Binary | 11000000 | 10110 | 11000001 | 1 | 1011001 | 0 | 11000 | 100101100 | 1010000 | 101010 |
Color Harmonies of #C016C1
Complementary color
Monochromatic Colors of #C016C1
Black with #C016C1
Text Example
Text Example
White with #C016C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016C1; }
p { color: rgb(192,22,193); }
H1.HeaderClassName
{
color: #C016C1;
}
.AnyTagClassName
{
color: #C016C1;
}
</style>
background-color css
<style>
a { background-color: #C016C1; }
a { background-color: rgb(192,22,193); }
div.DivClassName
{
background-color: #C016C1;
}
.BgClassName
{
background-color: #C016C1;
}
</style>
border-color css
<style>
span { border-color: #C016C1; }
span { border-color: rgb(192,22,193); }
td.TdClassName
{
border-color: #C016C1;
}
.TagClassName
{
border-color: #C016C1;
}
</style>