Shades of Deep Magenta #C016BA
Tints of Deep Magenta #C016BA
RGB
CMYK
RGB Variations
Color information
#C016BA (or 0xC016BA) is known color: Deep Magenta. HEX triplet: C0, 16 and BA. RGB value is (192,22,186). Sum of RGB (Red+Green+Blue) = 192+22+186=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C016BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016BA is #3FE945. Grayscale: #5B5B5B. Windows color (decimal): -4188486 or 12195520. OLE color: 12195520.
HSL color Cylindrical-coordinate representation of color #C016BA: hue angle of 302.12º 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 #C016BA is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 186 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.25 |
| HSL | 302.12º | 0.79% | 0.42% | - |
| HSV(B) | 302.12º | 0.89% | 0.75% | - |
| XYZ | 30.89 | 15.33 | 47.78 | - |
| YUV | 91.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 186 | 0 | 0.89 | 0.03 | 0.25 | 302.12 | 0.79 | 0.42 |
| Hex | C0 | 16 | BA | 0 | 59 | 3 | 19 | 12E | 4F | 2A |
| Octal | 300 | 26 | 272 | 0 | 131 | 3 | 31 | 456 | 117 | 52 |
| Binary | 11000000 | 10110 | 10111010 | 0 | 1011001 | 11 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #C016BA
Complementary color
Monochromatic Colors of #C016BA
Black with #C016BA
Text Example
Text Example
White with #C016BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016BA; }
p { color: rgb(192,22,186); }
H1.HeaderClassName
{
color: #C016BA;
}
.AnyTagClassName
{
color: #C016BA;
}
</style>
background-color css
<style>
a { background-color: #C016BA; }
a { background-color: rgb(192,22,186); }
div.DivClassName
{
background-color: #C016BA;
}
.BgClassName
{
background-color: #C016BA;
}
</style>
border-color css
<style>
span { border-color: #C016BA; }
span { border-color: rgb(192,22,186); }
td.TdClassName
{
border-color: #C016BA;
}
.TagClassName
{
border-color: #C016BA;
}
</style>