Shades of Medium Red Violet #C52E77
Tints of Medium Red Violet #C52E77
RGB
CMYK
RGB Variations
Color information
#C52E77 (or 0xC52E77) is known color: Medium Red Violet. HEX triplet: C5, 2E and 77. RGB value is (197,46,119). Sum of RGB (Red+Green+Blue) = 197+46+119=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E77 is #3AD188. Grayscale: #636363. Windows color (decimal): -3854729 or 7810757. OLE color: 7810757.
HSL color Cylindrical-coordinate representation of color #C52E77: hue angle of 330.99º 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 #C52E77 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 119 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.23 |
| HSL | 330.99º | 0.62% | 0.48% | - |
| HSV(B) | 330.99º | 0.77% | 0.77% | - |
| XYZ | 27.33 | 15.16 | 18.94 | - |
| YUV | 99.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 119 | 0 | 0.77 | 0.40 | 0.23 | 330.99 | 0.62 | 0.48 |
| Hex | C5 | 2E | 77 | 0 | 4D | 28 | 17 | 14B | 3E | 30 |
| Octal | 305 | 56 | 167 | 0 | 115 | 50 | 27 | 513 | 76 | 60 |
| Binary | 11000101 | 101110 | 1110111 | 0 | 1001101 | 101000 | 10111 | 101001011 | 111110 | 110000 |
Color Harmonies of #C52E77
Complementary color
Monochromatic Colors of #C52E77
Black with #C52E77
Text Example
Text Example
White with #C52E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E77; }
p { color: rgb(197,46,119); }
H1.HeaderClassName
{
color: #C52E77;
}
.AnyTagClassName
{
color: #C52E77;
}
</style>
background-color css
<style>
a { background-color: #C52E77; }
a { background-color: rgb(197,46,119); }
div.DivClassName
{
background-color: #C52E77;
}
.BgClassName
{
background-color: #C52E77;
}
</style>
border-color css
<style>
span { border-color: #C52E77; }
span { border-color: rgb(197,46,119); }
td.TdClassName
{
border-color: #C52E77;
}
.TagClassName
{
border-color: #C52E77;
}
</style>