Shades of Medium Violet Red #C50177
Tints of Medium Violet Red #C50177
RGB
CMYK
RGB Variations
Color information
#C50177 (or 0xC50177) is known color: Medium Violet Red. HEX triplet: C5, 01 and 77. RGB value is (197,1,119). Sum of RGB (Red+Green+Blue) = 197+1+119=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50177 is #3AFE88. Grayscale: #484848. Windows color (decimal): -3866249 or 7799237. OLE color: 7799237.
HSL color Cylindrical-coordinate representation of color #C50177: hue angle of 323.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50177 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.23 |
| HSL | 323.88º | 0.99% | 0.39% | - |
| HSV(B) | 323.88º | 0.99% | 0.77% | - |
| XYZ | 26.37 | 13.22 | 18.62 | - |
| YUV | 73.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 119 | 0 | 0.99 | 0.40 | 0.23 | 323.88 | 0.99 | 0.39 |
| Hex | C5 | 1 | 77 | 0 | 63 | 28 | 17 | 144 | 63 | 27 |
| Octal | 305 | 1 | 167 | 0 | 143 | 50 | 27 | 504 | 143 | 47 |
| Binary | 11000101 | 1 | 1110111 | 0 | 1100011 | 101000 | 10111 | 101000100 | 1100011 | 100111 |
Color Harmonies of #C50177
Complementary color
Monochromatic Colors of #C50177
Black with #C50177
Text Example
Text Example
White with #C50177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50177; }
p { color: rgb(197,1,119); }
H1.HeaderClassName
{
color: #C50177;
}
.AnyTagClassName
{
color: #C50177;
}
</style>
background-color css
<style>
a { background-color: #C50177; }
a { background-color: rgb(197,1,119); }
div.DivClassName
{
background-color: #C50177;
}
.BgClassName
{
background-color: #C50177;
}
</style>
border-color css
<style>
span { border-color: #C50177; }
span { border-color: rgb(197,1,119); }
td.TdClassName
{
border-color: #C50177;
}
.TagClassName
{
border-color: #C50177;
}
</style>