Shades of Medium Violet Red #C50B77
Tints of Medium Violet Red #C50B77
RGB
CMYK
RGB Variations
Color information
#C50B77 (or 0xC50B77) is known color: Medium Violet Red. HEX triplet: C5, 0B and 77. RGB value is (197,11,119). Sum of RGB (Red+Green+Blue) = 197+11+119=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B77 is #3AF488. Grayscale: #4E4E4E. Windows color (decimal): -3863689 or 7801797. OLE color: 7801797.
HSL color Cylindrical-coordinate representation of color #C50B77: hue angle of 325.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B77 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 119 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.23 |
| HSL | 325.16º | 0.89% | 0.41% | - |
| HSV(B) | 325.16º | 0.94% | 0.77% | - |
| XYZ | 26.48 | 13.44 | 18.65 | - |
| YUV | 78.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 119 | 0 | 0.94 | 0.40 | 0.23 | 325.16 | 0.89 | 0.41 |
| Hex | C5 | B | 77 | 0 | 5E | 28 | 17 | 145 | 59 | 29 |
| Octal | 305 | 13 | 167 | 0 | 136 | 50 | 27 | 505 | 131 | 51 |
| Binary | 11000101 | 1011 | 1110111 | 0 | 1011110 | 101000 | 10111 | 101000101 | 1011001 | 101001 |
Color Harmonies of #C50B77
Complementary color
Monochromatic Colors of #C50B77
Black with #C50B77
Text Example
Text Example
White with #C50B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B77; }
p { color: rgb(197,11,119); }
H1.HeaderClassName
{
color: #C50B77;
}
.AnyTagClassName
{
color: #C50B77;
}
</style>
background-color css
<style>
a { background-color: #C50B77; }
a { background-color: rgb(197,11,119); }
div.DivClassName
{
background-color: #C50B77;
}
.BgClassName
{
background-color: #C50B77;
}
</style>
border-color css
<style>
span { border-color: #C50B77; }
span { border-color: rgb(197,11,119); }
td.TdClassName
{
border-color: #C50B77;
}
.TagClassName
{
border-color: #C50B77;
}
</style>