Shades of Medium Violet Red #C41D9E
Tints of Medium Violet Red #C41D9E
RGB
CMYK
RGB Variations
Color information
#C41D9E (or 0xC41D9E) is known color: Medium Violet Red. HEX triplet: C4, 1D and 9E. RGB value is (196,29,158). Sum of RGB (Red+Green+Blue) = 196+29+158=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D9E is #3BE261. Grayscale: #5D5D5D. Windows color (decimal): -3924578 or 10362308. OLE color: 10362308.
HSL color Cylindrical-coordinate representation of color #C41D9E: hue angle of 313.65º 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 #C41D9E is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 158 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.23 |
| HSL | 313.65º | 0.74% | 0.44% | - |
| HSV(B) | 313.65º | 0.85% | 0.77% | - |
| XYZ | 29.38 | 15.08 | 33.71 | - |
| YUV | 93.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 158 | 0 | 0.85 | 0.19 | 0.23 | 313.65 | 0.74 | 0.44 |
| Hex | C4 | 1D | 9E | 0 | 55 | 13 | 17 | 13A | 4A | 2C |
| Octal | 304 | 35 | 236 | 0 | 125 | 23 | 27 | 472 | 112 | 54 |
| Binary | 11000100 | 11101 | 10011110 | 0 | 1010101 | 10011 | 10111 | 100111010 | 1001010 | 101100 |
Color Harmonies of #C41D9E
Complementary color
Monochromatic Colors of #C41D9E
Black with #C41D9E
Text Example
Text Example
White with #C41D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D9E; }
p { color: rgb(196,29,158); }
H1.HeaderClassName
{
color: #C41D9E;
}
.AnyTagClassName
{
color: #C41D9E;
}
</style>
background-color css
<style>
a { background-color: #C41D9E; }
a { background-color: rgb(196,29,158); }
div.DivClassName
{
background-color: #C41D9E;
}
.BgClassName
{
background-color: #C41D9E;
}
</style>
border-color css
<style>
span { border-color: #C41D9E; }
span { border-color: rgb(196,29,158); }
td.TdClassName
{
border-color: #C41D9E;
}
.TagClassName
{
border-color: #C41D9E;
}
</style>