Shades of Medium Violet Red #C32496
Tints of Medium Violet Red #C32496
RGB
CMYK
RGB Variations
Color information
#C32496 (or 0xC32496) is known color: Medium Violet Red. HEX triplet: C3, 24 and 96. RGB value is (195,36,150). Sum of RGB (Red+Green+Blue) = 195+36+150=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C32496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32496 is #3CDB69. Grayscale: #606060. Windows color (decimal): -3988330 or 9839811. OLE color: 9839811.
HSL color Cylindrical-coordinate representation of color #C32496: hue angle of 316.98º degrees, saturation: 0.69, 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 #C32496 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 150 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.24 |
| HSL | 316.98º | 0.69% | 0.45% | - |
| HSV(B) | 316.98º | 0.82% | 0.76% | - |
| XYZ | 28.64 | 15.07 | 30.25 | - |
| YUV | 96.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 150 | 0 | 0.82 | 0.23 | 0.24 | 316.98 | 0.69 | 0.45 |
| Hex | C3 | 24 | 96 | 0 | 52 | 17 | 18 | 13D | 45 | 2D |
| Octal | 303 | 44 | 226 | 0 | 122 | 27 | 30 | 475 | 105 | 55 |
| Binary | 11000011 | 100100 | 10010110 | 0 | 1010010 | 10111 | 11000 | 100111101 | 1000101 | 101101 |
Color Harmonies of #C32496
Complementary color
Monochromatic Colors of #C32496
Black with #C32496
Text Example
Text Example
White with #C32496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32496; }
p { color: rgb(195,36,150); }
H1.HeaderClassName
{
color: #C32496;
}
.AnyTagClassName
{
color: #C32496;
}
</style>
background-color css
<style>
a { background-color: #C32496; }
a { background-color: rgb(195,36,150); }
div.DivClassName
{
background-color: #C32496;
}
.BgClassName
{
background-color: #C32496;
}
</style>
border-color css
<style>
span { border-color: #C32496; }
span { border-color: rgb(195,36,150); }
td.TdClassName
{
border-color: #C32496;
}
.TagClassName
{
border-color: #C32496;
}
</style>