Shades of Medium Red Violet #C52F79
Tints of Medium Red Violet #C52F79
RGB
CMYK
RGB Variations
Color information
#C52F79 (or 0xC52F79) is known color: Medium Red Violet. HEX triplet: C5, 2F and 79. RGB value is (197,47,121). Sum of RGB (Red+Green+Blue) = 197+47+121=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52F79 is #3AD086. Grayscale: #646464. Windows color (decimal): -3854471 or 7942085. OLE color: 7942085.
HSL color Cylindrical-coordinate representation of color #C52F79: hue angle of 330.4º 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 #C52F79 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 121 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.23 |
| HSL | 330.4º | 0.61% | 0.48% | - |
| HSV(B) | 330.4º | 0.76% | 0.77% | - |
| XYZ | 27.49 | 15.28 | 19.59 | - |
| YUV | 100.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 121 | 0 | 0.76 | 0.39 | 0.23 | 330.4 | 0.61 | 0.48 |
| Hex | C5 | 2F | 79 | 0 | 4C | 27 | 17 | 14A | 3D | 30 |
| Octal | 305 | 57 | 171 | 0 | 114 | 47 | 27 | 512 | 75 | 60 |
| Binary | 11000101 | 101111 | 1111001 | 0 | 1001100 | 100111 | 10111 | 101001010 | 111101 | 110000 |
Color Harmonies of #C52F79
Complementary color
Monochromatic Colors of #C52F79
Black with #C52F79
Text Example
Text Example
White with #C52F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F79; }
p { color: rgb(197,47,121); }
H1.HeaderClassName
{
color: #C52F79;
}
.AnyTagClassName
{
color: #C52F79;
}
</style>
background-color css
<style>
a { background-color: #C52F79; }
a { background-color: rgb(197,47,121); }
div.DivClassName
{
background-color: #C52F79;
}
.BgClassName
{
background-color: #C52F79;
}
</style>
border-color css
<style>
span { border-color: #C52F79; }
span { border-color: rgb(197,47,121); }
td.TdClassName
{
border-color: #C52F79;
}
.TagClassName
{
border-color: #C52F79;
}
</style>