Shades of Medium Violet Red #C41987
Tints of Medium Violet Red #C41987
RGB
CMYK
RGB Variations
Color information
#C41987 (or 0xC41987) is known color: Medium Violet Red. HEX triplet: C4, 19 and 87. RGB value is (196,25,135). Sum of RGB (Red+Green+Blue) = 196+25+135=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C41987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41987 is #3BE678. Grayscale: #585858. Windows color (decimal): -3925625 or 8853956. OLE color: 8853956.
HSL color Cylindrical-coordinate representation of color #C41987: hue angle of 321.4º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41987 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 135 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.23 |
| HSL | 321.4º | 0.77% | 0.43% | - |
| HSV(B) | 321.4º | 0.87% | 0.77% | - |
| XYZ | 27.49 | 14.18 | 24.21 | - |
| YUV | 88.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 135 | 0 | 0.87 | 0.31 | 0.23 | 321.4 | 0.77 | 0.43 |
| Hex | C4 | 19 | 87 | 0 | 57 | 1F | 17 | 141 | 4D | 2B |
| Octal | 304 | 31 | 207 | 0 | 127 | 37 | 27 | 501 | 115 | 53 |
| Binary | 11000100 | 11001 | 10000111 | 0 | 1010111 | 11111 | 10111 | 101000001 | 1001101 | 101011 |
Color Harmonies of #C41987
Complementary color
Monochromatic Colors of #C41987
Black with #C41987
Text Example
Text Example
White with #C41987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41987; }
p { color: rgb(196,25,135); }
H1.HeaderClassName
{
color: #C41987;
}
.AnyTagClassName
{
color: #C41987;
}
</style>
background-color css
<style>
a { background-color: #C41987; }
a { background-color: rgb(196,25,135); }
div.DivClassName
{
background-color: #C41987;
}
.BgClassName
{
background-color: #C41987;
}
</style>
border-color css
<style>
span { border-color: #C41987; }
span { border-color: rgb(196,25,135); }
td.TdClassName
{
border-color: #C41987;
}
.TagClassName
{
border-color: #C41987;
}
</style>