Shades of Medium Violet Red #C31585
Tints of Medium Violet Red #C31585
RGB
CMYK
RGB Variations
Color information
#C31585 (or 0xC31585) is known color: Medium Violet Red. HEX triplet: C3, 15 and 85. RGB value is (195,21,133). Sum of RGB (Red+Green+Blue) = 195+21+133=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C31585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31585 is #3CEA7A. Grayscale: #555555. Windows color (decimal): -3992187 or 8721859. OLE color: 8721859.
HSL color Cylindrical-coordinate representation of color #C31585: hue angle of 321.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31585 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 133 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.24 |
| HSL | 321.38º | 0.81% | 0.42% | - |
| HSV(B) | 321.38º | 0.89% | 0.76% | - |
| XYZ | 27.01 | 13.83 | 23.44 | - |
| YUV | 85.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 133 | 0 | 0.89 | 0.32 | 0.24 | 321.38 | 0.81 | 0.42 |
| Hex | C3 | 15 | 85 | 0 | 59 | 20 | 18 | 141 | 51 | 2A |
| Octal | 303 | 25 | 205 | 0 | 131 | 40 | 30 | 501 | 121 | 52 |
| Binary | 11000011 | 10101 | 10000101 | 0 | 1011001 | 100000 | 11000 | 101000001 | 1010001 | 101010 |
Color Harmonies of #C31585
Complementary color
Monochromatic Colors of #C31585
Black with #C31585
Text Example
Text Example
White with #C31585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31585; }
p { color: rgb(195,21,133); }
H1.HeaderClassName
{
color: #C31585;
}
.AnyTagClassName
{
color: #C31585;
}
</style>
background-color css
<style>
a { background-color: #C31585; }
a { background-color: rgb(195,21,133); }
div.DivClassName
{
background-color: #C31585;
}
.BgClassName
{
background-color: #C31585;
}
</style>
border-color css
<style>
span { border-color: #C31585; }
span { border-color: rgb(195,21,133); }
td.TdClassName
{
border-color: #C31585;
}
.TagClassName
{
border-color: #C31585;
}
</style>