Shades of Medium Red Violet #C52EAB
Tints of Medium Red Violet #C52EAB
RGB
CMYK
RGB Variations
Color information
#C52EAB (or 0xC52EAB) is known color: Medium Red Violet. HEX triplet: C5, 2E and AB. RGB value is (197,46,171). Sum of RGB (Red+Green+Blue) = 197+46+171=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52EAB is #3AD154. Grayscale: #696969. Windows color (decimal): -3854677 or 11218629. OLE color: 11218629.
HSL color Cylindrical-coordinate representation of color #C52EAB: hue angle of 310.33º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52EAB is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 171 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.23 |
| HSL | 310.33º | 0.62% | 0.48% | - |
| HSV(B) | 310.33º | 0.77% | 0.77% | - |
| XYZ | 31.35 | 16.76 | 40.11 | - |
| YUV | 105.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 171 | 0 | 0.77 | 0.13 | 0.23 | 310.33 | 0.62 | 0.48 |
| Hex | C5 | 2E | AB | 0 | 4D | D | 17 | 136 | 3E | 30 |
| Octal | 305 | 56 | 253 | 0 | 115 | 15 | 27 | 466 | 76 | 60 |
| Binary | 11000101 | 101110 | 10101011 | 0 | 1001101 | 1101 | 10111 | 100110110 | 111110 | 110000 |
Color Harmonies of #C52EAB
Complementary color
Monochromatic Colors of #C52EAB
Black with #C52EAB
Text Example
Text Example
White with #C52EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EAB; }
p { color: rgb(197,46,171); }
H1.HeaderClassName
{
color: #C52EAB;
}
.AnyTagClassName
{
color: #C52EAB;
}
</style>
background-color css
<style>
a { background-color: #C52EAB; }
a { background-color: rgb(197,46,171); }
div.DivClassName
{
background-color: #C52EAB;
}
.BgClassName
{
background-color: #C52EAB;
}
</style>
border-color css
<style>
span { border-color: #C52EAB; }
span { border-color: rgb(197,46,171); }
td.TdClassName
{
border-color: #C52EAB;
}
.TagClassName
{
border-color: #C52EAB;
}
</style>