Shades of Medium Violet Red #C31FA0
Tints of Medium Violet Red #C31FA0
RGB
CMYK
RGB Variations
Color information
#C31FA0 (or 0xC31FA0) is known color: Medium Violet Red. HEX triplet: C3, 1F and A0. RGB value is (195,31,160). Sum of RGB (Red+Green+Blue) = 195+31+160=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA0 is #3CE05F. Grayscale: #5E5E5E. Windows color (decimal): -3989600 or 10493891. OLE color: 10493891.
HSL color Cylindrical-coordinate representation of color #C31FA0: hue angle of 312.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 160 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.24 |
| HSL | 312.8º | 0.73% | 0.44% | - |
| HSV(B) | 312.8º | 0.84% | 0.76% | - |
| XYZ | 29.34 | 15.12 | 34.63 | - |
| YUV | 94.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 160 | 0 | 0.84 | 0.18 | 0.24 | 312.8 | 0.73 | 0.44 |
| Hex | C3 | 1F | A0 | 0 | 54 | 12 | 18 | 139 | 49 | 2C |
| Octal | 303 | 37 | 240 | 0 | 124 | 22 | 30 | 471 | 111 | 54 |
| Binary | 11000011 | 11111 | 10100000 | 0 | 1010100 | 10010 | 11000 | 100111001 | 1001001 | 101100 |
Color Harmonies of #C31FA0
Complementary color
Monochromatic Colors of #C31FA0
Black with #C31FA0
Text Example
Text Example
White with #C31FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FA0; }
p { color: rgb(195,31,160); }
H1.HeaderClassName
{
color: #C31FA0;
}
.AnyTagClassName
{
color: #C31FA0;
}
</style>
background-color css
<style>
a { background-color: #C31FA0; }
a { background-color: rgb(195,31,160); }
div.DivClassName
{
background-color: #C31FA0;
}
.BgClassName
{
background-color: #C31FA0;
}
</style>
border-color css
<style>
span { border-color: #C31FA0; }
span { border-color: rgb(195,31,160); }
td.TdClassName
{
border-color: #C31FA0;
}
.TagClassName
{
border-color: #C31FA0;
}
</style>