Shades of Medium Violet Red #C41589
Tints of Medium Violet Red #C41589
RGB
CMYK
RGB Variations
Color information
#C41589 (or 0xC41589) is known color: Medium Violet Red. HEX triplet: C4, 15 and 89. RGB value is (196,21,137). Sum of RGB (Red+Green+Blue) = 196+21+137=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C41589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41589 is #3BEA76. Grayscale: #565656. Windows color (decimal): -3926647 or 8984004. OLE color: 8984004.
HSL color Cylindrical-coordinate representation of color #C41589: hue angle of 320.23º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41589 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 137 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.23 |
| HSL | 320.23º | 0.81% | 0.43% | - |
| HSV(B) | 320.23º | 0.89% | 0.77% | - |
| XYZ | 27.55 | 14.08 | 24.93 | - |
| YUV | 86.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 137 | 0 | 0.89 | 0.30 | 0.23 | 320.23 | 0.81 | 0.43 |
| Hex | C4 | 15 | 89 | 0 | 59 | 1E | 17 | 140 | 51 | 2B |
| Octal | 304 | 25 | 211 | 0 | 131 | 36 | 27 | 500 | 121 | 53 |
| Binary | 11000100 | 10101 | 10001001 | 0 | 1011001 | 11110 | 10111 | 101000000 | 1010001 | 101011 |
Color Harmonies of #C41589
Complementary color
Monochromatic Colors of #C41589
Black with #C41589
Text Example
Text Example
White with #C41589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41589; }
p { color: rgb(196,21,137); }
H1.HeaderClassName
{
color: #C41589;
}
.AnyTagClassName
{
color: #C41589;
}
</style>
background-color css
<style>
a { background-color: #C41589; }
a { background-color: rgb(196,21,137); }
div.DivClassName
{
background-color: #C41589;
}
.BgClassName
{
background-color: #C41589;
}
</style>
border-color css
<style>
span { border-color: #C41589; }
span { border-color: rgb(196,21,137); }
td.TdClassName
{
border-color: #C41589;
}
.TagClassName
{
border-color: #C41589;
}
</style>