Shades of Medium Violet Red #C31577
Tints of Medium Violet Red #C31577
RGB
CMYK
RGB Variations
Color information
#C31577 (or 0xC31577) is known color: Medium Violet Red. HEX triplet: C3, 15 and 77. RGB value is (195,21,119). Sum of RGB (Red+Green+Blue) = 195+21+119=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31577 is #3CEA88. Grayscale: #535353. Windows color (decimal): -3992201 or 7804355. OLE color: 7804355.
HSL color Cylindrical-coordinate representation of color #C31577: hue angle of 326.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31577 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 119 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.24 |
| HSL | 326.21º | 0.81% | 0.42% | - |
| HSV(B) | 326.21º | 0.89% | 0.76% | - |
| XYZ | 26.1 | 13.47 | 18.68 | - |
| YUV | 84.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 119 | 0 | 0.89 | 0.39 | 0.24 | 326.21 | 0.81 | 0.42 |
| Hex | C3 | 15 | 77 | 0 | 59 | 27 | 18 | 146 | 51 | 2A |
| Octal | 303 | 25 | 167 | 0 | 131 | 47 | 30 | 506 | 121 | 52 |
| Binary | 11000011 | 10101 | 1110111 | 0 | 1011001 | 100111 | 11000 | 101000110 | 1010001 | 101010 |
Color Harmonies of #C31577
Complementary color
Monochromatic Colors of #C31577
Black with #C31577
Text Example
Text Example
White with #C31577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31577; }
p { color: rgb(195,21,119); }
H1.HeaderClassName
{
color: #C31577;
}
.AnyTagClassName
{
color: #C31577;
}
</style>
background-color css
<style>
a { background-color: #C31577; }
a { background-color: rgb(195,21,119); }
div.DivClassName
{
background-color: #C31577;
}
.BgClassName
{
background-color: #C31577;
}
</style>
border-color css
<style>
span { border-color: #C31577; }
span { border-color: rgb(195,21,119); }
td.TdClassName
{
border-color: #C31577;
}
.TagClassName
{
border-color: #C31577;
}
</style>