Shades of Medium Violet Red #C41D99
Tints of Medium Violet Red #C41D99
RGB
CMYK
RGB Variations
Color information
#C41D99 (or 0xC41D99) is known color: Medium Violet Red. HEX triplet: C4, 1D and 99. RGB value is (196,29,153). Sum of RGB (Red+Green+Blue) = 196+29+153=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D99 is #3BE266. Grayscale: #5C5C5C. Windows color (decimal): -3924583 or 10034628. OLE color: 10034628.
HSL color Cylindrical-coordinate representation of color #C41D99: hue angle of 315.45º 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 #C41D99 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 153 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.23 |
| HSL | 315.45º | 0.74% | 0.44% | - |
| HSV(B) | 315.45º | 0.85% | 0.77% | - |
| XYZ | 28.95 | 14.91 | 31.49 | - |
| YUV | 93.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 153 | 0 | 0.85 | 0.22 | 0.23 | 315.45 | 0.74 | 0.44 |
| Hex | C4 | 1D | 99 | 0 | 55 | 16 | 17 | 13B | 4A | 2C |
| Octal | 304 | 35 | 231 | 0 | 125 | 26 | 27 | 473 | 112 | 54 |
| Binary | 11000100 | 11101 | 10011001 | 0 | 1010101 | 10110 | 10111 | 100111011 | 1001010 | 101100 |
Color Harmonies of #C41D99
Complementary color
Monochromatic Colors of #C41D99
Black with #C41D99
Text Example
Text Example
White with #C41D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D99; }
p { color: rgb(196,29,153); }
H1.HeaderClassName
{
color: #C41D99;
}
.AnyTagClassName
{
color: #C41D99;
}
</style>
background-color css
<style>
a { background-color: #C41D99; }
a { background-color: rgb(196,29,153); }
div.DivClassName
{
background-color: #C41D99;
}
.BgClassName
{
background-color: #C41D99;
}
</style>
border-color css
<style>
span { border-color: #C41D99; }
span { border-color: rgb(196,29,153); }
td.TdClassName
{
border-color: #C41D99;
}
.TagClassName
{
border-color: #C41D99;
}
</style>