Shades of Medium Red Violet #C32996
Tints of Medium Red Violet #C32996
RGB
CMYK
RGB Variations
Color information
#C32996 (or 0xC32996) is known color: Medium Red Violet. HEX triplet: C3, 29 and 96. RGB value is (195,41,150). Sum of RGB (Red+Green+Blue) = 195+41+150=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C32996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32996 is #3CD669. Grayscale: #636363. Windows color (decimal): -3987050 or 9841091. OLE color: 9841091.
HSL color Cylindrical-coordinate representation of color #C32996: hue angle of 317.53º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32996 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 150 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.24 |
| HSL | 317.53º | 0.65% | 0.46% | - |
| HSV(B) | 317.53º | 0.79% | 0.76% | - |
| XYZ | 28.8 | 15.39 | 30.31 | - |
| YUV | 99.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 150 | 0 | 0.79 | 0.23 | 0.24 | 317.53 | 0.65 | 0.46 |
| Hex | C3 | 29 | 96 | 0 | 4F | 17 | 18 | 13E | 41 | 2E |
| Octal | 303 | 51 | 226 | 0 | 117 | 27 | 30 | 476 | 101 | 56 |
| Binary | 11000011 | 101001 | 10010110 | 0 | 1001111 | 10111 | 11000 | 100111110 | 1000001 | 101110 |
Color Harmonies of #C32996
Complementary color
Monochromatic Colors of #C32996
Black with #C32996
Text Example
Text Example
White with #C32996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32996; }
p { color: rgb(195,41,150); }
H1.HeaderClassName
{
color: #C32996;
}
.AnyTagClassName
{
color: #C32996;
}
</style>
background-color css
<style>
a { background-color: #C32996; }
a { background-color: rgb(195,41,150); }
div.DivClassName
{
background-color: #C32996;
}
.BgClassName
{
background-color: #C32996;
}
</style>
border-color css
<style>
span { border-color: #C32996; }
span { border-color: rgb(195,41,150); }
td.TdClassName
{
border-color: #C32996;
}
.TagClassName
{
border-color: #C32996;
}
</style>