Shades of Medium Violet Red #C31E9A
Tints of Medium Violet Red #C31E9A
RGB
CMYK
RGB Variations
Color information
#C31E9A (or 0xC31E9A) is known color: Medium Violet Red. HEX triplet: C3, 1E and 9A. RGB value is (195,30,154). Sum of RGB (Red+Green+Blue) = 195+30+154=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E9A is #3CE165. Grayscale: #5D5D5D. Windows color (decimal): -3989862 or 10100419. OLE color: 10100419.
HSL color Cylindrical-coordinate representation of color #C31E9A: hue angle of 314.91º 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 #C31E9A is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 154 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.24 |
| HSL | 314.91º | 0.73% | 0.44% | - |
| HSV(B) | 314.91º | 0.85% | 0.76% | - |
| XYZ | 28.8 | 14.86 | 31.92 | - |
| YUV | 93.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 154 | 0 | 0.85 | 0.21 | 0.24 | 314.91 | 0.73 | 0.44 |
| Hex | C3 | 1E | 9A | 0 | 55 | 15 | 18 | 13B | 49 | 2C |
| Octal | 303 | 36 | 232 | 0 | 125 | 25 | 30 | 473 | 111 | 54 |
| Binary | 11000011 | 11110 | 10011010 | 0 | 1010101 | 10101 | 11000 | 100111011 | 1001001 | 101100 |
Color Harmonies of #C31E9A
Complementary color
Monochromatic Colors of #C31E9A
Black with #C31E9A
Text Example
Text Example
White with #C31E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E9A; }
p { color: rgb(195,30,154); }
H1.HeaderClassName
{
color: #C31E9A;
}
.AnyTagClassName
{
color: #C31E9A;
}
</style>
background-color css
<style>
a { background-color: #C31E9A; }
a { background-color: rgb(195,30,154); }
div.DivClassName
{
background-color: #C31E9A;
}
.BgClassName
{
background-color: #C31E9A;
}
</style>
border-color css
<style>
span { border-color: #C31E9A; }
span { border-color: rgb(195,30,154); }
td.TdClassName
{
border-color: #C31E9A;
}
.TagClassName
{
border-color: #C31E9A;
}
</style>