Shades of Medium Violet Red #C31F85
Tints of Medium Violet Red #C31F85
RGB
CMYK
RGB Variations
Color information
#C31F85 (or 0xC31F85) is known color: Medium Violet Red. HEX triplet: C3, 1F and 85. RGB value is (195,31,133). Sum of RGB (Red+Green+Blue) = 195+31+133=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F85 is #3CE07A. Grayscale: #5B5B5B. Windows color (decimal): -3989627 or 8724419. OLE color: 8724419.
HSL color Cylindrical-coordinate representation of color #C31F85: hue angle of 322.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F85 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 133 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.24 |
| HSL | 322.68º | 0.73% | 0.44% | - |
| HSV(B) | 322.68º | 0.84% | 0.76% | - |
| XYZ | 27.23 | 14.28 | 23.51 | - |
| YUV | 91.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 133 | 0 | 0.84 | 0.32 | 0.24 | 322.68 | 0.73 | 0.44 |
| Hex | C3 | 1F | 85 | 0 | 54 | 20 | 18 | 143 | 49 | 2C |
| Octal | 303 | 37 | 205 | 0 | 124 | 40 | 30 | 503 | 111 | 54 |
| Binary | 11000011 | 11111 | 10000101 | 0 | 1010100 | 100000 | 11000 | 101000011 | 1001001 | 101100 |
Color Harmonies of #C31F85
Complementary color
Monochromatic Colors of #C31F85
Black with #C31F85
Text Example
Text Example
White with #C31F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F85; }
p { color: rgb(195,31,133); }
H1.HeaderClassName
{
color: #C31F85;
}
.AnyTagClassName
{
color: #C31F85;
}
</style>
background-color css
<style>
a { background-color: #C31F85; }
a { background-color: rgb(195,31,133); }
div.DivClassName
{
background-color: #C31F85;
}
.BgClassName
{
background-color: #C31F85;
}
</style>
border-color css
<style>
span { border-color: #C31F85; }
span { border-color: rgb(195,31,133); }
td.TdClassName
{
border-color: #C31F85;
}
.TagClassName
{
border-color: #C31F85;
}
</style>