Shades of Medium Violet Red #C31985
Tints of Medium Violet Red #C31985
RGB
CMYK
RGB Variations
Color information
#C31985 (or 0xC31985) is known color: Medium Violet Red. HEX triplet: C3, 19 and 85. RGB value is (195,25,133). Sum of RGB (Red+Green+Blue) = 195+25+133=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C31985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31985 is #3CE67A. Grayscale: #575757. Windows color (decimal): -3991163 or 8722883. OLE color: 8722883.
HSL color Cylindrical-coordinate representation of color #C31985: hue angle of 321.88º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31985 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 133 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.24 |
| HSL | 321.88º | 0.77% | 0.43% | - |
| HSV(B) | 321.88º | 0.87% | 0.76% | - |
| XYZ | 27.09 | 13.99 | 23.46 | - |
| YUV | 88.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 133 | 0 | 0.87 | 0.32 | 0.24 | 321.88 | 0.77 | 0.43 |
| Hex | C3 | 19 | 85 | 0 | 57 | 20 | 18 | 142 | 4D | 2B |
| Octal | 303 | 31 | 205 | 0 | 127 | 40 | 30 | 502 | 115 | 53 |
| Binary | 11000011 | 11001 | 10000101 | 0 | 1010111 | 100000 | 11000 | 101000010 | 1001101 | 101011 |
Color Harmonies of #C31985
Complementary color
Monochromatic Colors of #C31985
Black with #C31985
Text Example
Text Example
White with #C31985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31985; }
p { color: rgb(195,25,133); }
H1.HeaderClassName
{
color: #C31985;
}
.AnyTagClassName
{
color: #C31985;
}
</style>
background-color css
<style>
a { background-color: #C31985; }
a { background-color: rgb(195,25,133); }
div.DivClassName
{
background-color: #C31985;
}
.BgClassName
{
background-color: #C31985;
}
</style>
border-color css
<style>
span { border-color: #C31985; }
span { border-color: rgb(195,25,133); }
td.TdClassName
{
border-color: #C31985;
}
.TagClassName
{
border-color: #C31985;
}
</style>