Shades of Medium Violet Red #C50077
Tints of Medium Violet Red #C50077
RGB
CMYK
RGB Variations
Color information
#C50077 (or 0xC50077) is known color: Medium Violet Red. HEX triplet: C5, 00 and 77. RGB value is (197,0,119). Sum of RGB (Red+Green+Blue) = 197+0+119=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C50077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50077 is #3AFF88. Grayscale: #484848. Windows color (decimal): -3866505 or 7798981. OLE color: 7798981.
HSL color Cylindrical-coordinate representation of color #C50077: hue angle of 323.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50077 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.40 | 0.23 |
| HSL | 323.76º | 1% | 0.39% | - |
| HSV(B) | 323.76º | 1% | 0.77% | - |
| XYZ | 26.36 | 13.2 | 18.61 | - |
| YUV | 72.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 119 | 0 | 1 | 0.40 | 0.23 | 323.76 | 1 | 0.39 |
| Hex | C5 | 0 | 77 | 0 | 64 | 28 | 17 | 144 | 64 | 27 |
| Octal | 305 | 0 | 167 | 0 | 144 | 50 | 27 | 504 | 144 | 47 |
| Binary | 11000101 | 0 | 1110111 | 0 | 1100100 | 101000 | 10111 | 101000100 | 1100100 | 100111 |
Color Harmonies of #C50077
Complementary color
Monochromatic Colors of #C50077
Black with #C50077
Text Example
Text Example
White with #C50077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50077; }
p { color: rgb(197,0,119); }
H1.HeaderClassName
{
color: #C50077;
}
.AnyTagClassName
{
color: #C50077;
}
</style>
background-color css
<style>
a { background-color: #C50077; }
a { background-color: rgb(197,0,119); }
div.DivClassName
{
background-color: #C50077;
}
.BgClassName
{
background-color: #C50077;
}
</style>
border-color css
<style>
span { border-color: #C50077; }
span { border-color: rgb(197,0,119); }
td.TdClassName
{
border-color: #C50077;
}
.TagClassName
{
border-color: #C50077;
}
</style>