Shades of Medium Violet Red #C50771
Tints of Medium Violet Red #C50771
RGB
CMYK
RGB Variations
Color information
#C50771 (or 0xC50771) is known color: Medium Violet Red. HEX triplet: C5, 07 and 71. RGB value is (197,7,113). Sum of RGB (Red+Green+Blue) = 197+7+113=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50771 is #3AF88E. Grayscale: #4B4B4B. Windows color (decimal): -3864719 or 7407557. OLE color: 7407557.
HSL color Cylindrical-coordinate representation of color #C50771: hue angle of 326.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50771 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 113 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.23 |
| HSL | 326.53º | 0.93% | 0.4% | - |
| HSV(B) | 326.53º | 0.96% | 0.77% | - |
| XYZ | 26.08 | 13.21 | 16.8 | - |
| YUV | 75.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 113 | 0 | 0.96 | 0.43 | 0.23 | 326.53 | 0.93 | 0.4 |
| Hex | C5 | 7 | 71 | 0 | 60 | 2B | 17 | 147 | 5D | 28 |
| Octal | 305 | 7 | 161 | 0 | 140 | 53 | 27 | 507 | 135 | 50 |
| Binary | 11000101 | 111 | 1110001 | 0 | 1100000 | 101011 | 10111 | 101000111 | 1011101 | 101000 |
Color Harmonies of #C50771
Complementary color
Monochromatic Colors of #C50771
Black with #C50771
Text Example
Text Example
White with #C50771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50771; }
p { color: rgb(197,7,113); }
H1.HeaderClassName
{
color: #C50771;
}
.AnyTagClassName
{
color: #C50771;
}
</style>
background-color css
<style>
a { background-color: #C50771; }
a { background-color: rgb(197,7,113); }
div.DivClassName
{
background-color: #C50771;
}
.BgClassName
{
background-color: #C50771;
}
</style>
border-color css
<style>
span { border-color: #C50771; }
span { border-color: rgb(197,7,113); }
td.TdClassName
{
border-color: #C50771;
}
.TagClassName
{
border-color: #C50771;
}
</style>