Shades of Medium Violet Red #C32399
Tints of Medium Violet Red #C32399
RGB
CMYK
RGB Variations
Color information
#C32399 (or 0xC32399) is known color: Medium Violet Red. HEX triplet: C3, 23 and 99. RGB value is (195,35,153). Sum of RGB (Red+Green+Blue) = 195+35+153=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C32399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32399 is #3CDC66. Grayscale: #5F5F5F. Windows color (decimal): -3988583 or 10036163. OLE color: 10036163.
HSL color Cylindrical-coordinate representation of color #C32399: hue angle of 315.75º degrees, saturation: 0.7, 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 #C32399 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 153 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.24 |
| HSL | 315.75º | 0.7% | 0.45% | - |
| HSV(B) | 315.75º | 0.82% | 0.76% | - |
| XYZ | 28.86 | 15.1 | 31.53 | - |
| YUV | 96.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 153 | 0 | 0.82 | 0.22 | 0.24 | 315.75 | 0.7 | 0.45 |
| Hex | C3 | 23 | 99 | 0 | 52 | 16 | 18 | 13C | 46 | 2D |
| Octal | 303 | 43 | 231 | 0 | 122 | 26 | 30 | 474 | 106 | 55 |
| Binary | 11000011 | 100011 | 10011001 | 0 | 1010010 | 10110 | 11000 | 100111100 | 1000110 | 101101 |
Color Harmonies of #C32399
Complementary color
Monochromatic Colors of #C32399
Black with #C32399
Text Example
Text Example
White with #C32399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32399; }
p { color: rgb(195,35,153); }
H1.HeaderClassName
{
color: #C32399;
}
.AnyTagClassName
{
color: #C32399;
}
</style>
background-color css
<style>
a { background-color: #C32399; }
a { background-color: rgb(195,35,153); }
div.DivClassName
{
background-color: #C32399;
}
.BgClassName
{
background-color: #C32399;
}
</style>
border-color css
<style>
span { border-color: #C32399; }
span { border-color: rgb(195,35,153); }
td.TdClassName
{
border-color: #C32399;
}
.TagClassName
{
border-color: #C32399;
}
</style>