Shades of Medium Violet Red #C320A0
Tints of Medium Violet Red #C320A0
RGB
CMYK
RGB Variations
Color information
#C320A0 (or 0xC320A0) is known color: Medium Violet Red. HEX triplet: C3, 20 and A0. RGB value is (195,32,160). Sum of RGB (Red+Green+Blue) = 195+32+160=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C320A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320A0 is #3CDF5F. Grayscale: #5E5E5E. Windows color (decimal): -3989344 or 10494147. OLE color: 10494147.
HSL color Cylindrical-coordinate representation of color #C320A0: hue angle of 312.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C320A0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 160 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.24 |
| HSL | 312.88º | 0.72% | 0.45% | - |
| HSV(B) | 312.88º | 0.84% | 0.76% | - |
| XYZ | 29.37 | 15.17 | 34.64 | - |
| YUV | 95.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 160 | 0 | 0.84 | 0.18 | 0.24 | 312.88 | 0.72 | 0.45 |
| Hex | C3 | 20 | A0 | 0 | 54 | 12 | 18 | 139 | 48 | 2D |
| Octal | 303 | 40 | 240 | 0 | 124 | 22 | 30 | 471 | 110 | 55 |
| Binary | 11000011 | 100000 | 10100000 | 0 | 1010100 | 10010 | 11000 | 100111001 | 1001000 | 101101 |
Color Harmonies of #C320A0
Complementary color
Monochromatic Colors of #C320A0
Black with #C320A0
Text Example
Text Example
White with #C320A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320A0; }
p { color: rgb(195,32,160); }
H1.HeaderClassName
{
color: #C320A0;
}
.AnyTagClassName
{
color: #C320A0;
}
</style>
background-color css
<style>
a { background-color: #C320A0; }
a { background-color: rgb(195,32,160); }
div.DivClassName
{
background-color: #C320A0;
}
.BgClassName
{
background-color: #C320A0;
}
</style>
border-color css
<style>
span { border-color: #C320A0; }
span { border-color: rgb(195,32,160); }
td.TdClassName
{
border-color: #C320A0;
}
.TagClassName
{
border-color: #C320A0;
}
</style>