Shades of Deep Magenta #C516BA
Tints of Deep Magenta #C516BA
RGB
CMYK
RGB Variations
Color information
#C516BA (or 0xC516BA) is known color: Deep Magenta. HEX triplet: C5, 16 and BA. RGB value is (197,22,186). Sum of RGB (Red+Green+Blue) = 197+22+186=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C516BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516BA is #3AE945. Grayscale: #5C5C5C. Windows color (decimal): -3860806 or 12195525. OLE color: 12195525.
HSL color Cylindrical-coordinate representation of color #C516BA: hue angle of 303.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516BA is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 186 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.23 |
| HSL | 303.77º | 0.8% | 0.43% | - |
| HSV(B) | 303.77º | 0.89% | 0.77% | - |
| XYZ | 32.18 | 15.99 | 47.84 | - |
| YUV | 93.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 186 | 0 | 0.89 | 0.06 | 0.23 | 303.77 | 0.8 | 0.43 |
| Hex | C5 | 16 | BA | 0 | 59 | 6 | 17 | 130 | 50 | 2B |
| Octal | 305 | 26 | 272 | 0 | 131 | 6 | 27 | 460 | 120 | 53 |
| Binary | 11000101 | 10110 | 10111010 | 0 | 1011001 | 110 | 10111 | 100110000 | 1010000 | 101011 |
Color Harmonies of #C516BA
Complementary color
Monochromatic Colors of #C516BA
Black with #C516BA
Text Example
Text Example
White with #C516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516BA; }
p { color: rgb(197,22,186); }
H1.HeaderClassName
{
color: #C516BA;
}
.AnyTagClassName
{
color: #C516BA;
}
</style>
background-color css
<style>
a { background-color: #C516BA; }
a { background-color: rgb(197,22,186); }
div.DivClassName
{
background-color: #C516BA;
}
.BgClassName
{
background-color: #C516BA;
}
</style>
border-color css
<style>
span { border-color: #C516BA; }
span { border-color: rgb(197,22,186); }
td.TdClassName
{
border-color: #C516BA;
}
.TagClassName
{
border-color: #C516BA;
}
</style>