Shades of Medium Violet Red #C31996
Tints of Medium Violet Red #C31996
RGB
CMYK
RGB Variations
Color information
#C31996 (or 0xC31996) is known color: Medium Violet Red. HEX triplet: C3, 19 and 96. RGB value is (195,25,150). Sum of RGB (Red+Green+Blue) = 195+25+150=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C31996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31996 is #3CE669. Grayscale: #595959. Windows color (decimal): -3991146 or 9836995. OLE color: 9836995.
HSL color Cylindrical-coordinate representation of color #C31996: hue angle of 315.88º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31996 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.24 |
| HSL | 315.88º | 0.77% | 0.43% | - |
| HSV(B) | 315.88º | 0.87% | 0.76% | - |
| XYZ | 28.36 | 14.5 | 30.16 | - |
| YUV | 90.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 150 | 0 | 0.87 | 0.23 | 0.24 | 315.88 | 0.77 | 0.43 |
| Hex | C3 | 19 | 96 | 0 | 57 | 17 | 18 | 13C | 4D | 2B |
| Octal | 303 | 31 | 226 | 0 | 127 | 27 | 30 | 474 | 115 | 53 |
| Binary | 11000011 | 11001 | 10010110 | 0 | 1010111 | 10111 | 11000 | 100111100 | 1001101 | 101011 |
Color Harmonies of #C31996
Complementary color
Monochromatic Colors of #C31996
Black with #C31996
Text Example
Text Example
White with #C31996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31996; }
p { color: rgb(195,25,150); }
H1.HeaderClassName
{
color: #C31996;
}
.AnyTagClassName
{
color: #C31996;
}
</style>
background-color css
<style>
a { background-color: #C31996; }
a { background-color: rgb(195,25,150); }
div.DivClassName
{
background-color: #C31996;
}
.BgClassName
{
background-color: #C31996;
}
</style>
border-color css
<style>
span { border-color: #C31996; }
span { border-color: rgb(195,25,150); }
td.TdClassName
{
border-color: #C31996;
}
.TagClassName
{
border-color: #C31996;
}
</style>