Shades of Medium Violet Red #C31C87
Tints of Medium Violet Red #C31C87
RGB
CMYK
RGB Variations
Color information
#C31C87 (or 0xC31C87) is known color: Medium Violet Red. HEX triplet: C3, 1C and 87. RGB value is (195,28,135). Sum of RGB (Red+Green+Blue) = 195+28+135=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C87 is #3CE378. Grayscale: #595959. Windows color (decimal): -3990393 or 8854723. OLE color: 8854723.
HSL color Cylindrical-coordinate representation of color #C31C87: hue angle of 321.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C87 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 135 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.24 |
| HSL | 321.56º | 0.75% | 0.44% | - |
| HSV(B) | 321.56º | 0.86% | 0.76% | - |
| XYZ | 27.29 | 14.18 | 24.22 | - |
| YUV | 90.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 135 | 0 | 0.86 | 0.31 | 0.24 | 321.56 | 0.75 | 0.44 |
| Hex | C3 | 1C | 87 | 0 | 56 | 1F | 18 | 142 | 4B | 2C |
| Octal | 303 | 34 | 207 | 0 | 126 | 37 | 30 | 502 | 113 | 54 |
| Binary | 11000011 | 11100 | 10000111 | 0 | 1010110 | 11111 | 11000 | 101000010 | 1001011 | 101100 |
Color Harmonies of #C31C87
Complementary color
Monochromatic Colors of #C31C87
Black with #C31C87
Text Example
Text Example
White with #C31C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C87; }
p { color: rgb(195,28,135); }
H1.HeaderClassName
{
color: #C31C87;
}
.AnyTagClassName
{
color: #C31C87;
}
</style>
background-color css
<style>
a { background-color: #C31C87; }
a { background-color: rgb(195,28,135); }
div.DivClassName
{
background-color: #C31C87;
}
.BgClassName
{
background-color: #C31C87;
}
</style>
border-color css
<style>
span { border-color: #C31C87; }
span { border-color: rgb(195,28,135); }
td.TdClassName
{
border-color: #C31C87;
}
.TagClassName
{
border-color: #C31C87;
}
</style>