Shades of Medium Violet Red #C31385
Tints of Medium Violet Red #C31385
RGB
CMYK
RGB Variations
Color information
#C31385 (or 0xC31385) is known color: Medium Violet Red. HEX triplet: C3, 13 and 85. RGB value is (195,19,133). Sum of RGB (Red+Green+Blue) = 195+19+133=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31385 is #3CEC7A. Grayscale: #545454. Windows color (decimal): -3992699 or 8721347. OLE color: 8721347.
HSL color Cylindrical-coordinate representation of color #C31385: hue angle of 321.14º 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 #C31385 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 133 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.24 |
| HSL | 321.14º | 0.82% | 0.42% | - |
| HSV(B) | 321.14º | 0.9% | 0.76% | - |
| XYZ | 26.97 | 13.76 | 23.42 | - |
| YUV | 84.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 133 | 0 | 0.90 | 0.32 | 0.24 | 321.14 | 0.82 | 0.42 |
| Hex | C3 | 13 | 85 | 0 | 5A | 20 | 18 | 141 | 52 | 2A |
| Octal | 303 | 23 | 205 | 0 | 132 | 40 | 30 | 501 | 122 | 52 |
| Binary | 11000011 | 10011 | 10000101 | 0 | 1011010 | 100000 | 11000 | 101000001 | 1010010 | 101010 |
Color Harmonies of #C31385
Complementary color
Monochromatic Colors of #C31385
Black with #C31385
Text Example
Text Example
White with #C31385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31385; }
p { color: rgb(195,19,133); }
H1.HeaderClassName
{
color: #C31385;
}
.AnyTagClassName
{
color: #C31385;
}
</style>
background-color css
<style>
a { background-color: #C31385; }
a { background-color: rgb(195,19,133); }
div.DivClassName
{
background-color: #C31385;
}
.BgClassName
{
background-color: #C31385;
}
</style>
border-color css
<style>
span { border-color: #C31385; }
span { border-color: rgb(195,19,133); }
td.TdClassName
{
border-color: #C31385;
}
.TagClassName
{
border-color: #C31385;
}
</style>