Shades of Medium Violet Red #C31871
Tints of Medium Violet Red #C31871
RGB
CMYK
RGB Variations
Color information
#C31871 (or 0xC31871) is known color: Medium Violet Red. HEX triplet: C3, 18 and 71. RGB value is (195,24,113). Sum of RGB (Red+Green+Blue) = 195+24+113=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C31871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31871 is #3CE78E. Grayscale: #555555. Windows color (decimal): -3991439 or 7411907. OLE color: 7411907.
HSL color Cylindrical-coordinate representation of color #C31871: hue angle of 328.77º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31871 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 328.77º | 0.78% | 0.43% | - |
| HSV(B) | 328.77º | 0.88% | 0.76% | - |
| XYZ | 25.81 | 13.45 | 16.86 | - |
| YUV | 85.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 113 | 0 | 0.88 | 0.42 | 0.24 | 328.77 | 0.78 | 0.43 |
| Hex | C3 | 18 | 71 | 0 | 58 | 2A | 18 | 149 | 4E | 2B |
| Octal | 303 | 30 | 161 | 0 | 130 | 52 | 30 | 511 | 116 | 53 |
| Binary | 11000011 | 11000 | 1110001 | 0 | 1011000 | 101010 | 11000 | 101001001 | 1001110 | 101011 |
Color Harmonies of #C31871
Complementary color
Monochromatic Colors of #C31871
Black with #C31871
Text Example
Text Example
White with #C31871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31871; }
p { color: rgb(195,24,113); }
H1.HeaderClassName
{
color: #C31871;
}
.AnyTagClassName
{
color: #C31871;
}
</style>
background-color css
<style>
a { background-color: #C31871; }
a { background-color: rgb(195,24,113); }
div.DivClassName
{
background-color: #C31871;
}
.BgClassName
{
background-color: #C31871;
}
</style>
border-color css
<style>
span { border-color: #C31871; }
span { border-color: rgb(195,24,113); }
td.TdClassName
{
border-color: #C31871;
}
.TagClassName
{
border-color: #C31871;
}
</style>