Shades of Medium Violet Red #C32073
Tints of Medium Violet Red #C32073
RGB
CMYK
RGB Variations
Color information
#C32073 (or 0xC32073) is known color: Medium Violet Red. HEX triplet: C3, 20 and 73. RGB value is (195,32,115). Sum of RGB (Red+Green+Blue) = 195+32+115=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C32073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32073 is #3CDF8C. Grayscale: #5A5A5A. Windows color (decimal): -3989389 or 7545027. OLE color: 7545027.
HSL color Cylindrical-coordinate representation of color #C32073: hue angle of 329.45º 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 #C32073 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 115 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.24 |
| HSL | 329.45º | 0.72% | 0.45% | - |
| HSV(B) | 329.45º | 0.84% | 0.76% | - |
| XYZ | 26.12 | 13.87 | 17.52 | - |
| YUV | 90.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 115 | 0 | 0.84 | 0.41 | 0.24 | 329.45 | 0.72 | 0.45 |
| Hex | C3 | 20 | 73 | 0 | 54 | 29 | 18 | 149 | 48 | 2D |
| Octal | 303 | 40 | 163 | 0 | 124 | 51 | 30 | 511 | 110 | 55 |
| Binary | 11000011 | 100000 | 1110011 | 0 | 1010100 | 101001 | 11000 | 101001001 | 1001000 | 101101 |
Color Harmonies of #C32073
Complementary color
Monochromatic Colors of #C32073
Black with #C32073
Text Example
Text Example
White with #C32073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32073; }
p { color: rgb(195,32,115); }
H1.HeaderClassName
{
color: #C32073;
}
.AnyTagClassName
{
color: #C32073;
}
</style>
background-color css
<style>
a { background-color: #C32073; }
a { background-color: rgb(195,32,115); }
div.DivClassName
{
background-color: #C32073;
}
.BgClassName
{
background-color: #C32073;
}
</style>
border-color css
<style>
span { border-color: #C32073; }
span { border-color: rgb(195,32,115); }
td.TdClassName
{
border-color: #C32073;
}
.TagClassName
{
border-color: #C32073;
}
</style>