Shades of Deep Magenta #C016AB
Tints of Deep Magenta #C016AB
RGB
CMYK
RGB Variations
Color information
#C016AB (or 0xC016AB) is known color: Deep Magenta. HEX triplet: C0, 16 and AB. RGB value is (192,22,171). Sum of RGB (Red+Green+Blue) = 192+22+171=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C016AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016AB is #3FE954. Grayscale: #595959. Windows color (decimal): -4188501 or 11212480. OLE color: 11212480.
HSL color Cylindrical-coordinate representation of color #C016AB: hue angle of 307.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016AB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.25 |
| HSL | 307.41º | 0.79% | 0.42% | - |
| HSV(B) | 307.41º | 0.89% | 0.75% | - |
| XYZ | 29.38 | 14.72 | 39.82 | - |
| YUV | 89.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 171 | 0 | 0.89 | 0.11 | 0.25 | 307.41 | 0.79 | 0.42 |
| Hex | C0 | 16 | AB | 0 | 59 | B | 19 | 133 | 4F | 2A |
| Octal | 300 | 26 | 253 | 0 | 131 | 13 | 31 | 463 | 117 | 52 |
| Binary | 11000000 | 10110 | 10101011 | 0 | 1011001 | 1011 | 11001 | 100110011 | 1001111 | 101010 |
Color Harmonies of #C016AB
Complementary color
Monochromatic Colors of #C016AB
Black with #C016AB
Text Example
Text Example
White with #C016AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016AB; }
p { color: rgb(192,22,171); }
H1.HeaderClassName
{
color: #C016AB;
}
.AnyTagClassName
{
color: #C016AB;
}
</style>
background-color css
<style>
a { background-color: #C016AB; }
a { background-color: rgb(192,22,171); }
div.DivClassName
{
background-color: #C016AB;
}
.BgClassName
{
background-color: #C016AB;
}
</style>
border-color css
<style>
span { border-color: #C016AB; }
span { border-color: rgb(192,22,171); }
td.TdClassName
{
border-color: #C016AB;
}
.TagClassName
{
border-color: #C016AB;
}
</style>