Shades of Medium Red Violet #C32AA3
Tints of Medium Red Violet #C32AA3
RGB
CMYK
RGB Variations
Color information
#C32AA3 (or 0xC32AA3) is known color: Medium Red Violet. HEX triplet: C3, 2A and A3. RGB value is (195,42,163). Sum of RGB (Red+Green+Blue) = 195+42+163=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AA3 is #3CD55C. Grayscale: #656565. Windows color (decimal): -3986781 or 10693315. OLE color: 10693315.
HSL color Cylindrical-coordinate representation of color #C32AA3: hue angle of 312.55º 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 #C32AA3 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 163 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.24 |
| HSL | 312.55º | 0.65% | 0.46% | - |
| HSV(B) | 312.55º | 0.78% | 0.76% | - |
| XYZ | 29.94 | 15.9 | 36.14 | - |
| YUV | 101.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 163 | 0 | 0.78 | 0.16 | 0.24 | 312.55 | 0.65 | 0.46 |
| Hex | C3 | 2A | A3 | 0 | 4E | 10 | 18 | 139 | 41 | 2E |
| Octal | 303 | 52 | 243 | 0 | 116 | 20 | 30 | 471 | 101 | 56 |
| Binary | 11000011 | 101010 | 10100011 | 0 | 1001110 | 10000 | 11000 | 100111001 | 1000001 | 101110 |
Color Harmonies of #C32AA3
Complementary color
Monochromatic Colors of #C32AA3
Black with #C32AA3
Text Example
Text Example
White with #C32AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32AA3; }
p { color: rgb(195,42,163); }
H1.HeaderClassName
{
color: #C32AA3;
}
.AnyTagClassName
{
color: #C32AA3;
}
</style>
background-color css
<style>
a { background-color: #C32AA3; }
a { background-color: rgb(195,42,163); }
div.DivClassName
{
background-color: #C32AA3;
}
.BgClassName
{
background-color: #C32AA3;
}
</style>
border-color css
<style>
span { border-color: #C32AA3; }
span { border-color: rgb(195,42,163); }
td.TdClassName
{
border-color: #C32AA3;
}
.TagClassName
{
border-color: #C32AA3;
}
</style>