Shades of Medium Violet Red #C31787
Tints of Medium Violet Red #C31787
RGB
CMYK
RGB Variations
Color information
#C31787 (or 0xC31787) is known color: Medium Violet Red. HEX triplet: C3, 17 and 87. RGB value is (195,23,135). Sum of RGB (Red+Green+Blue) = 195+23+135=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C31787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31787 is #3CE878. Grayscale: #565656. Windows color (decimal): -3991673 or 8853443. OLE color: 8853443.
HSL color Cylindrical-coordinate representation of color #C31787: hue angle of 320.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31787 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 135 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.24 |
| HSL | 320.93º | 0.79% | 0.43% | - |
| HSV(B) | 320.93º | 0.88% | 0.76% | - |
| XYZ | 27.19 | 13.96 | 24.18 | - |
| YUV | 87.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 135 | 0 | 0.88 | 0.31 | 0.24 | 320.93 | 0.79 | 0.43 |
| Hex | C3 | 17 | 87 | 0 | 58 | 1F | 18 | 141 | 4F | 2B |
| Octal | 303 | 27 | 207 | 0 | 130 | 37 | 30 | 501 | 117 | 53 |
| Binary | 11000011 | 10111 | 10000111 | 0 | 1011000 | 11111 | 11000 | 101000001 | 1001111 | 101011 |
Color Harmonies of #C31787
Complementary color
Monochromatic Colors of #C31787
Black with #C31787
Text Example
Text Example
White with #C31787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31787; }
p { color: rgb(195,23,135); }
H1.HeaderClassName
{
color: #C31787;
}
.AnyTagClassName
{
color: #C31787;
}
</style>
background-color css
<style>
a { background-color: #C31787; }
a { background-color: rgb(195,23,135); }
div.DivClassName
{
background-color: #C31787;
}
.BgClassName
{
background-color: #C31787;
}
</style>
border-color css
<style>
span { border-color: #C31787; }
span { border-color: rgb(195,23,135); }
td.TdClassName
{
border-color: #C31787;
}
.TagClassName
{
border-color: #C31787;
}
</style>