Shades of Medium Violet Red #C32097
Tints of Medium Violet Red #C32097
RGB
CMYK
RGB Variations
Color information
#C32097 (or 0xC32097) is known color: Medium Violet Red. HEX triplet: C3, 20 and 97. RGB value is (195,32,151). Sum of RGB (Red+Green+Blue) = 195+32+151=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32097 is #3CDF68. Grayscale: #5D5D5D. Windows color (decimal): -3989353 or 9904323. OLE color: 9904323.
HSL color Cylindrical-coordinate representation of color #C32097: hue angle of 316.2º 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 #C32097 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 151 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.24 |
| HSL | 316.2º | 0.72% | 0.45% | - |
| HSV(B) | 316.2º | 0.84% | 0.76% | - |
| XYZ | 28.61 | 14.87 | 30.64 | - |
| YUV | 94.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 151 | 0 | 0.84 | 0.23 | 0.24 | 316.2 | 0.72 | 0.45 |
| Hex | C3 | 20 | 97 | 0 | 54 | 17 | 18 | 13C | 48 | 2D |
| Octal | 303 | 40 | 227 | 0 | 124 | 27 | 30 | 474 | 110 | 55 |
| Binary | 11000011 | 100000 | 10010111 | 0 | 1010100 | 10111 | 11000 | 100111100 | 1001000 | 101101 |
Color Harmonies of #C32097
Complementary color
Monochromatic Colors of #C32097
Black with #C32097
Text Example
Text Example
White with #C32097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32097; }
p { color: rgb(195,32,151); }
H1.HeaderClassName
{
color: #C32097;
}
.AnyTagClassName
{
color: #C32097;
}
</style>
background-color css
<style>
a { background-color: #C32097; }
a { background-color: rgb(195,32,151); }
div.DivClassName
{
background-color: #C32097;
}
.BgClassName
{
background-color: #C32097;
}
</style>
border-color css
<style>
span { border-color: #C32097; }
span { border-color: rgb(195,32,151); }
td.TdClassName
{
border-color: #C32097;
}
.TagClassName
{
border-color: #C32097;
}
</style>