Shades of Medium Violet Red #C41982
Tints of Medium Violet Red #C41982
RGB
CMYK
RGB Variations
Color information
#C41982 (or 0xC41982) is known color: Medium Violet Red. HEX triplet: C4, 19 and 82. RGB value is (196,25,130). Sum of RGB (Red+Green+Blue) = 196+25+130=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41982 is #3BE67D. Grayscale: #575757. Windows color (decimal): -3925630 or 8526276. OLE color: 8526276.
HSL color Cylindrical-coordinate representation of color #C41982: hue angle of 323.16º 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 #C41982 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 130 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.23 |
| HSL | 323.16º | 0.77% | 0.43% | - |
| HSV(B) | 323.16º | 0.87% | 0.77% | - |
| XYZ | 27.14 | 14.04 | 22.4 | - |
| YUV | 88.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 130 | 0 | 0.87 | 0.34 | 0.23 | 323.16 | 0.77 | 0.43 |
| Hex | C4 | 19 | 82 | 0 | 57 | 22 | 17 | 143 | 4D | 2B |
| Octal | 304 | 31 | 202 | 0 | 127 | 42 | 27 | 503 | 115 | 53 |
| Binary | 11000100 | 11001 | 10000010 | 0 | 1010111 | 100010 | 10111 | 101000011 | 1001101 | 101011 |
Color Harmonies of #C41982
Complementary color
Monochromatic Colors of #C41982
Black with #C41982
Text Example
Text Example
White with #C41982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41982; }
p { color: rgb(196,25,130); }
H1.HeaderClassName
{
color: #C41982;
}
.AnyTagClassName
{
color: #C41982;
}
</style>
background-color css
<style>
a { background-color: #C41982; }
a { background-color: rgb(196,25,130); }
div.DivClassName
{
background-color: #C41982;
}
.BgClassName
{
background-color: #C41982;
}
</style>
border-color css
<style>
span { border-color: #C41982; }
span { border-color: rgb(196,25,130); }
td.TdClassName
{
border-color: #C41982;
}
.TagClassName
{
border-color: #C41982;
}
</style>