Shades of Medium Red Violet #C32AAA
Tints of Medium Red Violet #C32AAA
RGB
CMYK
RGB Variations
Color information
#C32AAA (or 0xC32AAA) is known color: Medium Red Violet. HEX triplet: C3, 2A and AA. RGB value is (195,42,170). Sum of RGB (Red+Green+Blue) = 195+42+170=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AAA is #3CD555. Grayscale: #656565. Windows color (decimal): -3986774 or 11152067. OLE color: 11152067.
HSL color Cylindrical-coordinate representation of color #C32AAA: hue angle of 309.8º 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 #C32AAA is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 170 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.24 |
| HSL | 309.8º | 0.65% | 0.46% | - |
| HSV(B) | 309.8º | 0.78% | 0.76% | - |
| XYZ | 30.59 | 16.16 | 39.54 | - |
| YUV | 102.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 170 | 0 | 0.78 | 0.13 | 0.24 | 309.8 | 0.65 | 0.46 |
| Hex | C3 | 2A | AA | 0 | 4E | D | 18 | 136 | 41 | 2E |
| Octal | 303 | 52 | 252 | 0 | 116 | 15 | 30 | 466 | 101 | 56 |
| Binary | 11000011 | 101010 | 10101010 | 0 | 1001110 | 1101 | 11000 | 100110110 | 1000001 | 101110 |
Color Harmonies of #C32AAA
Complementary color
Monochromatic Colors of #C32AAA
Black with #C32AAA
Text Example
Text Example
White with #C32AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32AAA; }
p { color: rgb(195,42,170); }
H1.HeaderClassName
{
color: #C32AAA;
}
.AnyTagClassName
{
color: #C32AAA;
}
</style>
background-color css
<style>
a { background-color: #C32AAA; }
a { background-color: rgb(195,42,170); }
div.DivClassName
{
background-color: #C32AAA;
}
.BgClassName
{
background-color: #C32AAA;
}
</style>
border-color css
<style>
span { border-color: #C32AAA; }
span { border-color: rgb(195,42,170); }
td.TdClassName
{
border-color: #C32AAA;
}
.TagClassName
{
border-color: #C32AAA;
}
</style>