Shades of Medium Red Violet #C332A0
Tints of Medium Red Violet #C332A0
RGB
CMYK
RGB Variations
Color information
#C332A0 (or 0xC332A0) is known color: Medium Red Violet. HEX triplet: C3, 32 and A0. RGB value is (195,50,160). Sum of RGB (Red+Green+Blue) = 195+50+160=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C332A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C332A0 is #3CCD5F. Grayscale: #696969. Windows color (decimal): -3984736 or 10498755. OLE color: 10498755.
HSL color Cylindrical-coordinate representation of color #C332A0: hue angle of 314.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C332A0 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 160 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.24 |
| HSL | 314.48º | 0.59% | 0.48% | - |
| HSV(B) | 314.48º | 0.74% | 0.76% | - |
| XYZ | 29.99 | 16.42 | 34.85 | - |
| YUV | 105.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 160 | 0 | 0.74 | 0.18 | 0.24 | 314.48 | 0.59 | 0.48 |
| Hex | C3 | 32 | A0 | 0 | 4A | 12 | 18 | 13A | 3B | 30 |
| Octal | 303 | 62 | 240 | 0 | 112 | 22 | 30 | 472 | 73 | 60 |
| Binary | 11000011 | 110010 | 10100000 | 0 | 1001010 | 10010 | 11000 | 100111010 | 111011 | 110000 |
Color Harmonies of #C332A0
Complementary color
Monochromatic Colors of #C332A0
Black with #C332A0
Text Example
Text Example
White with #C332A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332A0; }
p { color: rgb(195,50,160); }
H1.HeaderClassName
{
color: #C332A0;
}
.AnyTagClassName
{
color: #C332A0;
}
</style>
background-color css
<style>
a { background-color: #C332A0; }
a { background-color: rgb(195,50,160); }
div.DivClassName
{
background-color: #C332A0;
}
.BgClassName
{
background-color: #C332A0;
}
</style>
border-color css
<style>
span { border-color: #C332A0; }
span { border-color: rgb(195,50,160); }
td.TdClassName
{
border-color: #C332A0;
}
.TagClassName
{
border-color: #C332A0;
}
</style>