Shades of Medium Violet Red #C32099
Tints of Medium Violet Red #C32099
RGB
CMYK
RGB Variations
Color information
#C32099 (or 0xC32099) is known color: Medium Violet Red. HEX triplet: C3, 20 and 99. RGB value is (195,32,153). Sum of RGB (Red+Green+Blue) = 195+32+153=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32099 is #3CDF66. Grayscale: #5E5E5E. Windows color (decimal): -3989351 or 10035395. OLE color: 10035395.
HSL color Cylindrical-coordinate representation of color #C32099: hue angle of 315.46º 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 #C32099 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 153 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.24 |
| HSL | 315.46º | 0.72% | 0.45% | - |
| HSV(B) | 315.46º | 0.84% | 0.76% | - |
| XYZ | 28.77 | 14.94 | 31.5 | - |
| YUV | 94.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 153 | 0 | 0.84 | 0.22 | 0.24 | 315.46 | 0.72 | 0.45 |
| Hex | C3 | 20 | 99 | 0 | 54 | 16 | 18 | 13B | 48 | 2D |
| Octal | 303 | 40 | 231 | 0 | 124 | 26 | 30 | 473 | 110 | 55 |
| Binary | 11000011 | 100000 | 10011001 | 0 | 1010100 | 10110 | 11000 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C32099
Complementary color
Monochromatic Colors of #C32099
Black with #C32099
Text Example
Text Example
White with #C32099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32099; }
p { color: rgb(195,32,153); }
H1.HeaderClassName
{
color: #C32099;
}
.AnyTagClassName
{
color: #C32099;
}
</style>
background-color css
<style>
a { background-color: #C32099; }
a { background-color: rgb(195,32,153); }
div.DivClassName
{
background-color: #C32099;
}
.BgClassName
{
background-color: #C32099;
}
</style>
border-color css
<style>
span { border-color: #C32099; }
span { border-color: rgb(195,32,153); }
td.TdClassName
{
border-color: #C32099;
}
.TagClassName
{
border-color: #C32099;
}
</style>