Shades of Medium Red Violet #C32AA2
Tints of Medium Red Violet #C32AA2
RGB
CMYK
RGB Variations
Color information
#C32AA2 (or 0xC32AA2) is known color: Medium Red Violet. HEX triplet: C3, 2A and A2. RGB value is (195,42,162). Sum of RGB (Red+Green+Blue) = 195+42+162=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AA2 is #3CD55D. Grayscale: #656565. Windows color (decimal): -3986782 or 10627779. OLE color: 10627779.
HSL color Cylindrical-coordinate representation of color #C32AA2: hue angle of 312.94º 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 #C32AA2 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 162 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.24 |
| HSL | 312.94º | 0.65% | 0.46% | - |
| HSV(B) | 312.94º | 0.78% | 0.76% | - |
| XYZ | 29.86 | 15.87 | 35.67 | - |
| YUV | 101.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 162 | 0 | 0.78 | 0.17 | 0.24 | 312.94 | 0.65 | 0.46 |
| Hex | C3 | 2A | A2 | 0 | 4E | 11 | 18 | 139 | 41 | 2E |
| Octal | 303 | 52 | 242 | 0 | 116 | 21 | 30 | 471 | 101 | 56 |
| Binary | 11000011 | 101010 | 10100010 | 0 | 1001110 | 10001 | 11000 | 100111001 | 1000001 | 101110 |
Color Harmonies of #C32AA2
Complementary color
Monochromatic Colors of #C32AA2
Black with #C32AA2
Text Example
Text Example
White with #C32AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32AA2; }
p { color: rgb(195,42,162); }
H1.HeaderClassName
{
color: #C32AA2;
}
.AnyTagClassName
{
color: #C32AA2;
}
</style>
background-color css
<style>
a { background-color: #C32AA2; }
a { background-color: rgb(195,42,162); }
div.DivClassName
{
background-color: #C32AA2;
}
.BgClassName
{
background-color: #C32AA2;
}
</style>
border-color css
<style>
span { border-color: #C32AA2; }
span { border-color: rgb(195,42,162); }
td.TdClassName
{
border-color: #C32AA2;
}
.TagClassName
{
border-color: #C32AA2;
}
</style>