Shades of Medium Violet Red #C32499
Tints of Medium Violet Red #C32499
RGB
CMYK
RGB Variations
Color information
#C32499 (or 0xC32499) is known color: Medium Violet Red. HEX triplet: C3, 24 and 99. RGB value is (195,36,153). Sum of RGB (Red+Green+Blue) = 195+36+153=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C32499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32499 is #3CDB66. Grayscale: #606060. Windows color (decimal): -3988327 or 10036419. OLE color: 10036419.
HSL color Cylindrical-coordinate representation of color #C32499: hue angle of 315.85º 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 #C32499 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 153 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.24 |
| HSL | 315.85º | 0.69% | 0.45% | - |
| HSV(B) | 315.85º | 0.82% | 0.76% | - |
| XYZ | 28.89 | 15.16 | 31.54 | - |
| YUV | 96.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 153 | 0 | 0.82 | 0.22 | 0.24 | 315.85 | 0.69 | 0.45 |
| Hex | C3 | 24 | 99 | 0 | 52 | 16 | 18 | 13C | 45 | 2D |
| Octal | 303 | 44 | 231 | 0 | 122 | 26 | 30 | 474 | 105 | 55 |
| Binary | 11000011 | 100100 | 10011001 | 0 | 1010010 | 10110 | 11000 | 100111100 | 1000101 | 101101 |
Color Harmonies of #C32499
Complementary color
Monochromatic Colors of #C32499
Black with #C32499
Text Example
Text Example
White with #C32499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32499; }
p { color: rgb(195,36,153); }
H1.HeaderClassName
{
color: #C32499;
}
.AnyTagClassName
{
color: #C32499;
}
</style>
background-color css
<style>
a { background-color: #C32499; }
a { background-color: rgb(195,36,153); }
div.DivClassName
{
background-color: #C32499;
}
.BgClassName
{
background-color: #C32499;
}
</style>
border-color css
<style>
span { border-color: #C32499; }
span { border-color: rgb(195,36,153); }
td.TdClassName
{
border-color: #C32499;
}
.TagClassName
{
border-color: #C32499;
}
</style>