Shades of Medium Violet Red #C41A9F
Tints of Medium Violet Red #C41A9F
RGB
CMYK
RGB Variations
Color information
#C41A9F (or 0xC41A9F) is known color: Medium Violet Red. HEX triplet: C4, 1A and 9F. RGB value is (196,26,159). Sum of RGB (Red+Green+Blue) = 196+26+159=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A9F is #3BE560. Grayscale: #5B5B5B. Windows color (decimal): -3925345 or 10427076. OLE color: 10427076.
HSL color Cylindrical-coordinate representation of color #C41A9F: hue angle of 313.06º 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 #C41A9F is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 159 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.23 |
| HSL | 313.06º | 0.77% | 0.44% | - |
| HSV(B) | 313.06º | 0.87% | 0.77% | - |
| XYZ | 29.39 | 14.98 | 34.14 | - |
| YUV | 91.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 159 | 0 | 0.87 | 0.19 | 0.23 | 313.06 | 0.77 | 0.44 |
| Hex | C4 | 1A | 9F | 0 | 57 | 13 | 17 | 139 | 4D | 2C |
| Octal | 304 | 32 | 237 | 0 | 127 | 23 | 27 | 471 | 115 | 54 |
| Binary | 11000100 | 11010 | 10011111 | 0 | 1010111 | 10011 | 10111 | 100111001 | 1001101 | 101100 |
Color Harmonies of #C41A9F
Complementary color
Monochromatic Colors of #C41A9F
Black with #C41A9F
Text Example
Text Example
White with #C41A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A9F; }
p { color: rgb(196,26,159); }
H1.HeaderClassName
{
color: #C41A9F;
}
.AnyTagClassName
{
color: #C41A9F;
}
</style>
background-color css
<style>
a { background-color: #C41A9F; }
a { background-color: rgb(196,26,159); }
div.DivClassName
{
background-color: #C41A9F;
}
.BgClassName
{
background-color: #C41A9F;
}
</style>
border-color css
<style>
span { border-color: #C41A9F; }
span { border-color: rgb(196,26,159); }
td.TdClassName
{
border-color: #C41A9F;
}
.TagClassName
{
border-color: #C41A9F;
}
</style>