Shades of Deep Magenta #C016CC
Tints of Deep Magenta #C016CC
RGB
CMYK
RGB Variations
Color information
#C016CC (or 0xC016CC) is known color: Deep Magenta. HEX triplet: C0, 16 and CC. RGB value is (192,22,204). Sum of RGB (Red+Green+Blue) = 192+22+204=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C016CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016CC is #3FE933. Grayscale: #5D5D5D. Windows color (decimal): -4188468 or 13375168. OLE color: 13375168.
HSL color Cylindrical-coordinate representation of color #C016CC: hue angle of 296.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016CC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 22 | 204 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.2 |
| HSL | 296.04º | 0.81% | 0.44% | - |
| HSV(B) | 296.04º | 0.89% | 0.8% | - |
| XYZ | 32.92 | 16.14 | 58.51 | - |
| YUV | 93.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 204 | 0.06 | 0.89 | 0 | 0.2 | 296.04 | 0.81 | 0.44 |
| Hex | C0 | 16 | CC | 6 | 59 | 0 | 14 | 128 | 51 | 2C |
| Octal | 300 | 26 | 314 | 6 | 131 | 0 | 24 | 450 | 121 | 54 |
| Binary | 11000000 | 10110 | 11001100 | 110 | 1011001 | 0 | 10100 | 100101000 | 1010001 | 101100 |
Color Harmonies of #C016CC
Complementary color
Monochromatic Colors of #C016CC
Black with #C016CC
Text Example
Text Example
White with #C016CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016CC; }
p { color: rgb(192,22,204); }
H1.HeaderClassName
{
color: #C016CC;
}
.AnyTagClassName
{
color: #C016CC;
}
</style>
background-color css
<style>
a { background-color: #C016CC; }
a { background-color: rgb(192,22,204); }
div.DivClassName
{
background-color: #C016CC;
}
.BgClassName
{
background-color: #C016CC;
}
</style>
border-color css
<style>
span { border-color: #C016CC; }
span { border-color: rgb(192,22,204); }
td.TdClassName
{
border-color: #C016CC;
}
.TagClassName
{
border-color: #C016CC;
}
</style>