Shades of Medium Violet Red #C32189
Tints of Medium Violet Red #C32189
RGB
CMYK
RGB Variations
Color information
#C32189 (or 0xC32189) is known color: Medium Violet Red. HEX triplet: C3, 21 and 89. RGB value is (195,33,137). Sum of RGB (Red+Green+Blue) = 195+33+137=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C32189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32189 is #3CDE76. Grayscale: #5D5D5D. Windows color (decimal): -3989111 or 8987075. OLE color: 8987075.
HSL color Cylindrical-coordinate representation of color #C32189: hue angle of 321.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32189 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 137 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.24 |
| HSL | 321.48º | 0.71% | 0.45% | - |
| HSV(B) | 321.48º | 0.83% | 0.76% | - |
| XYZ | 27.56 | 14.5 | 25.01 | - |
| YUV | 93.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 137 | 0 | 0.83 | 0.30 | 0.24 | 321.48 | 0.71 | 0.45 |
| Hex | C3 | 21 | 89 | 0 | 53 | 1E | 18 | 141 | 47 | 2D |
| Octal | 303 | 41 | 211 | 0 | 123 | 36 | 30 | 501 | 107 | 55 |
| Binary | 11000011 | 100001 | 10001001 | 0 | 1010011 | 11110 | 11000 | 101000001 | 1000111 | 101101 |
Color Harmonies of #C32189
Complementary color
Monochromatic Colors of #C32189
Black with #C32189
Text Example
Text Example
White with #C32189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32189; }
p { color: rgb(195,33,137); }
H1.HeaderClassName
{
color: #C32189;
}
.AnyTagClassName
{
color: #C32189;
}
</style>
background-color css
<style>
a { background-color: #C32189; }
a { background-color: rgb(195,33,137); }
div.DivClassName
{
background-color: #C32189;
}
.BgClassName
{
background-color: #C32189;
}
</style>
border-color css
<style>
span { border-color: #C32189; }
span { border-color: rgb(195,33,137); }
td.TdClassName
{
border-color: #C32189;
}
.TagClassName
{
border-color: #C32189;
}
</style>