Shades of Medium Red Violet #C32DA0
Tints of Medium Red Violet #C32DA0
RGB
CMYK
RGB Variations
Color information
#C32DA0 (or 0xC32DA0) is known color: Medium Red Violet. HEX triplet: C3, 2D and A0. RGB value is (195,45,160). Sum of RGB (Red+Green+Blue) = 195+45+160=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DA0 is #3CD25F. Grayscale: #666666. Windows color (decimal): -3986016 or 10497475. OLE color: 10497475.
HSL color Cylindrical-coordinate representation of color #C32DA0: hue angle of 314º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32DA0 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 160 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.24 |
| HSL | 314º | 0.63% | 0.47% | - |
| HSV(B) | 314º | 0.77% | 0.76% | - |
| XYZ | 29.79 | 16.02 | 34.78 | - |
| YUV | 102.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 160 | 0 | 0.77 | 0.18 | 0.24 | 314 | 0.63 | 0.47 |
| Hex | C3 | 2D | A0 | 0 | 4D | 12 | 18 | 13A | 3E | 2F |
| Octal | 303 | 55 | 240 | 0 | 115 | 22 | 30 | 472 | 76 | 57 |
| Binary | 11000011 | 101101 | 10100000 | 0 | 1001101 | 10010 | 11000 | 100111010 | 111110 | 101111 |
Color Harmonies of #C32DA0
Complementary color
Monochromatic Colors of #C32DA0
Black with #C32DA0
Text Example
Text Example
White with #C32DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DA0; }
p { color: rgb(195,45,160); }
H1.HeaderClassName
{
color: #C32DA0;
}
.AnyTagClassName
{
color: #C32DA0;
}
</style>
background-color css
<style>
a { background-color: #C32DA0; }
a { background-color: rgb(195,45,160); }
div.DivClassName
{
background-color: #C32DA0;
}
.BgClassName
{
background-color: #C32DA0;
}
</style>
border-color css
<style>
span { border-color: #C32DA0; }
span { border-color: rgb(195,45,160); }
td.TdClassName
{
border-color: #C32DA0;
}
.TagClassName
{
border-color: #C32DA0;
}
</style>