Shades of Medium Violet Red #C32089
Tints of Medium Violet Red #C32089
RGB
CMYK
RGB Variations
Color information
#C32089 (or 0xC32089) is known color: Medium Violet Red. HEX triplet: C3, 20 and 89. RGB value is (195,32,137). Sum of RGB (Red+Green+Blue) = 195+32+137=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32089 is #3CDF76. Grayscale: #5C5C5C. Windows color (decimal): -3989367 or 8986819. OLE color: 8986819.
HSL color Cylindrical-coordinate representation of color #C32089: hue angle of 321.35º 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 #C32089 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 137 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.24 |
| HSL | 321.35º | 0.72% | 0.45% | - |
| HSV(B) | 321.35º | 0.84% | 0.76% | - |
| XYZ | 27.54 | 14.44 | 25 | - |
| YUV | 92.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 137 | 0 | 0.84 | 0.30 | 0.24 | 321.35 | 0.72 | 0.45 |
| Hex | C3 | 20 | 89 | 0 | 54 | 1E | 18 | 141 | 48 | 2D |
| Octal | 303 | 40 | 211 | 0 | 124 | 36 | 30 | 501 | 110 | 55 |
| Binary | 11000011 | 100000 | 10001001 | 0 | 1010100 | 11110 | 11000 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C32089
Complementary color
Monochromatic Colors of #C32089
Black with #C32089
Text Example
Text Example
White with #C32089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32089; }
p { color: rgb(195,32,137); }
H1.HeaderClassName
{
color: #C32089;
}
.AnyTagClassName
{
color: #C32089;
}
</style>
background-color css
<style>
a { background-color: #C32089; }
a { background-color: rgb(195,32,137); }
div.DivClassName
{
background-color: #C32089;
}
.BgClassName
{
background-color: #C32089;
}
</style>
border-color css
<style>
span { border-color: #C32089; }
span { border-color: rgb(195,32,137); }
td.TdClassName
{
border-color: #C32089;
}
.TagClassName
{
border-color: #C32089;
}
</style>