Shades of Medium Violet Red #C32075
Tints of Medium Violet Red #C32075
RGB
CMYK
RGB Variations
Color information
#C32075 (or 0xC32075) is known color: Medium Violet Red. HEX triplet: C3, 20 and 75. RGB value is (195,32,117). Sum of RGB (Red+Green+Blue) = 195+32+117=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C32075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32075 is #3CDF8A. Grayscale: #5A5A5A. Windows color (decimal): -3989387 or 7676099. OLE color: 7676099.
HSL color Cylindrical-coordinate representation of color #C32075: hue angle of 328.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32075 is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 117 | - |
| CMYK | 0 | 0.84 | 0.4 | 0.24 |
| HSL | 328.71º | 0.72% | 0.45% | - |
| HSV(B) | 328.71º | 0.84% | 0.76% | - |
| XYZ | 26.23 | 13.92 | 18.13 | - |
| YUV | 90.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 117 | 0 | 0.84 | 0.4 | 0.24 | 328.71 | 0.72 | 0.45 |
| Hex | C3 | 20 | 75 | 0 | 54 | 28 | 18 | 149 | 48 | 2D |
| Octal | 303 | 40 | 165 | 0 | 124 | 50 | 30 | 511 | 110 | 55 |
| Binary | 11000011 | 100000 | 1110101 | 0 | 1010100 | 101000 | 11000 | 101001001 | 1001000 | 101101 |
Color Harmonies of #C32075
Complementary color
Monochromatic Colors of #C32075
Black with #C32075
Text Example
Text Example
White with #C32075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32075; }
p { color: rgb(195,32,117); }
H1.HeaderClassName
{
color: #C32075;
}
.AnyTagClassName
{
color: #C32075;
}
</style>
background-color css
<style>
a { background-color: #C32075; }
a { background-color: rgb(195,32,117); }
div.DivClassName
{
background-color: #C32075;
}
.BgClassName
{
background-color: #C32075;
}
</style>
border-color css
<style>
span { border-color: #C32075; }
span { border-color: rgb(195,32,117); }
td.TdClassName
{
border-color: #C32075;
}
.TagClassName
{
border-color: #C32075;
}
</style>