Shades of Deep Magenta #C516AB
Tints of Deep Magenta #C516AB
RGB
CMYK
RGB Variations
Color information
#C516AB (or 0xC516AB) is known color: Deep Magenta. HEX triplet: C5, 16 and AB. RGB value is (197,22,171). Sum of RGB (Red+Green+Blue) = 197+22+171=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C516AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C516AB is #3AE954. Grayscale: #5A5A5A. Windows color (decimal): -3860821 or 11212485. OLE color: 11212485.
HSL color Cylindrical-coordinate representation of color #C516AB: hue angle of 308.91º 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 #C516AB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.23 |
| HSL | 308.91º | 0.8% | 0.43% | - |
| HSV(B) | 308.91º | 0.89% | 0.77% | - |
| XYZ | 30.66 | 15.38 | 39.88 | - |
| YUV | 91.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 171 | 0 | 0.89 | 0.13 | 0.23 | 308.91 | 0.8 | 0.43 |
| Hex | C5 | 16 | AB | 0 | 59 | D | 17 | 135 | 50 | 2B |
| Octal | 305 | 26 | 253 | 0 | 131 | 15 | 27 | 465 | 120 | 53 |
| Binary | 11000101 | 10110 | 10101011 | 0 | 1011001 | 1101 | 10111 | 100110101 | 1010000 | 101011 |
Color Harmonies of #C516AB
Complementary color
Monochromatic Colors of #C516AB
Black with #C516AB
Text Example
Text Example
White with #C516AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516AB; }
p { color: rgb(197,22,171); }
H1.HeaderClassName
{
color: #C516AB;
}
.AnyTagClassName
{
color: #C516AB;
}
</style>
background-color css
<style>
a { background-color: #C516AB; }
a { background-color: rgb(197,22,171); }
div.DivClassName
{
background-color: #C516AB;
}
.BgClassName
{
background-color: #C516AB;
}
</style>
border-color css
<style>
span { border-color: #C516AB; }
span { border-color: rgb(197,22,171); }
td.TdClassName
{
border-color: #C516AB;
}
.TagClassName
{
border-color: #C516AB;
}
</style>