Shades of Medium Violet Red #C32090
Tints of Medium Violet Red #C32090
RGB
CMYK
RGB Variations
Color information
#C32090 (or 0xC32090) is known color: Medium Violet Red. HEX triplet: C3, 20 and 90. RGB value is (195,32,144). Sum of RGB (Red+Green+Blue) = 195+32+144=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C32090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32090 is #3CDF6F. Grayscale: #5D5D5D. Windows color (decimal): -3989360 or 9445571. OLE color: 9445571.
HSL color Cylindrical-coordinate representation of color #C32090: hue angle of 318.77º 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 #C32090 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 144 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.24 |
| HSL | 318.77º | 0.72% | 0.45% | - |
| HSV(B) | 318.77º | 0.84% | 0.76% | - |
| XYZ | 28.06 | 14.65 | 27.73 | - |
| YUV | 93.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 144 | 0 | 0.84 | 0.26 | 0.24 | 318.77 | 0.72 | 0.45 |
| Hex | C3 | 20 | 90 | 0 | 54 | 1A | 18 | 13F | 48 | 2D |
| Octal | 303 | 40 | 220 | 0 | 124 | 32 | 30 | 477 | 110 | 55 |
| Binary | 11000011 | 100000 | 10010000 | 0 | 1010100 | 11010 | 11000 | 100111111 | 1001000 | 101101 |
Color Harmonies of #C32090
Complementary color
Monochromatic Colors of #C32090
Black with #C32090
Text Example
Text Example
White with #C32090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32090; }
p { color: rgb(195,32,144); }
H1.HeaderClassName
{
color: #C32090;
}
.AnyTagClassName
{
color: #C32090;
}
</style>
background-color css
<style>
a { background-color: #C32090; }
a { background-color: rgb(195,32,144); }
div.DivClassName
{
background-color: #C32090;
}
.BgClassName
{
background-color: #C32090;
}
</style>
border-color css
<style>
span { border-color: #C32090; }
span { border-color: rgb(195,32,144); }
td.TdClassName
{
border-color: #C32090;
}
.TagClassName
{
border-color: #C32090;
}
</style>