Shades of Medium Violet Red #C41D9F
Tints of Medium Violet Red #C41D9F
RGB
CMYK
RGB Variations
Color information
#C41D9F (or 0xC41D9F) is known color: Medium Violet Red. HEX triplet: C4, 1D and 9F. RGB value is (196,29,159). Sum of RGB (Red+Green+Blue) = 196+29+159=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D9F is #3BE260. Grayscale: #5D5D5D. Windows color (decimal): -3924577 or 10427844. OLE color: 10427844.
HSL color Cylindrical-coordinate representation of color #C41D9F: hue angle of 313.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41D9F is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 159 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.23 |
| HSL | 313.29º | 0.74% | 0.44% | - |
| HSV(B) | 313.29º | 0.85% | 0.77% | - |
| XYZ | 29.46 | 15.12 | 34.17 | - |
| YUV | 93.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 159 | 0 | 0.85 | 0.19 | 0.23 | 313.29 | 0.74 | 0.44 |
| Hex | C4 | 1D | 9F | 0 | 55 | 13 | 17 | 139 | 4A | 2C |
| Octal | 304 | 35 | 237 | 0 | 125 | 23 | 27 | 471 | 112 | 54 |
| Binary | 11000100 | 11101 | 10011111 | 0 | 1010101 | 10011 | 10111 | 100111001 | 1001010 | 101100 |
Color Harmonies of #C41D9F
Complementary color
Monochromatic Colors of #C41D9F
Black with #C41D9F
Text Example
Text Example
White with #C41D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D9F; }
p { color: rgb(196,29,159); }
H1.HeaderClassName
{
color: #C41D9F;
}
.AnyTagClassName
{
color: #C41D9F;
}
</style>
background-color css
<style>
a { background-color: #C41D9F; }
a { background-color: rgb(196,29,159); }
div.DivClassName
{
background-color: #C41D9F;
}
.BgClassName
{
background-color: #C41D9F;
}
</style>
border-color css
<style>
span { border-color: #C41D9F; }
span { border-color: rgb(196,29,159); }
td.TdClassName
{
border-color: #C41D9F;
}
.TagClassName
{
border-color: #C41D9F;
}
</style>