Shades of Medium Violet Red #C31875
Tints of Medium Violet Red #C31875
RGB
CMYK
RGB Variations
Color information
#C31875 (or 0xC31875) is known color: Medium Violet Red. HEX triplet: C3, 18 and 75. RGB value is (195,24,117). Sum of RGB (Red+Green+Blue) = 195+24+117=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C31875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31875 is #3CE78A. Grayscale: #555555. Windows color (decimal): -3991435 or 7674051. OLE color: 7674051.
HSL color Cylindrical-coordinate representation of color #C31875: hue angle of 327.37º 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 #C31875 is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 117 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.24 |
| HSL | 327.37º | 0.78% | 0.43% | - |
| HSV(B) | 327.37º | 0.88% | 0.76% | - |
| XYZ | 26.04 | 13.54 | 18.07 | - |
| YUV | 85.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 117 | 0 | 0.88 | 0.4 | 0.24 | 327.37 | 0.78 | 0.43 |
| Hex | C3 | 18 | 75 | 0 | 58 | 28 | 18 | 147 | 4E | 2B |
| Octal | 303 | 30 | 165 | 0 | 130 | 50 | 30 | 507 | 116 | 53 |
| Binary | 11000011 | 11000 | 1110101 | 0 | 1011000 | 101000 | 11000 | 101000111 | 1001110 | 101011 |
Color Harmonies of #C31875
Complementary color
Monochromatic Colors of #C31875
Black with #C31875
Text Example
Text Example
White with #C31875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31875; }
p { color: rgb(195,24,117); }
H1.HeaderClassName
{
color: #C31875;
}
.AnyTagClassName
{
color: #C31875;
}
</style>
background-color css
<style>
a { background-color: #C31875; }
a { background-color: rgb(195,24,117); }
div.DivClassName
{
background-color: #C31875;
}
.BgClassName
{
background-color: #C31875;
}
</style>
border-color css
<style>
span { border-color: #C31875; }
span { border-color: rgb(195,24,117); }
td.TdClassName
{
border-color: #C31875;
}
.TagClassName
{
border-color: #C31875;
}
</style>