Shades of Medium Violet Red #C41D9A
Tints of Medium Violet Red #C41D9A
RGB
CMYK
RGB Variations
Color information
#C41D9A (or 0xC41D9A) is known color: Medium Violet Red. HEX triplet: C4, 1D and 9A. RGB value is (196,29,154). Sum of RGB (Red+Green+Blue) = 196+29+154=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D9A is #3BE265. Grayscale: #5C5C5C. Windows color (decimal): -3924582 or 10100164. OLE color: 10100164.
HSL color Cylindrical-coordinate representation of color #C41D9A: hue angle of 315.09º 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 #C41D9A is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 154 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.23 |
| HSL | 315.09º | 0.74% | 0.44% | - |
| HSV(B) | 315.09º | 0.85% | 0.77% | - |
| XYZ | 29.04 | 14.95 | 31.93 | - |
| YUV | 93.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 154 | 0 | 0.85 | 0.21 | 0.23 | 315.09 | 0.74 | 0.44 |
| Hex | C4 | 1D | 9A | 0 | 55 | 15 | 17 | 13B | 4A | 2C |
| Octal | 304 | 35 | 232 | 0 | 125 | 25 | 27 | 473 | 112 | 54 |
| Binary | 11000100 | 11101 | 10011010 | 0 | 1010101 | 10101 | 10111 | 100111011 | 1001010 | 101100 |
Color Harmonies of #C41D9A
Complementary color
Monochromatic Colors of #C41D9A
Black with #C41D9A
Text Example
Text Example
White with #C41D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D9A; }
p { color: rgb(196,29,154); }
H1.HeaderClassName
{
color: #C41D9A;
}
.AnyTagClassName
{
color: #C41D9A;
}
</style>
background-color css
<style>
a { background-color: #C41D9A; }
a { background-color: rgb(196,29,154); }
div.DivClassName
{
background-color: #C41D9A;
}
.BgClassName
{
background-color: #C41D9A;
}
</style>
border-color css
<style>
span { border-color: #C41D9A; }
span { border-color: rgb(196,29,154); }
td.TdClassName
{
border-color: #C41D9A;
}
.TagClassName
{
border-color: #C41D9A;
}
</style>