Shades of Medium Violet Red #C32296
Tints of Medium Violet Red #C32296
RGB
CMYK
RGB Variations
Color information
#C32296 (or 0xC32296) is known color: Medium Violet Red. HEX triplet: C3, 22 and 96. RGB value is (195,34,150). Sum of RGB (Red+Green+Blue) = 195+34+150=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C32296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32296 is #3CDD69. Grayscale: #5F5F5F. Windows color (decimal): -3988842 or 9839299. OLE color: 9839299.
HSL color Cylindrical-coordinate representation of color #C32296: hue angle of 316.77º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32296 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 150 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.24 |
| HSL | 316.77º | 0.7% | 0.45% | - |
| HSV(B) | 316.77º | 0.83% | 0.76% | - |
| XYZ | 28.58 | 14.95 | 30.23 | - |
| YUV | 95.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 150 | 0 | 0.83 | 0.23 | 0.24 | 316.77 | 0.7 | 0.45 |
| Hex | C3 | 22 | 96 | 0 | 53 | 17 | 18 | 13D | 46 | 2D |
| Octal | 303 | 42 | 226 | 0 | 123 | 27 | 30 | 475 | 106 | 55 |
| Binary | 11000011 | 100010 | 10010110 | 0 | 1010011 | 10111 | 11000 | 100111101 | 1000110 | 101101 |
Color Harmonies of #C32296
Complementary color
Monochromatic Colors of #C32296
Black with #C32296
Text Example
Text Example
White with #C32296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32296; }
p { color: rgb(195,34,150); }
H1.HeaderClassName
{
color: #C32296;
}
.AnyTagClassName
{
color: #C32296;
}
</style>
background-color css
<style>
a { background-color: #C32296; }
a { background-color: rgb(195,34,150); }
div.DivClassName
{
background-color: #C32296;
}
.BgClassName
{
background-color: #C32296;
}
</style>
border-color css
<style>
span { border-color: #C32296; }
span { border-color: rgb(195,34,150); }
td.TdClassName
{
border-color: #C32296;
}
.TagClassName
{
border-color: #C32296;
}
</style>