Shades of Medium Violet Red #C52071
Tints of Medium Violet Red #C52071
RGB
CMYK
RGB Variations
Color information
#C52071 (or 0xC52071) is known color: Medium Violet Red. HEX triplet: C5, 20 and 71. RGB value is (197,32,113). Sum of RGB (Red+Green+Blue) = 197+32+113=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C52071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52071 is #3ADF8E. Grayscale: #5A5A5A. Windows color (decimal): -3858319 or 7413957. OLE color: 7413957.
HSL color Cylindrical-coordinate representation of color #C52071: hue angle of 330.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52071 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 113 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.23 |
| HSL | 330.55º | 0.72% | 0.45% | - |
| HSV(B) | 330.55º | 0.84% | 0.77% | - |
| XYZ | 26.52 | 14.1 | 16.95 | - |
| YUV | 90.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 113 | 0 | 0.84 | 0.43 | 0.23 | 330.55 | 0.72 | 0.45 |
| Hex | C5 | 20 | 71 | 0 | 54 | 2B | 17 | 14B | 48 | 2D |
| Octal | 305 | 40 | 161 | 0 | 124 | 53 | 27 | 513 | 110 | 55 |
| Binary | 11000101 | 100000 | 1110001 | 0 | 1010100 | 101011 | 10111 | 101001011 | 1001000 | 101101 |
Color Harmonies of #C52071
Complementary color
Monochromatic Colors of #C52071
Black with #C52071
Text Example
Text Example
White with #C52071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52071; }
p { color: rgb(197,32,113); }
H1.HeaderClassName
{
color: #C52071;
}
.AnyTagClassName
{
color: #C52071;
}
</style>
background-color css
<style>
a { background-color: #C52071; }
a { background-color: rgb(197,32,113); }
div.DivClassName
{
background-color: #C52071;
}
.BgClassName
{
background-color: #C52071;
}
</style>
border-color css
<style>
span { border-color: #C52071; }
span { border-color: rgb(197,32,113); }
td.TdClassName
{
border-color: #C52071;
}
.TagClassName
{
border-color: #C52071;
}
</style>