Shades of Medium Violet Red #C41E6D
Tints of Medium Violet Red #C41E6D
RGB
CMYK
RGB Variations
Color information
#C41E6D (or 0xC41E6D) is known color: Medium Violet Red. HEX triplet: C4, 1E and 6D. RGB value is (196,30,109). Sum of RGB (Red+Green+Blue) = 196+30+109=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E6D is #3BE192. Grayscale: #585858. Windows color (decimal): -3924371 or 7151300. OLE color: 7151300.
HSL color Cylindrical-coordinate representation of color #C41E6D: hue angle of 331.45º degrees, saturation: 0.73, 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 #C41E6D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 109 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.23 |
| HSL | 331.45º | 0.73% | 0.44% | - |
| HSV(B) | 331.45º | 0.85% | 0.77% | - |
| XYZ | 25.99 | 13.77 | 15.76 | - |
| YUV | 88.64 | 139.5 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 109 | 0 | 0.85 | 0.44 | 0.23 | 331.45 | 0.73 | 0.44 |
| Hex | C4 | 1E | 6D | 0 | 55 | 2C | 17 | 14B | 49 | 2C |
| Octal | 304 | 36 | 155 | 0 | 125 | 54 | 27 | 513 | 111 | 54 |
| Binary | 11000100 | 11110 | 1101101 | 0 | 1010101 | 101100 | 10111 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C41E6D
Complementary color
Monochromatic Colors of #C41E6D
Black with #C41E6D
Text Example
Text Example
White with #C41E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E6D; }
p { color: rgb(196,30,109); }
H1.HeaderClassName
{
color: #C41E6D;
}
.AnyTagClassName
{
color: #C41E6D;
}
</style>
background-color css
<style>
a { background-color: #C41E6D; }
a { background-color: rgb(196,30,109); }
div.DivClassName
{
background-color: #C41E6D;
}
.BgClassName
{
background-color: #C41E6D;
}
</style>
border-color css
<style>
span { border-color: #C41E6D; }
span { border-color: rgb(196,30,109); }
td.TdClassName
{
border-color: #C41E6D;
}
.TagClassName
{
border-color: #C41E6D;
}
</style>