Shades of Medium Violet Red #C32372
Tints of Medium Violet Red #C32372
RGB
CMYK
RGB Variations
Color information
#C32372 (or 0xC32372) is known color: Medium Violet Red. HEX triplet: C3, 23 and 72. RGB value is (195,35,114). Sum of RGB (Red+Green+Blue) = 195+35+114=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C32372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32372 is #3CDC8D. Grayscale: #5B5B5B. Windows color (decimal): -3988622 or 7480259. OLE color: 7480259.
HSL color Cylindrical-coordinate representation of color #C32372: hue angle of 330.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32372 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 114 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.24 |
| HSL | 330.38º | 0.7% | 0.45% | - |
| HSV(B) | 330.38º | 0.82% | 0.76% | - |
| XYZ | 26.14 | 14.02 | 17.25 | - |
| YUV | 91.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 114 | 0 | 0.82 | 0.42 | 0.24 | 330.38 | 0.7 | 0.45 |
| Hex | C3 | 23 | 72 | 0 | 52 | 2A | 18 | 14A | 46 | 2D |
| Octal | 303 | 43 | 162 | 0 | 122 | 52 | 30 | 512 | 106 | 55 |
| Binary | 11000011 | 100011 | 1110010 | 0 | 1010010 | 101010 | 11000 | 101001010 | 1000110 | 101101 |
Color Harmonies of #C32372
Complementary color
Monochromatic Colors of #C32372
Black with #C32372
Text Example
Text Example
White with #C32372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32372; }
p { color: rgb(195,35,114); }
H1.HeaderClassName
{
color: #C32372;
}
.AnyTagClassName
{
color: #C32372;
}
</style>
background-color css
<style>
a { background-color: #C32372; }
a { background-color: rgb(195,35,114); }
div.DivClassName
{
background-color: #C32372;
}
.BgClassName
{
background-color: #C32372;
}
</style>
border-color css
<style>
span { border-color: #C32372; }
span { border-color: rgb(195,35,114); }
td.TdClassName
{
border-color: #C32372;
}
.TagClassName
{
border-color: #C32372;
}
</style>