Shades of Medium Violet Red #C31371
Tints of Medium Violet Red #C31371
RGB
CMYK
RGB Variations
Color information
#C31371 (or 0xC31371) is known color: Medium Violet Red. HEX triplet: C3, 13 and 71. RGB value is (195,19,113). Sum of RGB (Red+Green+Blue) = 195+19+113=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C31371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31371 is #3CEC8E. Grayscale: #525252. Windows color (decimal): -3992719 or 7410627. OLE color: 7410627.
HSL color Cylindrical-coordinate representation of color #C31371: hue angle of 327.95º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31371 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 113 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.24 |
| HSL | 327.95º | 0.82% | 0.42% | - |
| HSV(B) | 327.95º | 0.9% | 0.76% | - |
| XYZ | 25.72 | 13.26 | 16.83 | - |
| YUV | 82.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 113 | 0 | 0.90 | 0.42 | 0.24 | 327.95 | 0.82 | 0.42 |
| Hex | C3 | 13 | 71 | 0 | 5A | 2A | 18 | 148 | 52 | 2A |
| Octal | 303 | 23 | 161 | 0 | 132 | 52 | 30 | 510 | 122 | 52 |
| Binary | 11000011 | 10011 | 1110001 | 0 | 1011010 | 101010 | 11000 | 101001000 | 1010010 | 101010 |
Color Harmonies of #C31371
Complementary color
Monochromatic Colors of #C31371
Black with #C31371
Text Example
Text Example
White with #C31371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31371; }
p { color: rgb(195,19,113); }
H1.HeaderClassName
{
color: #C31371;
}
.AnyTagClassName
{
color: #C31371;
}
</style>
background-color css
<style>
a { background-color: #C31371; }
a { background-color: rgb(195,19,113); }
div.DivClassName
{
background-color: #C31371;
}
.BgClassName
{
background-color: #C31371;
}
</style>
border-color css
<style>
span { border-color: #C31371; }
span { border-color: rgb(195,19,113); }
td.TdClassName
{
border-color: #C31371;
}
.TagClassName
{
border-color: #C31371;
}
</style>