Shades of Deep Magenta #C016B9
Tints of Deep Magenta #C016B9
RGB
CMYK
RGB Variations
Color information
#C016B9 (or 0xC016B9) is known color: Deep Magenta. HEX triplet: C0, 16 and B9. RGB value is (192,22,185). Sum of RGB (Red+Green+Blue) = 192+22+185=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C016B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016B9 is #3FE946. Grayscale: #5A5A5A. Windows color (decimal): -4188487 or 12129984. OLE color: 12129984.
HSL color Cylindrical-coordinate representation of color #C016B9: hue angle of 302.47º 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 #C016B9 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 185 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.25 |
| HSL | 302.47º | 0.79% | 0.42% | - |
| HSV(B) | 302.47º | 0.89% | 0.75% | - |
| XYZ | 30.78 | 15.28 | 47.23 | - |
| YUV | 91.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 185 | 0 | 0.89 | 0.04 | 0.25 | 302.47 | 0.79 | 0.42 |
| Hex | C0 | 16 | B9 | 0 | 59 | 4 | 19 | 12E | 4F | 2A |
| Octal | 300 | 26 | 271 | 0 | 131 | 4 | 31 | 456 | 117 | 52 |
| Binary | 11000000 | 10110 | 10111001 | 0 | 1011001 | 100 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #C016B9
Complementary color
Monochromatic Colors of #C016B9
Black with #C016B9
Text Example
Text Example
White with #C016B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016B9; }
p { color: rgb(192,22,185); }
H1.HeaderClassName
{
color: #C016B9;
}
.AnyTagClassName
{
color: #C016B9;
}
</style>
background-color css
<style>
a { background-color: #C016B9; }
a { background-color: rgb(192,22,185); }
div.DivClassName
{
background-color: #C016B9;
}
.BgClassName
{
background-color: #C016B9;
}
</style>
border-color css
<style>
span { border-color: #C016B9; }
span { border-color: rgb(192,22,185); }
td.TdClassName
{
border-color: #C016B9;
}
.TagClassName
{
border-color: #C016B9;
}
</style>