Shades of Medium Violet Red #C31497
Tints of Medium Violet Red #C31497
RGB
CMYK
RGB Variations
Color information
#C31497 (or 0xC31497) is known color: Medium Violet Red. HEX triplet: C3, 14 and 97. RGB value is (195,20,151). Sum of RGB (Red+Green+Blue) = 195+20+151=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C31497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31497 is #3CEB68. Grayscale: #565656. Windows color (decimal): -3992425 or 9901251. OLE color: 9901251.
HSL color Cylindrical-coordinate representation of color #C31497: hue angle of 315.09º degrees, saturation: 0.81, 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 #C31497 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 151 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.24 |
| HSL | 315.09º | 0.81% | 0.42% | - |
| HSV(B) | 315.09º | 0.9% | 0.76% | - |
| XYZ | 28.34 | 14.34 | 30.55 | - |
| YUV | 87.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 151 | 0 | 0.90 | 0.23 | 0.24 | 315.09 | 0.81 | 0.42 |
| Hex | C3 | 14 | 97 | 0 | 5A | 17 | 18 | 13B | 51 | 2A |
| Octal | 303 | 24 | 227 | 0 | 132 | 27 | 30 | 473 | 121 | 52 |
| Binary | 11000011 | 10100 | 10010111 | 0 | 1011010 | 10111 | 11000 | 100111011 | 1010001 | 101010 |
Color Harmonies of #C31497
Complementary color
Monochromatic Colors of #C31497
Black with #C31497
Text Example
Text Example
White with #C31497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31497; }
p { color: rgb(195,20,151); }
H1.HeaderClassName
{
color: #C31497;
}
.AnyTagClassName
{
color: #C31497;
}
</style>
background-color css
<style>
a { background-color: #C31497; }
a { background-color: rgb(195,20,151); }
div.DivClassName
{
background-color: #C31497;
}
.BgClassName
{
background-color: #C31497;
}
</style>
border-color css
<style>
span { border-color: #C31497; }
span { border-color: rgb(195,20,151); }
td.TdClassName
{
border-color: #C31497;
}
.TagClassName
{
border-color: #C31497;
}
</style>