Shades of Medium Violet Red #C32072
Tints of Medium Violet Red #C32072
RGB
CMYK
RGB Variations
Color information
#C32072 (or 0xC32072) is known color: Medium Violet Red. HEX triplet: C3, 20 and 72. RGB value is (195,32,114). Sum of RGB (Red+Green+Blue) = 195+32+114=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C32072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32072 is #3CDF8D. Grayscale: #595959. Windows color (decimal): -3989390 or 7479491. OLE color: 7479491.
HSL color Cylindrical-coordinate representation of color #C32072: hue angle of 329.82º 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 #C32072 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 114 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.24 |
| HSL | 329.82º | 0.72% | 0.45% | - |
| HSV(B) | 329.82º | 0.84% | 0.76% | - |
| XYZ | 26.06 | 13.85 | 17.22 | - |
| YUV | 90.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 114 | 0 | 0.84 | 0.42 | 0.24 | 329.82 | 0.72 | 0.45 |
| Hex | C3 | 20 | 72 | 0 | 54 | 2A | 18 | 14A | 48 | 2D |
| Octal | 303 | 40 | 162 | 0 | 124 | 52 | 30 | 512 | 110 | 55 |
| Binary | 11000011 | 100000 | 1110010 | 0 | 1010100 | 101010 | 11000 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C32072
Complementary color
Monochromatic Colors of #C32072
Black with #C32072
Text Example
Text Example
White with #C32072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32072; }
p { color: rgb(195,32,114); }
H1.HeaderClassName
{
color: #C32072;
}
.AnyTagClassName
{
color: #C32072;
}
</style>
background-color css
<style>
a { background-color: #C32072; }
a { background-color: rgb(195,32,114); }
div.DivClassName
{
background-color: #C32072;
}
.BgClassName
{
background-color: #C32072;
}
</style>
border-color css
<style>
span { border-color: #C32072; }
span { border-color: rgb(195,32,114); }
td.TdClassName
{
border-color: #C32072;
}
.TagClassName
{
border-color: #C32072;
}
</style>