Shades of Medium Violet Red #C52072
Tints of Medium Violet Red #C52072
RGB
CMYK
RGB Variations
Color information
#C52072 (or 0xC52072) is known color: Medium Violet Red. HEX triplet: C5, 20 and 72. RGB value is (197,32,114). Sum of RGB (Red+Green+Blue) = 197+32+114=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C52072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52072 is #3ADF8D. Grayscale: #5A5A5A. Windows color (decimal): -3858318 or 7479493. OLE color: 7479493.
HSL color Cylindrical-coordinate representation of color #C52072: hue angle of 330.18º 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 #C52072 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 114 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.23 |
| HSL | 330.18º | 0.72% | 0.45% | - |
| HSV(B) | 330.18º | 0.84% | 0.77% | - |
| XYZ | 26.58 | 14.12 | 17.24 | - |
| YUV | 90.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 114 | 0 | 0.84 | 0.42 | 0.23 | 330.18 | 0.72 | 0.45 |
| Hex | C5 | 20 | 72 | 0 | 54 | 2A | 17 | 14A | 48 | 2D |
| Octal | 305 | 40 | 162 | 0 | 124 | 52 | 27 | 512 | 110 | 55 |
| Binary | 11000101 | 100000 | 1110010 | 0 | 1010100 | 101010 | 10111 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C52072
Complementary color
Monochromatic Colors of #C52072
Black with #C52072
Text Example
Text Example
White with #C52072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52072; }
p { color: rgb(197,32,114); }
H1.HeaderClassName
{
color: #C52072;
}
.AnyTagClassName
{
color: #C52072;
}
</style>
background-color css
<style>
a { background-color: #C52072; }
a { background-color: rgb(197,32,114); }
div.DivClassName
{
background-color: #C52072;
}
.BgClassName
{
background-color: #C52072;
}
</style>
border-color css
<style>
span { border-color: #C52072; }
span { border-color: rgb(197,32,114); }
td.TdClassName
{
border-color: #C52072;
}
.TagClassName
{
border-color: #C52072;
}
</style>