Shades of Medium Violet Red #C31E87
Tints of Medium Violet Red #C31E87
RGB
CMYK
RGB Variations
Color information
#C31E87 (or 0xC31E87) is known color: Medium Violet Red. HEX triplet: C3, 1E and 87. RGB value is (195,30,135). Sum of RGB (Red+Green+Blue) = 195+30+135=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E87 is #3CE178. Grayscale: #5B5B5B. Windows color (decimal): -3989881 or 8855235. OLE color: 8855235.
HSL color Cylindrical-coordinate representation of color #C31E87: hue angle of 321.82º 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 #C31E87 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 135 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.24 |
| HSL | 321.82º | 0.73% | 0.44% | - |
| HSV(B) | 321.82º | 0.85% | 0.76% | - |
| XYZ | 27.34 | 14.28 | 24.24 | - |
| YUV | 91.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 135 | 0 | 0.85 | 0.31 | 0.24 | 321.82 | 0.73 | 0.44 |
| Hex | C3 | 1E | 87 | 0 | 55 | 1F | 18 | 142 | 49 | 2C |
| Octal | 303 | 36 | 207 | 0 | 125 | 37 | 30 | 502 | 111 | 54 |
| Binary | 11000011 | 11110 | 10000111 | 0 | 1010101 | 11111 | 11000 | 101000010 | 1001001 | 101100 |
Color Harmonies of #C31E87
Complementary color
Monochromatic Colors of #C31E87
Black with #C31E87
Text Example
Text Example
White with #C31E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E87; }
p { color: rgb(195,30,135); }
H1.HeaderClassName
{
color: #C31E87;
}
.AnyTagClassName
{
color: #C31E87;
}
</style>
background-color css
<style>
a { background-color: #C31E87; }
a { background-color: rgb(195,30,135); }
div.DivClassName
{
background-color: #C31E87;
}
.BgClassName
{
background-color: #C31E87;
}
</style>
border-color css
<style>
span { border-color: #C31E87; }
span { border-color: rgb(195,30,135); }
td.TdClassName
{
border-color: #C31E87;
}
.TagClassName
{
border-color: #C31E87;
}
</style>