Shades of Medium Violet Red #C31F72
Tints of Medium Violet Red #C31F72
RGB
CMYK
RGB Variations
Color information
#C31F72 (or 0xC31F72) is known color: Medium Violet Red. HEX triplet: C3, 1F and 72. RGB value is (195,31,114). Sum of RGB (Red+Green+Blue) = 195+31+114=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F72 is #3CE08D. Grayscale: #595959. Windows color (decimal): -3989646 or 7479235. OLE color: 7479235.
HSL color Cylindrical-coordinate representation of color #C31F72: hue angle of 329.63º 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 #C31F72 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 114 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.24 |
| HSL | 329.63º | 0.73% | 0.44% | - |
| HSV(B) | 329.63º | 0.84% | 0.76% | - |
| XYZ | 26.03 | 13.8 | 17.21 | - |
| YUV | 89.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 114 | 0 | 0.84 | 0.42 | 0.24 | 329.63 | 0.73 | 0.44 |
| Hex | C3 | 1F | 72 | 0 | 54 | 2A | 18 | 14A | 49 | 2C |
| Octal | 303 | 37 | 162 | 0 | 124 | 52 | 30 | 512 | 111 | 54 |
| Binary | 11000011 | 11111 | 1110010 | 0 | 1010100 | 101010 | 11000 | 101001010 | 1001001 | 101100 |
Color Harmonies of #C31F72
Complementary color
Monochromatic Colors of #C31F72
Black with #C31F72
Text Example
Text Example
White with #C31F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F72; }
p { color: rgb(195,31,114); }
H1.HeaderClassName
{
color: #C31F72;
}
.AnyTagClassName
{
color: #C31F72;
}
</style>
background-color css
<style>
a { background-color: #C31F72; }
a { background-color: rgb(195,31,114); }
div.DivClassName
{
background-color: #C31F72;
}
.BgClassName
{
background-color: #C31F72;
}
</style>
border-color css
<style>
span { border-color: #C31F72; }
span { border-color: rgb(195,31,114); }
td.TdClassName
{
border-color: #C31F72;
}
.TagClassName
{
border-color: #C31F72;
}
</style>