Shades of Medium Violet Red #C31F71
Tints of Medium Violet Red #C31F71
RGB
CMYK
RGB Variations
Color information
#C31F71 (or 0xC31F71) is known color: Medium Violet Red. HEX triplet: C3, 1F and 71. RGB value is (195,31,113). Sum of RGB (Red+Green+Blue) = 195+31+113=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F71 is #3CE08E. Grayscale: #595959. Windows color (decimal): -3989647 or 7413699. OLE color: 7413699.
HSL color Cylindrical-coordinate representation of color #C31F71: hue angle of 330º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F71 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 113 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.24 |
| HSL | 330º | 0.73% | 0.44% | - |
| HSV(B) | 330º | 0.84% | 0.76% | - |
| XYZ | 25.98 | 13.77 | 16.91 | - |
| YUV | 89.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 113 | 0 | 0.84 | 0.42 | 0.24 | 330 | 0.73 | 0.44 |
| Hex | C3 | 1F | 71 | 0 | 54 | 2A | 18 | 14A | 49 | 2C |
| Octal | 303 | 37 | 161 | 0 | 124 | 52 | 30 | 512 | 111 | 54 |
| Binary | 11000011 | 11111 | 1110001 | 0 | 1010100 | 101010 | 11000 | 101001010 | 1001001 | 101100 |
Color Harmonies of #C31F71
Complementary color
Monochromatic Colors of #C31F71
Black with #C31F71
Text Example
Text Example
White with #C31F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F71; }
p { color: rgb(195,31,113); }
H1.HeaderClassName
{
color: #C31F71;
}
.AnyTagClassName
{
color: #C31F71;
}
</style>
background-color css
<style>
a { background-color: #C31F71; }
a { background-color: rgb(195,31,113); }
div.DivClassName
{
background-color: #C31F71;
}
.BgClassName
{
background-color: #C31F71;
}
</style>
border-color css
<style>
span { border-color: #C31F71; }
span { border-color: rgb(195,31,113); }
td.TdClassName
{
border-color: #C31F71;
}
.TagClassName
{
border-color: #C31F71;
}
</style>