Shades of Medium Violet Red #C41D6D
Tints of Medium Violet Red #C41D6D
RGB
CMYK
RGB Variations
Color information
#C41D6D (or 0xC41D6D) is known color: Medium Violet Red. HEX triplet: C4, 1D and 6D. RGB value is (196,29,109). Sum of RGB (Red+Green+Blue) = 196+29+109=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D6D is #3BE292. Grayscale: #575757. Windows color (decimal): -3924627 or 7151044. OLE color: 7151044.
HSL color Cylindrical-coordinate representation of color #C41D6D: hue angle of 331.26º 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 #C41D6D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 109 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.23 |
| HSL | 331.26º | 0.74% | 0.44% | - |
| HSV(B) | 331.26º | 0.85% | 0.77% | - |
| XYZ | 25.96 | 13.72 | 15.75 | - |
| YUV | 88.05 | 139.83 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 109 | 0 | 0.85 | 0.44 | 0.23 | 331.26 | 0.74 | 0.44 |
| Hex | C4 | 1D | 6D | 0 | 55 | 2C | 17 | 14B | 4A | 2C |
| Octal | 304 | 35 | 155 | 0 | 125 | 54 | 27 | 513 | 112 | 54 |
| Binary | 11000100 | 11101 | 1101101 | 0 | 1010101 | 101100 | 10111 | 101001011 | 1001010 | 101100 |
Color Harmonies of #C41D6D
Complementary color
Monochromatic Colors of #C41D6D
Black with #C41D6D
Text Example
Text Example
White with #C41D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D6D; }
p { color: rgb(196,29,109); }
H1.HeaderClassName
{
color: #C41D6D;
}
.AnyTagClassName
{
color: #C41D6D;
}
</style>
background-color css
<style>
a { background-color: #C41D6D; }
a { background-color: rgb(196,29,109); }
div.DivClassName
{
background-color: #C41D6D;
}
.BgClassName
{
background-color: #C41D6D;
}
</style>
border-color css
<style>
span { border-color: #C41D6D; }
span { border-color: rgb(196,29,109); }
td.TdClassName
{
border-color: #C41D6D;
}
.TagClassName
{
border-color: #C41D6D;
}
</style>