Shades of Deep Magenta #C50EAB
Tints of Deep Magenta #C50EAB
RGB
CMYK
RGB Variations
Color information
#C50EAB (or 0xC50EAB) is known color: Deep Magenta. HEX triplet: C5, 0E and AB. RGB value is (197,14,171). Sum of RGB (Red+Green+Blue) = 197+14+171=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50EAB is #3AF154. Grayscale: #565656. Windows color (decimal): -3862869 or 11210437. OLE color: 11210437.
HSL color Cylindrical-coordinate representation of color #C50EAB: hue angle of 308.52º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50EAB is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 171 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.23 |
| HSL | 308.52º | 0.87% | 0.41% | - |
| HSV(B) | 308.52º | 0.93% | 0.77% | - |
| XYZ | 30.53 | 15.12 | 39.84 | - |
| YUV | 86.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 171 | 0 | 0.93 | 0.13 | 0.23 | 308.52 | 0.87 | 0.41 |
| Hex | C5 | E | AB | 0 | 5D | D | 17 | 135 | 57 | 29 |
| Octal | 305 | 16 | 253 | 0 | 135 | 15 | 27 | 465 | 127 | 51 |
| Binary | 11000101 | 1110 | 10101011 | 0 | 1011101 | 1101 | 10111 | 100110101 | 1010111 | 101001 |
Color Harmonies of #C50EAB
Complementary color
Monochromatic Colors of #C50EAB
Black with #C50EAB
Text Example
Text Example
White with #C50EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EAB; }
p { color: rgb(197,14,171); }
H1.HeaderClassName
{
color: #C50EAB;
}
.AnyTagClassName
{
color: #C50EAB;
}
</style>
background-color css
<style>
a { background-color: #C50EAB; }
a { background-color: rgb(197,14,171); }
div.DivClassName
{
background-color: #C50EAB;
}
.BgClassName
{
background-color: #C50EAB;
}
</style>
border-color css
<style>
span { border-color: #C50EAB; }
span { border-color: rgb(197,14,171); }
td.TdClassName
{
border-color: #C50EAB;
}
.TagClassName
{
border-color: #C50EAB;
}
</style>