Shades of Medium Red Violet #C53977
Tints of Medium Red Violet #C53977
RGB
CMYK
RGB Variations
Color information
#C53977 (or 0xC53977) is known color: Medium Red Violet. HEX triplet: C5, 39 and 77. RGB value is (197,57,119). Sum of RGB (Red+Green+Blue) = 197+57+119=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53977 is #3AC688. Grayscale: #696969. Windows color (decimal): -3851913 or 7813573. OLE color: 7813573.
HSL color Cylindrical-coordinate representation of color #C53977: hue angle of 333.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53977 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 119 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.23 |
| HSL | 333.43º | 0.55% | 0.5% | - |
| HSV(B) | 333.43º | 0.71% | 0.77% | - |
| XYZ | 27.82 | 16.13 | 19.1 | - |
| YUV | 105.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 119 | 0 | 0.71 | 0.40 | 0.23 | 333.43 | 0.55 | 0.5 |
| Hex | C5 | 39 | 77 | 0 | 47 | 28 | 17 | 14D | 37 | 32 |
| Octal | 305 | 71 | 167 | 0 | 107 | 50 | 27 | 515 | 67 | 62 |
| Binary | 11000101 | 111001 | 1110111 | 0 | 1000111 | 101000 | 10111 | 101001101 | 110111 | 110010 |
Color Harmonies of #C53977
Complementary color
Monochromatic Colors of #C53977
Black with #C53977
Text Example
Text Example
White with #C53977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53977; }
p { color: rgb(197,57,119); }
H1.HeaderClassName
{
color: #C53977;
}
.AnyTagClassName
{
color: #C53977;
}
</style>
background-color css
<style>
a { background-color: #C53977; }
a { background-color: rgb(197,57,119); }
div.DivClassName
{
background-color: #C53977;
}
.BgClassName
{
background-color: #C53977;
}
</style>
border-color css
<style>
span { border-color: #C53977; }
span { border-color: rgb(197,57,119); }
td.TdClassName
{
border-color: #C53977;
}
.TagClassName
{
border-color: #C53977;
}
</style>