Shades of Medium Red Violet #C52F77
Tints of Medium Red Violet #C52F77
RGB
CMYK
RGB Variations
Color information
#C52F77 (or 0xC52F77) is known color: Medium Red Violet. HEX triplet: C5, 2F and 77. RGB value is (197,47,119). Sum of RGB (Red+Green+Blue) = 197+47+119=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52F77 is #3AD088. Grayscale: #636363. Windows color (decimal): -3854473 or 7811013. OLE color: 7811013.
HSL color Cylindrical-coordinate representation of color #C52F77: hue angle of 331.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52F77 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 119 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.23 |
| HSL | 331.2º | 0.61% | 0.48% | - |
| HSV(B) | 331.2º | 0.76% | 0.77% | - |
| XYZ | 27.37 | 15.24 | 18.95 | - |
| YUV | 100.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 119 | 0 | 0.76 | 0.40 | 0.23 | 331.2 | 0.61 | 0.48 |
| Hex | C5 | 2F | 77 | 0 | 4C | 28 | 17 | 14B | 3D | 30 |
| Octal | 305 | 57 | 167 | 0 | 114 | 50 | 27 | 513 | 75 | 60 |
| Binary | 11000101 | 101111 | 1110111 | 0 | 1001100 | 101000 | 10111 | 101001011 | 111101 | 110000 |
Color Harmonies of #C52F77
Complementary color
Monochromatic Colors of #C52F77
Black with #C52F77
Text Example
Text Example
White with #C52F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F77; }
p { color: rgb(197,47,119); }
H1.HeaderClassName
{
color: #C52F77;
}
.AnyTagClassName
{
color: #C52F77;
}
</style>
background-color css
<style>
a { background-color: #C52F77; }
a { background-color: rgb(197,47,119); }
div.DivClassName
{
background-color: #C52F77;
}
.BgClassName
{
background-color: #C52F77;
}
</style>
border-color css
<style>
span { border-color: #C52F77; }
span { border-color: rgb(197,47,119); }
td.TdClassName
{
border-color: #C52F77;
}
.TagClassName
{
border-color: #C52F77;
}
</style>