Shades of Medium Red Violet #C32AAD
Tints of Medium Red Violet #C32AAD
RGB
CMYK
RGB Variations
Color information
#C32AAD (or 0xC32AAD) is known color: Medium Red Violet. HEX triplet: C3, 2A and AD. RGB value is (195,42,173). Sum of RGB (Red+Green+Blue) = 195+42+173=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AAD is #3CD552. Grayscale: #666666. Windows color (decimal): -3986771 or 11348675. OLE color: 11348675.
HSL color Cylindrical-coordinate representation of color #C32AAD: hue angle of 308.63º 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 #C32AAD is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 173 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.24 |
| HSL | 308.63º | 0.65% | 0.46% | - |
| HSV(B) | 308.63º | 0.78% | 0.76% | - |
| XYZ | 30.88 | 16.28 | 41.05 | - |
| YUV | 102.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 173 | 0 | 0.78 | 0.11 | 0.24 | 308.63 | 0.65 | 0.46 |
| Hex | C3 | 2A | AD | 0 | 4E | B | 18 | 135 | 41 | 2E |
| Octal | 303 | 52 | 255 | 0 | 116 | 13 | 30 | 465 | 101 | 56 |
| Binary | 11000011 | 101010 | 10101101 | 0 | 1001110 | 1011 | 11000 | 100110101 | 1000001 | 101110 |
Color Harmonies of #C32AAD
Complementary color
Monochromatic Colors of #C32AAD
Black with #C32AAD
Text Example
Text Example
White with #C32AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32AAD; }
p { color: rgb(195,42,173); }
H1.HeaderClassName
{
color: #C32AAD;
}
.AnyTagClassName
{
color: #C32AAD;
}
</style>
background-color css
<style>
a { background-color: #C32AAD; }
a { background-color: rgb(195,42,173); }
div.DivClassName
{
background-color: #C32AAD;
}
.BgClassName
{
background-color: #C32AAD;
}
</style>
border-color css
<style>
span { border-color: #C32AAD; }
span { border-color: rgb(195,42,173); }
td.TdClassName
{
border-color: #C32AAD;
}
.TagClassName
{
border-color: #C32AAD;
}
</style>