Shades of Medium Violet Red #C41A83
Tints of Medium Violet Red #C41A83
RGB
CMYK
RGB Variations
Color information
#C41A83 (or 0xC41A83) is known color: Medium Violet Red. HEX triplet: C4, 1A and 83. RGB value is (196,26,131). Sum of RGB (Red+Green+Blue) = 196+26+131=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A83 is #3BE57C. Grayscale: #585858. Windows color (decimal): -3925373 or 8592068. OLE color: 8592068.
HSL color Cylindrical-coordinate representation of color #C41A83: hue angle of 322.94º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A83 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 131 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.23 |
| HSL | 322.94º | 0.77% | 0.44% | - |
| HSV(B) | 322.94º | 0.87% | 0.77% | - |
| XYZ | 27.23 | 14.11 | 22.76 | - |
| YUV | 88.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 131 | 0 | 0.87 | 0.33 | 0.23 | 322.94 | 0.77 | 0.44 |
| Hex | C4 | 1A | 83 | 0 | 57 | 21 | 17 | 143 | 4D | 2C |
| Octal | 304 | 32 | 203 | 0 | 127 | 41 | 27 | 503 | 115 | 54 |
| Binary | 11000100 | 11010 | 10000011 | 0 | 1010111 | 100001 | 10111 | 101000011 | 1001101 | 101100 |
Color Harmonies of #C41A83
Complementary color
Monochromatic Colors of #C41A83
Black with #C41A83
Text Example
Text Example
White with #C41A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A83; }
p { color: rgb(196,26,131); }
H1.HeaderClassName
{
color: #C41A83;
}
.AnyTagClassName
{
color: #C41A83;
}
</style>
background-color css
<style>
a { background-color: #C41A83; }
a { background-color: rgb(196,26,131); }
div.DivClassName
{
background-color: #C41A83;
}
.BgClassName
{
background-color: #C41A83;
}
</style>
border-color css
<style>
span { border-color: #C41A83; }
span { border-color: rgb(196,26,131); }
td.TdClassName
{
border-color: #C41A83;
}
.TagClassName
{
border-color: #C41A83;
}
</style>