Shades of Medium Violet Red #C31596
Tints of Medium Violet Red #C31596
RGB
CMYK
RGB Variations
Color information
#C31596 (or 0xC31596) is known color: Medium Violet Red. HEX triplet: C3, 15 and 96. RGB value is (195,21,150). Sum of RGB (Red+Green+Blue) = 195+21+150=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C31596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31596 is #3CEA69. Grayscale: #575757. Windows color (decimal): -3992170 or 9835971. OLE color: 9835971.
HSL color Cylindrical-coordinate representation of color #C31596: hue angle of 315.52º 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 #C31596 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 150 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.24 |
| HSL | 315.52º | 0.81% | 0.42% | - |
| HSV(B) | 315.52º | 0.89% | 0.76% | - |
| XYZ | 28.28 | 14.34 | 30.13 | - |
| YUV | 87.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 150 | 0 | 0.89 | 0.23 | 0.24 | 315.52 | 0.81 | 0.42 |
| Hex | C3 | 15 | 96 | 0 | 59 | 17 | 18 | 13C | 51 | 2A |
| Octal | 303 | 25 | 226 | 0 | 131 | 27 | 30 | 474 | 121 | 52 |
| Binary | 11000011 | 10101 | 10010110 | 0 | 1011001 | 10111 | 11000 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C31596
Complementary color
Monochromatic Colors of #C31596
Black with #C31596
Text Example
Text Example
White with #C31596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31596; }
p { color: rgb(195,21,150); }
H1.HeaderClassName
{
color: #C31596;
}
.AnyTagClassName
{
color: #C31596;
}
</style>
background-color css
<style>
a { background-color: #C31596; }
a { background-color: rgb(195,21,150); }
div.DivClassName
{
background-color: #C31596;
}
.BgClassName
{
background-color: #C31596;
}
</style>
border-color css
<style>
span { border-color: #C31596; }
span { border-color: rgb(195,21,150); }
td.TdClassName
{
border-color: #C31596;
}
.TagClassName
{
border-color: #C31596;
}
</style>