Shades of Medium Violet Red #C31372
Tints of Medium Violet Red #C31372
RGB
CMYK
RGB Variations
Color information
#C31372 (or 0xC31372) is known color: Medium Violet Red. HEX triplet: C3, 13 and 72. RGB value is (195,19,114). Sum of RGB (Red+Green+Blue) = 195+19+114=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C31372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31372 is #3CEC8D. Grayscale: #525252. Windows color (decimal): -3992718 or 7476163. OLE color: 7476163.
HSL color Cylindrical-coordinate representation of color #C31372: hue angle of 327.61º 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 #C31372 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 114 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.24 |
| HSL | 327.61º | 0.82% | 0.42% | - |
| HSV(B) | 327.61º | 0.9% | 0.76% | - |
| XYZ | 25.78 | 13.28 | 17.12 | - |
| YUV | 82.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 114 | 0 | 0.90 | 0.42 | 0.24 | 327.61 | 0.82 | 0.42 |
| Hex | C3 | 13 | 72 | 0 | 5A | 2A | 18 | 148 | 52 | 2A |
| Octal | 303 | 23 | 162 | 0 | 132 | 52 | 30 | 510 | 122 | 52 |
| Binary | 11000011 | 10011 | 1110010 | 0 | 1011010 | 101010 | 11000 | 101001000 | 1010010 | 101010 |
Color Harmonies of #C31372
Complementary color
Monochromatic Colors of #C31372
Black with #C31372
Text Example
Text Example
White with #C31372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31372; }
p { color: rgb(195,19,114); }
H1.HeaderClassName
{
color: #C31372;
}
.AnyTagClassName
{
color: #C31372;
}
</style>
background-color css
<style>
a { background-color: #C31372; }
a { background-color: rgb(195,19,114); }
div.DivClassName
{
background-color: #C31372;
}
.BgClassName
{
background-color: #C31372;
}
</style>
border-color css
<style>
span { border-color: #C31372; }
span { border-color: rgb(195,19,114); }
td.TdClassName
{
border-color: #C31372;
}
.TagClassName
{
border-color: #C31372;
}
</style>