Shades of Medium Violet Red #C31D75
Tints of Medium Violet Red #C31D75
RGB
CMYK
RGB Variations
Color information
#C31D75 (or 0xC31D75) is known color: Medium Violet Red. HEX triplet: C3, 1D and 75. RGB value is (195,29,117). Sum of RGB (Red+Green+Blue) = 195+29+117=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D75 is #3CE28A. Grayscale: #585858. Windows color (decimal): -3990155 or 7675331. OLE color: 7675331.
HSL color Cylindrical-coordinate representation of color #C31D75: hue angle of 328.19º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D75 is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 117 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.24 |
| HSL | 328.19º | 0.74% | 0.44% | - |
| HSV(B) | 328.19º | 0.85% | 0.76% | - |
| XYZ | 26.16 | 13.77 | 18.11 | - |
| YUV | 88.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 117 | 0 | 0.85 | 0.4 | 0.24 | 328.19 | 0.74 | 0.44 |
| Hex | C3 | 1D | 75 | 0 | 55 | 28 | 18 | 148 | 4A | 2C |
| Octal | 303 | 35 | 165 | 0 | 125 | 50 | 30 | 510 | 112 | 54 |
| Binary | 11000011 | 11101 | 1110101 | 0 | 1010101 | 101000 | 11000 | 101001000 | 1001010 | 101100 |
Color Harmonies of #C31D75
Complementary color
Monochromatic Colors of #C31D75
Black with #C31D75
Text Example
Text Example
White with #C31D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D75; }
p { color: rgb(195,29,117); }
H1.HeaderClassName
{
color: #C31D75;
}
.AnyTagClassName
{
color: #C31D75;
}
</style>
background-color css
<style>
a { background-color: #C31D75; }
a { background-color: rgb(195,29,117); }
div.DivClassName
{
background-color: #C31D75;
}
.BgClassName
{
background-color: #C31D75;
}
</style>
border-color css
<style>
span { border-color: #C31D75; }
span { border-color: rgb(195,29,117); }
td.TdClassName
{
border-color: #C31D75;
}
.TagClassName
{
border-color: #C31D75;
}
</style>