Shades of Medium Violet Red #C31977
Tints of Medium Violet Red #C31977
RGB
CMYK
RGB Variations
Color information
#C31977 (or 0xC31977) is known color: Medium Violet Red. HEX triplet: C3, 19 and 77. RGB value is (195,25,119). Sum of RGB (Red+Green+Blue) = 195+25+119=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C31977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31977 is #3CE688. Grayscale: #565656. Windows color (decimal): -3991177 or 7805379. OLE color: 7805379.
HSL color Cylindrical-coordinate representation of color #C31977: hue angle of 326.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31977 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 119 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.24 |
| HSL | 326.82º | 0.77% | 0.43% | - |
| HSV(B) | 326.82º | 0.87% | 0.76% | - |
| XYZ | 26.18 | 13.63 | 18.7 | - |
| YUV | 86.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 119 | 0 | 0.87 | 0.39 | 0.24 | 326.82 | 0.77 | 0.43 |
| Hex | C3 | 19 | 77 | 0 | 57 | 27 | 18 | 147 | 4D | 2B |
| Octal | 303 | 31 | 167 | 0 | 127 | 47 | 30 | 507 | 115 | 53 |
| Binary | 11000011 | 11001 | 1110111 | 0 | 1010111 | 100111 | 11000 | 101000111 | 1001101 | 101011 |
Color Harmonies of #C31977
Complementary color
Monochromatic Colors of #C31977
Black with #C31977
Text Example
Text Example
White with #C31977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31977; }
p { color: rgb(195,25,119); }
H1.HeaderClassName
{
color: #C31977;
}
.AnyTagClassName
{
color: #C31977;
}
</style>
background-color css
<style>
a { background-color: #C31977; }
a { background-color: rgb(195,25,119); }
div.DivClassName
{
background-color: #C31977;
}
.BgClassName
{
background-color: #C31977;
}
</style>
border-color css
<style>
span { border-color: #C31977; }
span { border-color: rgb(195,25,119); }
td.TdClassName
{
border-color: #C31977;
}
.TagClassName
{
border-color: #C31977;
}
</style>