Shades of Medium Red Violet #C52EAC
Tints of Medium Red Violet #C52EAC
RGB
CMYK
RGB Variations
Color information
#C52EAC (or 0xC52EAC) is known color: Medium Red Violet. HEX triplet: C5, 2E and AC. RGB value is (197,46,172). Sum of RGB (Red+Green+Blue) = 197+46+172=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52EAC is #3AD153. Grayscale: #696969. Windows color (decimal): -3854676 or 11284165. OLE color: 11284165.
HSL color Cylindrical-coordinate representation of color #C52EAC: hue angle of 309.93º 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 #C52EAC is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 172 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.23 |
| HSL | 309.93º | 0.62% | 0.48% | - |
| HSV(B) | 309.93º | 0.77% | 0.77% | - |
| XYZ | 31.45 | 16.8 | 40.62 | - |
| YUV | 105.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 172 | 0 | 0.77 | 0.13 | 0.23 | 309.93 | 0.62 | 0.48 |
| Hex | C5 | 2E | AC | 0 | 4D | D | 17 | 136 | 3E | 30 |
| Octal | 305 | 56 | 254 | 0 | 115 | 15 | 27 | 466 | 76 | 60 |
| Binary | 11000101 | 101110 | 10101100 | 0 | 1001101 | 1101 | 10111 | 100110110 | 111110 | 110000 |
Color Harmonies of #C52EAC
Complementary color
Monochromatic Colors of #C52EAC
Black with #C52EAC
Text Example
Text Example
White with #C52EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EAC; }
p { color: rgb(197,46,172); }
H1.HeaderClassName
{
color: #C52EAC;
}
.AnyTagClassName
{
color: #C52EAC;
}
</style>
background-color css
<style>
a { background-color: #C52EAC; }
a { background-color: rgb(197,46,172); }
div.DivClassName
{
background-color: #C52EAC;
}
.BgClassName
{
background-color: #C52EAC;
}
</style>
border-color css
<style>
span { border-color: #C52EAC; }
span { border-color: rgb(197,46,172); }
td.TdClassName
{
border-color: #C52EAC;
}
.TagClassName
{
border-color: #C52EAC;
}
</style>