Shades of Medium Violet Red #C50570
Tints of Medium Violet Red #C50570
RGB
CMYK
RGB Variations
Color information
#C50570 (or 0xC50570) is known color: Medium Violet Red. HEX triplet: C5, 05 and 70. RGB value is (197,5,112). Sum of RGB (Red+Green+Blue) = 197+5+112=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C50570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50570 is #3AFA8F. Grayscale: #4A4A4A. Windows color (decimal): -3865232 or 7341509. OLE color: 7341509.
HSL color Cylindrical-coordinate representation of color #C50570: hue angle of 326.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50570 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.23 |
| HSL | 326.56º | 0.95% | 0.4% | - |
| HSV(B) | 326.56º | 0.97% | 0.77% | - |
| XYZ | 26 | 13.15 | 16.5 | - |
| YUV | 74.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 112 | 0 | 0.97 | 0.43 | 0.23 | 326.56 | 0.95 | 0.4 |
| Hex | C5 | 5 | 70 | 0 | 61 | 2B | 17 | 147 | 5F | 28 |
| Octal | 305 | 5 | 160 | 0 | 141 | 53 | 27 | 507 | 137 | 50 |
| Binary | 11000101 | 101 | 1110000 | 0 | 1100001 | 101011 | 10111 | 101000111 | 1011111 | 101000 |
Color Harmonies of #C50570
Complementary color
Monochromatic Colors of #C50570
Black with #C50570
Text Example
Text Example
White with #C50570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50570; }
p { color: rgb(197,5,112); }
H1.HeaderClassName
{
color: #C50570;
}
.AnyTagClassName
{
color: #C50570;
}
</style>
background-color css
<style>
a { background-color: #C50570; }
a { background-color: rgb(197,5,112); }
div.DivClassName
{
background-color: #C50570;
}
.BgClassName
{
background-color: #C50570;
}
</style>
border-color css
<style>
span { border-color: #C50570; }
span { border-color: rgb(197,5,112); }
td.TdClassName
{
border-color: #C50570;
}
.TagClassName
{
border-color: #C50570;
}
</style>