Shades of Medium Violet Red #C41A99
Tints of Medium Violet Red #C41A99
RGB
CMYK
RGB Variations
Color information
#C41A99 (or 0xC41A99) is known color: Medium Violet Red. HEX triplet: C4, 1A and 99. RGB value is (196,26,153). Sum of RGB (Red+Green+Blue) = 196+26+153=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A99 is #3BE566. Grayscale: #5A5A5A. Windows color (decimal): -3925351 or 10033860. OLE color: 10033860.
HSL color Cylindrical-coordinate representation of color #C41A99: hue angle of 315.18º 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 #C41A99 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 153 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.23 |
| HSL | 315.18º | 0.77% | 0.44% | - |
| HSV(B) | 315.18º | 0.87% | 0.77% | - |
| XYZ | 28.88 | 14.77 | 31.47 | - |
| YUV | 91.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 153 | 0 | 0.87 | 0.22 | 0.23 | 315.18 | 0.77 | 0.44 |
| Hex | C4 | 1A | 99 | 0 | 57 | 16 | 17 | 13B | 4D | 2C |
| Octal | 304 | 32 | 231 | 0 | 127 | 26 | 27 | 473 | 115 | 54 |
| Binary | 11000100 | 11010 | 10011001 | 0 | 1010111 | 10110 | 10111 | 100111011 | 1001101 | 101100 |
Color Harmonies of #C41A99
Complementary color
Monochromatic Colors of #C41A99
Black with #C41A99
Text Example
Text Example
White with #C41A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A99; }
p { color: rgb(196,26,153); }
H1.HeaderClassName
{
color: #C41A99;
}
.AnyTagClassName
{
color: #C41A99;
}
</style>
background-color css
<style>
a { background-color: #C41A99; }
a { background-color: rgb(196,26,153); }
div.DivClassName
{
background-color: #C41A99;
}
.BgClassName
{
background-color: #C41A99;
}
</style>
border-color css
<style>
span { border-color: #C41A99; }
span { border-color: rgb(196,26,153); }
td.TdClassName
{
border-color: #C41A99;
}
.TagClassName
{
border-color: #C41A99;
}
</style>