Shades of Medium Violet Red #C31075
Tints of Medium Violet Red #C31075
RGB
CMYK
RGB Variations
Color information
#C31075 (or 0xC31075) is known color: Medium Violet Red. HEX triplet: C3, 10 and 75. RGB value is (195,16,117). Sum of RGB (Red+Green+Blue) = 195+16+117=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C31075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31075 is #3CEF8A. Grayscale: #505050. Windows color (decimal): -3993483 or 7672003. OLE color: 7672003.
HSL color Cylindrical-coordinate representation of color #C31075: hue angle of 326.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31075 is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.24 |
| HSL | 326.15º | 0.85% | 0.41% | - |
| HSV(B) | 326.15º | 0.92% | 0.76% | - |
| XYZ | 25.9 | 13.26 | 18.02 | - |
| YUV | 81.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 117 | 0 | 0.92 | 0.4 | 0.24 | 326.15 | 0.85 | 0.41 |
| Hex | C3 | 10 | 75 | 0 | 5C | 28 | 18 | 146 | 55 | 29 |
| Octal | 303 | 20 | 165 | 0 | 134 | 50 | 30 | 506 | 125 | 51 |
| Binary | 11000011 | 10000 | 1110101 | 0 | 1011100 | 101000 | 11000 | 101000110 | 1010101 | 101001 |
Color Harmonies of #C31075
Complementary color
Monochromatic Colors of #C31075
Black with #C31075
Text Example
Text Example
White with #C31075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31075; }
p { color: rgb(195,16,117); }
H1.HeaderClassName
{
color: #C31075;
}
.AnyTagClassName
{
color: #C31075;
}
</style>
background-color css
<style>
a { background-color: #C31075; }
a { background-color: rgb(195,16,117); }
div.DivClassName
{
background-color: #C31075;
}
.BgClassName
{
background-color: #C31075;
}
</style>
border-color css
<style>
span { border-color: #C31075; }
span { border-color: rgb(195,16,117); }
td.TdClassName
{
border-color: #C31075;
}
.TagClassName
{
border-color: #C31075;
}
</style>