Shades of Medium Violet Red #C31D87
Tints of Medium Violet Red #C31D87
RGB
CMYK
RGB Variations
Color information
#C31D87 (or 0xC31D87) is known color: Medium Violet Red. HEX triplet: C3, 1D and 87. RGB value is (195,29,135). Sum of RGB (Red+Green+Blue) = 195+29+135=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D87 is #3CE278. Grayscale: #5A5A5A. Windows color (decimal): -3990137 or 8854979. OLE color: 8854979.
HSL color Cylindrical-coordinate representation of color #C31D87: hue angle of 321.69º degrees, saturation: 0.74, 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 #C31D87 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 135 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.24 |
| HSL | 321.69º | 0.74% | 0.44% | - |
| HSV(B) | 321.69º | 0.85% | 0.76% | - |
| XYZ | 27.32 | 14.23 | 24.23 | - |
| YUV | 90.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 135 | 0 | 0.85 | 0.31 | 0.24 | 321.69 | 0.74 | 0.44 |
| Hex | C3 | 1D | 87 | 0 | 55 | 1F | 18 | 142 | 4A | 2C |
| Octal | 303 | 35 | 207 | 0 | 125 | 37 | 30 | 502 | 112 | 54 |
| Binary | 11000011 | 11101 | 10000111 | 0 | 1010101 | 11111 | 11000 | 101000010 | 1001010 | 101100 |
Color Harmonies of #C31D87
Complementary color
Monochromatic Colors of #C31D87
Black with #C31D87
Text Example
Text Example
White with #C31D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D87; }
p { color: rgb(195,29,135); }
H1.HeaderClassName
{
color: #C31D87;
}
.AnyTagClassName
{
color: #C31D87;
}
</style>
background-color css
<style>
a { background-color: #C31D87; }
a { background-color: rgb(195,29,135); }
div.DivClassName
{
background-color: #C31D87;
}
.BgClassName
{
background-color: #C31D87;
}
</style>
border-color css
<style>
span { border-color: #C31D87; }
span { border-color: rgb(195,29,135); }
td.TdClassName
{
border-color: #C31D87;
}
.TagClassName
{
border-color: #C31D87;
}
</style>