Shades of Medium Violet Red #C41289
Tints of Medium Violet Red #C41289
RGB
CMYK
RGB Variations
Color information
#C41289 (or 0xC41289) is known color: Medium Violet Red. HEX triplet: C4, 12 and 89. RGB value is (196,18,137). Sum of RGB (Red+Green+Blue) = 196+18+137=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41289 is #3BED76. Grayscale: #545454. Windows color (decimal): -3927415 or 8983236. OLE color: 8983236.
HSL color Cylindrical-coordinate representation of color #C41289: hue angle of 319.89º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41289 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.23 |
| HSL | 319.89º | 0.83% | 0.42% | - |
| HSV(B) | 319.89º | 0.91% | 0.77% | - |
| XYZ | 27.5 | 13.97 | 24.92 | - |
| YUV | 84.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 137 | 0 | 0.91 | 0.30 | 0.23 | 319.89 | 0.83 | 0.42 |
| Hex | C4 | 12 | 89 | 0 | 5B | 1E | 17 | 140 | 53 | 2A |
| Octal | 304 | 22 | 211 | 0 | 133 | 36 | 27 | 500 | 123 | 52 |
| Binary | 11000100 | 10010 | 10001001 | 0 | 1011011 | 11110 | 10111 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C41289
Complementary color
Monochromatic Colors of #C41289
Black with #C41289
Text Example
Text Example
White with #C41289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41289; }
p { color: rgb(196,18,137); }
H1.HeaderClassName
{
color: #C41289;
}
.AnyTagClassName
{
color: #C41289;
}
</style>
background-color css
<style>
a { background-color: #C41289; }
a { background-color: rgb(196,18,137); }
div.DivClassName
{
background-color: #C41289;
}
.BgClassName
{
background-color: #C41289;
}
</style>
border-color css
<style>
span { border-color: #C41289; }
span { border-color: rgb(196,18,137); }
td.TdClassName
{
border-color: #C41289;
}
.TagClassName
{
border-color: #C41289;
}
</style>