Shades of Medium Red Violet #C32AA9
Tints of Medium Red Violet #C32AA9
RGB
CMYK
RGB Variations
Color information
#C32AA9 (or 0xC32AA9) is known color: Medium Red Violet. HEX triplet: C3, 2A and A9. RGB value is (195,42,169). Sum of RGB (Red+Green+Blue) = 195+42+169=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AA9 is #3CD556. Grayscale: #656565. Windows color (decimal): -3986775 or 11086531. OLE color: 11086531.
HSL color Cylindrical-coordinate representation of color #C32AA9: hue angle of 310.2º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32AA9 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 169 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.24 |
| HSL | 310.2º | 0.65% | 0.46% | - |
| HSV(B) | 310.2º | 0.78% | 0.76% | - |
| XYZ | 30.5 | 16.12 | 39.04 | - |
| YUV | 102.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 169 | 0 | 0.78 | 0.13 | 0.24 | 310.2 | 0.65 | 0.46 |
| Hex | C3 | 2A | A9 | 0 | 4E | D | 18 | 136 | 41 | 2E |
| Octal | 303 | 52 | 251 | 0 | 116 | 15 | 30 | 466 | 101 | 56 |
| Binary | 11000011 | 101010 | 10101001 | 0 | 1001110 | 1101 | 11000 | 100110110 | 1000001 | 101110 |
Color Harmonies of #C32AA9
Complementary color
Monochromatic Colors of #C32AA9
Black with #C32AA9
Text Example
Text Example
White with #C32AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32AA9; }
p { color: rgb(195,42,169); }
H1.HeaderClassName
{
color: #C32AA9;
}
.AnyTagClassName
{
color: #C32AA9;
}
</style>
background-color css
<style>
a { background-color: #C32AA9; }
a { background-color: rgb(195,42,169); }
div.DivClassName
{
background-color: #C32AA9;
}
.BgClassName
{
background-color: #C32AA9;
}
</style>
border-color css
<style>
span { border-color: #C32AA9; }
span { border-color: rgb(195,42,169); }
td.TdClassName
{
border-color: #C32AA9;
}
.TagClassName
{
border-color: #C32AA9;
}
</style>