Shades of Medium Violet Red #C320A5
Tints of Medium Violet Red #C320A5
RGB
CMYK
RGB Variations
Color information
#C320A5 (or 0xC320A5) is known color: Medium Violet Red. HEX triplet: C3, 20 and A5. RGB value is (195,32,165). Sum of RGB (Red+Green+Blue) = 195+32+165=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C320A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320A5 is #3CDF5A. Grayscale: #5F5F5F. Windows color (decimal): -3989339 or 10821827. OLE color: 10821827.
HSL color Cylindrical-coordinate representation of color #C320A5: hue angle of 311.04º 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 #C320A5 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 165 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.24 |
| HSL | 311.04º | 0.72% | 0.45% | - |
| HSV(B) | 311.04º | 0.84% | 0.76% | - |
| XYZ | 29.81 | 15.35 | 36.99 | - |
| YUV | 95.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 165 | 0 | 0.84 | 0.15 | 0.24 | 311.04 | 0.72 | 0.45 |
| Hex | C3 | 20 | A5 | 0 | 54 | F | 18 | 137 | 48 | 2D |
| Octal | 303 | 40 | 245 | 0 | 124 | 17 | 30 | 467 | 110 | 55 |
| Binary | 11000011 | 100000 | 10100101 | 0 | 1010100 | 1111 | 11000 | 100110111 | 1001000 | 101101 |
Color Harmonies of #C320A5
Complementary color
Monochromatic Colors of #C320A5
Black with #C320A5
Text Example
Text Example
White with #C320A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320A5; }
p { color: rgb(195,32,165); }
H1.HeaderClassName
{
color: #C320A5;
}
.AnyTagClassName
{
color: #C320A5;
}
</style>
background-color css
<style>
a { background-color: #C320A5; }
a { background-color: rgb(195,32,165); }
div.DivClassName
{
background-color: #C320A5;
}
.BgClassName
{
background-color: #C320A5;
}
</style>
border-color css
<style>
span { border-color: #C320A5; }
span { border-color: rgb(195,32,165); }
td.TdClassName
{
border-color: #C320A5;
}
.TagClassName
{
border-color: #C320A5;
}
</style>