Shades of Medium Violet Red #C31397
Tints of Medium Violet Red #C31397
RGB
CMYK
RGB Variations
Color information
#C31397 (or 0xC31397) is known color: Medium Violet Red. HEX triplet: C3, 13 and 97. RGB value is (195,19,151). Sum of RGB (Red+Green+Blue) = 195+19+151=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31397 is #3CEC68. Grayscale: #565656. Windows color (decimal): -3992681 or 9900995. OLE color: 9900995.
HSL color Cylindrical-coordinate representation of color #C31397: hue angle of 315º 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 #C31397 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 151 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.24 |
| HSL | 315º | 0.82% | 0.42% | - |
| HSV(B) | 315º | 0.9% | 0.76% | - |
| XYZ | 28.32 | 14.3 | 30.55 | - |
| YUV | 86.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 151 | 0 | 0.90 | 0.23 | 0.24 | 315 | 0.82 | 0.42 |
| Hex | C3 | 13 | 97 | 0 | 5A | 17 | 18 | 13B | 52 | 2A |
| Octal | 303 | 23 | 227 | 0 | 132 | 27 | 30 | 473 | 122 | 52 |
| Binary | 11000011 | 10011 | 10010111 | 0 | 1011010 | 10111 | 11000 | 100111011 | 1010010 | 101010 |
Color Harmonies of #C31397
Complementary color
Monochromatic Colors of #C31397
Black with #C31397
Text Example
Text Example
White with #C31397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31397; }
p { color: rgb(195,19,151); }
H1.HeaderClassName
{
color: #C31397;
}
.AnyTagClassName
{
color: #C31397;
}
</style>
background-color css
<style>
a { background-color: #C31397; }
a { background-color: rgb(195,19,151); }
div.DivClassName
{
background-color: #C31397;
}
.BgClassName
{
background-color: #C31397;
}
</style>
border-color css
<style>
span { border-color: #C31397; }
span { border-color: rgb(195,19,151); }
td.TdClassName
{
border-color: #C31397;
}
.TagClassName
{
border-color: #C31397;
}
</style>