Shades of Deep Magenta #C515AB
Tints of Deep Magenta #C515AB
RGB
CMYK
RGB Variations
Color information
#C515AB (or 0xC515AB) is known color: Deep Magenta. HEX triplet: C5, 15 and AB. RGB value is (197,21,171). Sum of RGB (Red+Green+Blue) = 197+21+171=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C515AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C515AB is #3AEA54. Grayscale: #5A5A5A. Windows color (decimal): -3861077 or 11212229. OLE color: 11212229.
HSL color Cylindrical-coordinate representation of color #C515AB: hue angle of 308.86º degrees, saturation: 0.81, 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 #C515AB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.23 |
| HSL | 308.86º | 0.81% | 0.43% | - |
| HSV(B) | 308.86º | 0.89% | 0.77% | - |
| XYZ | 30.64 | 15.35 | 39.88 | - |
| YUV | 90.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 171 | 0 | 0.89 | 0.13 | 0.23 | 308.86 | 0.81 | 0.43 |
| Hex | C5 | 15 | AB | 0 | 59 | D | 17 | 135 | 51 | 2B |
| Octal | 305 | 25 | 253 | 0 | 131 | 15 | 27 | 465 | 121 | 53 |
| Binary | 11000101 | 10101 | 10101011 | 0 | 1011001 | 1101 | 10111 | 100110101 | 1010001 | 101011 |
Color Harmonies of #C515AB
Complementary color
Monochromatic Colors of #C515AB
Black with #C515AB
Text Example
Text Example
White with #C515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515AB; }
p { color: rgb(197,21,171); }
H1.HeaderClassName
{
color: #C515AB;
}
.AnyTagClassName
{
color: #C515AB;
}
</style>
background-color css
<style>
a { background-color: #C515AB; }
a { background-color: rgb(197,21,171); }
div.DivClassName
{
background-color: #C515AB;
}
.BgClassName
{
background-color: #C515AB;
}
</style>
border-color css
<style>
span { border-color: #C515AB; }
span { border-color: rgb(197,21,171); }
td.TdClassName
{
border-color: #C515AB;
}
.TagClassName
{
border-color: #C515AB;
}
</style>