Shades of Medium Violet Red #C32491
Tints of Medium Violet Red #C32491
RGB
CMYK
RGB Variations
Color information
#C32491 (or 0xC32491) is known color: Medium Violet Red. HEX triplet: C3, 24 and 91. RGB value is (195,36,145). Sum of RGB (Red+Green+Blue) = 195+36+145=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C32491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32491 is #3CDB6E. Grayscale: #5F5F5F. Windows color (decimal): -3988335 or 9512131. OLE color: 9512131.
HSL color Cylindrical-coordinate representation of color #C32491: hue angle of 318.87º 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 #C32491 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 145 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.24 |
| HSL | 318.87º | 0.69% | 0.45% | - |
| HSV(B) | 318.87º | 0.82% | 0.76% | - |
| XYZ | 28.25 | 14.91 | 28.18 | - |
| YUV | 95.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 145 | 0 | 0.82 | 0.26 | 0.24 | 318.87 | 0.69 | 0.45 |
| Hex | C3 | 24 | 91 | 0 | 52 | 1A | 18 | 13F | 45 | 2D |
| Octal | 303 | 44 | 221 | 0 | 122 | 32 | 30 | 477 | 105 | 55 |
| Binary | 11000011 | 100100 | 10010001 | 0 | 1010010 | 11010 | 11000 | 100111111 | 1000101 | 101101 |
Color Harmonies of #C32491
Complementary color
Monochromatic Colors of #C32491
Black with #C32491
Text Example
Text Example
White with #C32491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32491; }
p { color: rgb(195,36,145); }
H1.HeaderClassName
{
color: #C32491;
}
.AnyTagClassName
{
color: #C32491;
}
</style>
background-color css
<style>
a { background-color: #C32491; }
a { background-color: rgb(195,36,145); }
div.DivClassName
{
background-color: #C32491;
}
.BgClassName
{
background-color: #C32491;
}
</style>
border-color css
<style>
span { border-color: #C32491; }
span { border-color: rgb(195,36,145); }
td.TdClassName
{
border-color: #C32491;
}
.TagClassName
{
border-color: #C32491;
}
</style>