Shades of Medium Violet Red #C31387
Tints of Medium Violet Red #C31387
RGB
CMYK
RGB Variations
Color information
#C31387 (or 0xC31387) is known color: Medium Violet Red. HEX triplet: C3, 13 and 87. RGB value is (195,19,135). Sum of RGB (Red+Green+Blue) = 195+19+135=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C31387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31387 is #3CEC78. Grayscale: #545454. Windows color (decimal): -3992697 or 8852419. OLE color: 8852419.
HSL color Cylindrical-coordinate representation of color #C31387: hue angle of 320.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31387 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 135 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.24 |
| HSL | 320.45º | 0.82% | 0.42% | - |
| HSV(B) | 320.45º | 0.9% | 0.76% | - |
| XYZ | 27.11 | 13.82 | 24.16 | - |
| YUV | 84.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 135 | 0 | 0.90 | 0.31 | 0.24 | 320.45 | 0.82 | 0.42 |
| Hex | C3 | 13 | 87 | 0 | 5A | 1F | 18 | 140 | 52 | 2A |
| Octal | 303 | 23 | 207 | 0 | 132 | 37 | 30 | 500 | 122 | 52 |
| Binary | 11000011 | 10011 | 10000111 | 0 | 1011010 | 11111 | 11000 | 101000000 | 1010010 | 101010 |
Color Harmonies of #C31387
Complementary color
Monochromatic Colors of #C31387
Black with #C31387
Text Example
Text Example
White with #C31387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31387; }
p { color: rgb(195,19,135); }
H1.HeaderClassName
{
color: #C31387;
}
.AnyTagClassName
{
color: #C31387;
}
</style>
background-color css
<style>
a { background-color: #C31387; }
a { background-color: rgb(195,19,135); }
div.DivClassName
{
background-color: #C31387;
}
.BgClassName
{
background-color: #C31387;
}
</style>
border-color css
<style>
span { border-color: #C31387; }
span { border-color: rgb(195,19,135); }
td.TdClassName
{
border-color: #C31387;
}
.TagClassName
{
border-color: #C31387;
}
</style>