Shades of Medium Violet Red #C50574
Tints of Medium Violet Red #C50574
RGB
CMYK
RGB Variations
Color information
#C50574 (or 0xC50574) is known color: Medium Violet Red. HEX triplet: C5, 05 and 74. RGB value is (197,5,116). Sum of RGB (Red+Green+Blue) = 197+5+116=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50574 is #3AFA8B. Grayscale: #4A4A4A. Windows color (decimal): -3865228 or 7603653. OLE color: 7603653.
HSL color Cylindrical-coordinate representation of color #C50574: hue angle of 325.31º 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 #C50574 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.23 |
| HSL | 325.31º | 0.95% | 0.4% | - |
| HSV(B) | 325.31º | 0.97% | 0.77% | - |
| XYZ | 26.23 | 13.24 | 17.7 | - |
| YUV | 75.06 | 151.11 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 116 | 0 | 0.97 | 0.41 | 0.23 | 325.31 | 0.95 | 0.4 |
| Hex | C5 | 5 | 74 | 0 | 61 | 29 | 17 | 145 | 5F | 28 |
| Octal | 305 | 5 | 164 | 0 | 141 | 51 | 27 | 505 | 137 | 50 |
| Binary | 11000101 | 101 | 1110100 | 0 | 1100001 | 101001 | 10111 | 101000101 | 1011111 | 101000 |
Color Harmonies of #C50574
Complementary color
Monochromatic Colors of #C50574
Black with #C50574
Text Example
Text Example
White with #C50574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50574; }
p { color: rgb(197,5,116); }
H1.HeaderClassName
{
color: #C50574;
}
.AnyTagClassName
{
color: #C50574;
}
</style>
background-color css
<style>
a { background-color: #C50574; }
a { background-color: rgb(197,5,116); }
div.DivClassName
{
background-color: #C50574;
}
.BgClassName
{
background-color: #C50574;
}
</style>
border-color css
<style>
span { border-color: #C50574; }
span { border-color: rgb(197,5,116); }
td.TdClassName
{
border-color: #C50574;
}
.TagClassName
{
border-color: #C50574;
}
</style>