Shades of Medium Violet Red #C32172
Tints of Medium Violet Red #C32172
RGB
CMYK
RGB Variations
Color information
#C32172 (or 0xC32172) is known color: Medium Violet Red. HEX triplet: C3, 21 and 72. RGB value is (195,33,114). Sum of RGB (Red+Green+Blue) = 195+33+114=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C32172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32172 is #3CDE8D. Grayscale: #5A5A5A. Windows color (decimal): -3989134 or 7479747. OLE color: 7479747.
HSL color Cylindrical-coordinate representation of color #C32172: hue angle of 330º 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 #C32172 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 114 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.24 |
| HSL | 330º | 0.71% | 0.45% | - |
| HSV(B) | 330º | 0.83% | 0.76% | - |
| XYZ | 26.09 | 13.9 | 17.23 | - |
| YUV | 90.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 114 | 0 | 0.83 | 0.42 | 0.24 | 330 | 0.71 | 0.45 |
| Hex | C3 | 21 | 72 | 0 | 53 | 2A | 18 | 14A | 47 | 2D |
| Octal | 303 | 41 | 162 | 0 | 123 | 52 | 30 | 512 | 107 | 55 |
| Binary | 11000011 | 100001 | 1110010 | 0 | 1010011 | 101010 | 11000 | 101001010 | 1000111 | 101101 |
Color Harmonies of #C32172
Complementary color
Monochromatic Colors of #C32172
Black with #C32172
Text Example
Text Example
White with #C32172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32172; }
p { color: rgb(195,33,114); }
H1.HeaderClassName
{
color: #C32172;
}
.AnyTagClassName
{
color: #C32172;
}
</style>
background-color css
<style>
a { background-color: #C32172; }
a { background-color: rgb(195,33,114); }
div.DivClassName
{
background-color: #C32172;
}
.BgClassName
{
background-color: #C32172;
}
</style>
border-color css
<style>
span { border-color: #C32172; }
span { border-color: rgb(195,33,114); }
td.TdClassName
{
border-color: #C32172;
}
.TagClassName
{
border-color: #C32172;
}
</style>