Shades of Medium Red Violet #C52870
Tints of Medium Red Violet #C52870
RGB
CMYK
RGB Variations
Color information
#C52870 (or 0xC52870) is known color: Medium Red Violet. HEX triplet: C5, 28 and 70. RGB value is (197,40,112). Sum of RGB (Red+Green+Blue) = 197+40+112=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C52870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52870 is #3AD78F. Grayscale: #5F5F5F. Windows color (decimal): -3856272 or 7350469. OLE color: 7350469.
HSL color Cylindrical-coordinate representation of color #C52870: hue angle of 332.48º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52870 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 112 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.23 |
| HSL | 332.48º | 0.66% | 0.46% | - |
| HSV(B) | 332.48º | 0.8% | 0.77% | - |
| XYZ | 26.71 | 14.56 | 16.73 | - |
| YUV | 95.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 112 | 0 | 0.80 | 0.43 | 0.23 | 332.48 | 0.66 | 0.46 |
| Hex | C5 | 28 | 70 | 0 | 50 | 2B | 17 | 14C | 42 | 2E |
| Octal | 305 | 50 | 160 | 0 | 120 | 53 | 27 | 514 | 102 | 56 |
| Binary | 11000101 | 101000 | 1110000 | 0 | 1010000 | 101011 | 10111 | 101001100 | 1000010 | 101110 |
Color Harmonies of #C52870
Complementary color
Monochromatic Colors of #C52870
Black with #C52870
Text Example
Text Example
White with #C52870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52870; }
p { color: rgb(197,40,112); }
H1.HeaderClassName
{
color: #C52870;
}
.AnyTagClassName
{
color: #C52870;
}
</style>
background-color css
<style>
a { background-color: #C52870; }
a { background-color: rgb(197,40,112); }
div.DivClassName
{
background-color: #C52870;
}
.BgClassName
{
background-color: #C52870;
}
</style>
border-color css
<style>
span { border-color: #C52870; }
span { border-color: rgb(197,40,112); }
td.TdClassName
{
border-color: #C52870;
}
.TagClassName
{
border-color: #C52870;
}
</style>