Shades of Medium Red Violet #C52EAA
Tints of Medium Red Violet #C52EAA
RGB
CMYK
RGB Variations
Color information
#C52EAA (or 0xC52EAA) is known color: Medium Red Violet. HEX triplet: C5, 2E and AA. RGB value is (197,46,170). Sum of RGB (Red+Green+Blue) = 197+46+170=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52EAA is #3AD155. Grayscale: #686868. Windows color (decimal): -3854678 or 11153093. OLE color: 11153093.
HSL color Cylindrical-coordinate representation of color #C52EAA: hue angle of 310.73º 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 #C52EAA is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 170 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.23 |
| HSL | 310.73º | 0.62% | 0.48% | - |
| HSV(B) | 310.73º | 0.77% | 0.77% | - |
| XYZ | 31.26 | 16.73 | 39.61 | - |
| YUV | 105.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 170 | 0 | 0.77 | 0.14 | 0.23 | 310.73 | 0.62 | 0.48 |
| Hex | C5 | 2E | AA | 0 | 4D | E | 17 | 137 | 3E | 30 |
| Octal | 305 | 56 | 252 | 0 | 115 | 16 | 27 | 467 | 76 | 60 |
| Binary | 11000101 | 101110 | 10101010 | 0 | 1001101 | 1110 | 10111 | 100110111 | 111110 | 110000 |
Color Harmonies of #C52EAA
Complementary color
Monochromatic Colors of #C52EAA
Black with #C52EAA
Text Example
Text Example
White with #C52EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EAA; }
p { color: rgb(197,46,170); }
H1.HeaderClassName
{
color: #C52EAA;
}
.AnyTagClassName
{
color: #C52EAA;
}
</style>
background-color css
<style>
a { background-color: #C52EAA; }
a { background-color: rgb(197,46,170); }
div.DivClassName
{
background-color: #C52EAA;
}
.BgClassName
{
background-color: #C52EAA;
}
</style>
border-color css
<style>
span { border-color: #C52EAA; }
span { border-color: rgb(197,46,170); }
td.TdClassName
{
border-color: #C52EAA;
}
.TagClassName
{
border-color: #C52EAA;
}
</style>