Shades of Medium Violet Red #C52472
Tints of Medium Violet Red #C52472
RGB
CMYK
RGB Variations
Color information
#C52472 (or 0xC52472) is known color: Medium Violet Red. HEX triplet: C5, 24 and 72. RGB value is (197,36,114). Sum of RGB (Red+Green+Blue) = 197+36+114=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C52472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52472 is #3ADB8D. Grayscale: #5C5C5C. Windows color (decimal): -3857294 or 7480517. OLE color: 7480517.
HSL color Cylindrical-coordinate representation of color #C52472: hue angle of 330.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52472 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 114 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.23 |
| HSL | 330.93º | 0.69% | 0.46% | - |
| HSV(B) | 330.93º | 0.82% | 0.77% | - |
| XYZ | 26.69 | 14.35 | 17.28 | - |
| YUV | 93.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 114 | 0 | 0.82 | 0.42 | 0.23 | 330.93 | 0.69 | 0.46 |
| Hex | C5 | 24 | 72 | 0 | 52 | 2A | 17 | 14B | 45 | 2E |
| Octal | 305 | 44 | 162 | 0 | 122 | 52 | 27 | 513 | 105 | 56 |
| Binary | 11000101 | 100100 | 1110010 | 0 | 1010010 | 101010 | 10111 | 101001011 | 1000101 | 101110 |
Color Harmonies of #C52472
Complementary color
Monochromatic Colors of #C52472
Black with #C52472
Text Example
Text Example
White with #C52472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52472; }
p { color: rgb(197,36,114); }
H1.HeaderClassName
{
color: #C52472;
}
.AnyTagClassName
{
color: #C52472;
}
</style>
background-color css
<style>
a { background-color: #C52472; }
a { background-color: rgb(197,36,114); }
div.DivClassName
{
background-color: #C52472;
}
.BgClassName
{
background-color: #C52472;
}
</style>
border-color css
<style>
span { border-color: #C52472; }
span { border-color: rgb(197,36,114); }
td.TdClassName
{
border-color: #C52472;
}
.TagClassName
{
border-color: #C52472;
}
</style>