Shades of Medium Violet Red #C31F9E
Tints of Medium Violet Red #C31F9E
RGB
CMYK
RGB Variations
Color information
#C31F9E (or 0xC31F9E) is known color: Medium Violet Red. HEX triplet: C3, 1F and 9E. RGB value is (195,31,158). Sum of RGB (Red+Green+Blue) = 195+31+158=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F9E is #3CE061. Grayscale: #5E5E5E. Windows color (decimal): -3989602 or 10362819. OLE color: 10362819.
HSL color Cylindrical-coordinate representation of color #C31F9E: hue angle of 313.54º 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 #C31F9E is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 158 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.24 |
| HSL | 313.54º | 0.73% | 0.44% | - |
| HSV(B) | 313.54º | 0.84% | 0.76% | - |
| XYZ | 29.17 | 15.05 | 33.72 | - |
| YUV | 94.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 158 | 0 | 0.84 | 0.19 | 0.24 | 313.54 | 0.73 | 0.44 |
| Hex | C3 | 1F | 9E | 0 | 54 | 13 | 18 | 13A | 49 | 2C |
| Octal | 303 | 37 | 236 | 0 | 124 | 23 | 30 | 472 | 111 | 54 |
| Binary | 11000011 | 11111 | 10011110 | 0 | 1010100 | 10011 | 11000 | 100111010 | 1001001 | 101100 |
Color Harmonies of #C31F9E
Complementary color
Monochromatic Colors of #C31F9E
Black with #C31F9E
Text Example
Text Example
White with #C31F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F9E; }
p { color: rgb(195,31,158); }
H1.HeaderClassName
{
color: #C31F9E;
}
.AnyTagClassName
{
color: #C31F9E;
}
</style>
background-color css
<style>
a { background-color: #C31F9E; }
a { background-color: rgb(195,31,158); }
div.DivClassName
{
background-color: #C31F9E;
}
.BgClassName
{
background-color: #C31F9E;
}
</style>
border-color css
<style>
span { border-color: #C31F9E; }
span { border-color: rgb(195,31,158); }
td.TdClassName
{
border-color: #C31F9E;
}
.TagClassName
{
border-color: #C31F9E;
}
</style>