Shades of Medium Violet Red #C32295
Tints of Medium Violet Red #C32295
RGB
CMYK
RGB Variations
Color information
#C32295 (or 0xC32295) is known color: Medium Violet Red. HEX triplet: C3, 22 and 95. RGB value is (195,34,149). Sum of RGB (Red+Green+Blue) = 195+34+149=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32295 is #3CDD6A. Grayscale: #5E5E5E. Windows color (decimal): -3988843 or 9773763. OLE color: 9773763.
HSL color Cylindrical-coordinate representation of color #C32295: hue angle of 317.14º 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 #C32295 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 149 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.24 |
| HSL | 317.14º | 0.7% | 0.45% | - |
| HSV(B) | 317.14º | 0.83% | 0.76% | - |
| XYZ | 28.5 | 14.92 | 29.81 | - |
| YUV | 95.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 149 | 0 | 0.83 | 0.24 | 0.24 | 317.14 | 0.7 | 0.45 |
| Hex | C3 | 22 | 95 | 0 | 53 | 18 | 18 | 13D | 46 | 2D |
| Octal | 303 | 42 | 225 | 0 | 123 | 30 | 30 | 475 | 106 | 55 |
| Binary | 11000011 | 100010 | 10010101 | 0 | 1010011 | 11000 | 11000 | 100111101 | 1000110 | 101101 |
Color Harmonies of #C32295
Complementary color
Monochromatic Colors of #C32295
Black with #C32295
Text Example
Text Example
White with #C32295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32295; }
p { color: rgb(195,34,149); }
H1.HeaderClassName
{
color: #C32295;
}
.AnyTagClassName
{
color: #C32295;
}
</style>
background-color css
<style>
a { background-color: #C32295; }
a { background-color: rgb(195,34,149); }
div.DivClassName
{
background-color: #C32295;
}
.BgClassName
{
background-color: #C32295;
}
</style>
border-color css
<style>
span { border-color: #C32295; }
span { border-color: rgb(195,34,149); }
td.TdClassName
{
border-color: #C32295;
}
.TagClassName
{
border-color: #C32295;
}
</style>