Shades of Medium Violet Red #C32176
Tints of Medium Violet Red #C32176
RGB
CMYK
RGB Variations
Color information
#C32176 (or 0xC32176) is known color: Medium Violet Red. HEX triplet: C3, 21 and 76. RGB value is (195,33,118). Sum of RGB (Red+Green+Blue) = 195+33+118=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32176 is #3CDE89. Grayscale: #5A5A5A. Windows color (decimal): -3989130 or 7741891. OLE color: 7741891.
HSL color Cylindrical-coordinate representation of color #C32176: hue angle of 328.52º 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 #C32176 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 118 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.24 |
| HSL | 328.52º | 0.71% | 0.45% | - |
| HSV(B) | 328.52º | 0.83% | 0.76% | - |
| XYZ | 26.32 | 14 | 18.45 | - |
| YUV | 91.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 118 | 0 | 0.83 | 0.39 | 0.24 | 328.52 | 0.71 | 0.45 |
| Hex | C3 | 21 | 76 | 0 | 53 | 27 | 18 | 149 | 47 | 2D |
| Octal | 303 | 41 | 166 | 0 | 123 | 47 | 30 | 511 | 107 | 55 |
| Binary | 11000011 | 100001 | 1110110 | 0 | 1010011 | 100111 | 11000 | 101001001 | 1000111 | 101101 |
Color Harmonies of #C32176
Complementary color
Monochromatic Colors of #C32176
Black with #C32176
Text Example
Text Example
White with #C32176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32176; }
p { color: rgb(195,33,118); }
H1.HeaderClassName
{
color: #C32176;
}
.AnyTagClassName
{
color: #C32176;
}
</style>
background-color css
<style>
a { background-color: #C32176; }
a { background-color: rgb(195,33,118); }
div.DivClassName
{
background-color: #C32176;
}
.BgClassName
{
background-color: #C32176;
}
</style>
border-color css
<style>
span { border-color: #C32176; }
span { border-color: rgb(195,33,118); }
td.TdClassName
{
border-color: #C32176;
}
.TagClassName
{
border-color: #C32176;
}
</style>