Shades of Medium Violet Red #C32175
Tints of Medium Violet Red #C32175
RGB
CMYK
RGB Variations
Color information
#C32175 (or 0xC32175) is known color: Medium Violet Red. HEX triplet: C3, 21 and 75. RGB value is (195,33,117). Sum of RGB (Red+Green+Blue) = 195+33+117=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32175 is #3CDE8A. Grayscale: #5A5A5A. Windows color (decimal): -3989131 or 7676355. OLE color: 7676355.
HSL color Cylindrical-coordinate representation of color #C32175: hue angle of 328.89º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32175 is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 117 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.24 |
| HSL | 328.89º | 0.71% | 0.45% | - |
| HSV(B) | 328.89º | 0.83% | 0.76% | - |
| XYZ | 26.26 | 13.97 | 18.14 | - |
| YUV | 91.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 117 | 0 | 0.83 | 0.4 | 0.24 | 328.89 | 0.71 | 0.45 |
| Hex | C3 | 21 | 75 | 0 | 53 | 28 | 18 | 149 | 47 | 2D |
| Octal | 303 | 41 | 165 | 0 | 123 | 50 | 30 | 511 | 107 | 55 |
| Binary | 11000011 | 100001 | 1110101 | 0 | 1010011 | 101000 | 11000 | 101001001 | 1000111 | 101101 |
Color Harmonies of #C32175
Complementary color
Monochromatic Colors of #C32175
Black with #C32175
Text Example
Text Example
White with #C32175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32175; }
p { color: rgb(195,33,117); }
H1.HeaderClassName
{
color: #C32175;
}
.AnyTagClassName
{
color: #C32175;
}
</style>
background-color css
<style>
a { background-color: #C32175; }
a { background-color: rgb(195,33,117); }
div.DivClassName
{
background-color: #C32175;
}
.BgClassName
{
background-color: #C32175;
}
</style>
border-color css
<style>
span { border-color: #C32175; }
span { border-color: rgb(195,33,117); }
td.TdClassName
{
border-color: #C32175;
}
.TagClassName
{
border-color: #C32175;
}
</style>