Shades of Medium Violet Red #C31E9E
Tints of Medium Violet Red #C31E9E
RGB
CMYK
RGB Variations
Color information
#C31E9E (or 0xC31E9E) is known color: Medium Violet Red. HEX triplet: C3, 1E and 9E. RGB value is (195,30,158). Sum of RGB (Red+Green+Blue) = 195+30+158=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E9E is #3CE161. Grayscale: #5D5D5D. Windows color (decimal): -3989858 or 10362563. OLE color: 10362563.
HSL color Cylindrical-coordinate representation of color #C31E9E: hue angle of 313.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E9E is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 158 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.24 |
| HSL | 313.45º | 0.73% | 0.44% | - |
| HSV(B) | 313.45º | 0.85% | 0.76% | - |
| XYZ | 29.14 | 15 | 33.71 | - |
| YUV | 93.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 158 | 0 | 0.85 | 0.19 | 0.24 | 313.45 | 0.73 | 0.44 |
| Hex | C3 | 1E | 9E | 0 | 55 | 13 | 18 | 139 | 49 | 2C |
| Octal | 303 | 36 | 236 | 0 | 125 | 23 | 30 | 471 | 111 | 54 |
| Binary | 11000011 | 11110 | 10011110 | 0 | 1010101 | 10011 | 11000 | 100111001 | 1001001 | 101100 |
Color Harmonies of #C31E9E
Complementary color
Monochromatic Colors of #C31E9E
Black with #C31E9E
Text Example
Text Example
White with #C31E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E9E; }
p { color: rgb(195,30,158); }
H1.HeaderClassName
{
color: #C31E9E;
}
.AnyTagClassName
{
color: #C31E9E;
}
</style>
background-color css
<style>
a { background-color: #C31E9E; }
a { background-color: rgb(195,30,158); }
div.DivClassName
{
background-color: #C31E9E;
}
.BgClassName
{
background-color: #C31E9E;
}
</style>
border-color css
<style>
span { border-color: #C31E9E; }
span { border-color: rgb(195,30,158); }
td.TdClassName
{
border-color: #C31E9E;
}
.TagClassName
{
border-color: #C31E9E;
}
</style>