Shades of Medium Violet Red #C41E7F
Tints of Medium Violet Red #C41E7F
RGB
CMYK
RGB Variations
Color information
#C41E7F (or 0xC41E7F) is known color: Medium Violet Red. HEX triplet: C4, 1E and 7F. RGB value is (196,30,127). Sum of RGB (Red+Green+Blue) = 196+30+127=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E7F is #3BE180. Grayscale: #5A5A5A. Windows color (decimal): -3924353 or 8330948. OLE color: 8330948.
HSL color Cylindrical-coordinate representation of color #C41E7F: hue angle of 324.94º 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 #C41E7F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 127 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.23 |
| HSL | 324.94º | 0.73% | 0.44% | - |
| HSV(B) | 324.94º | 0.85% | 0.77% | - |
| XYZ | 27.06 | 14.2 | 21.39 | - |
| YUV | 90.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 127 | 0 | 0.85 | 0.35 | 0.23 | 324.94 | 0.73 | 0.44 |
| Hex | C4 | 1E | 7F | 0 | 55 | 23 | 17 | 145 | 49 | 2C |
| Octal | 304 | 36 | 177 | 0 | 125 | 43 | 27 | 505 | 111 | 54 |
| Binary | 11000100 | 11110 | 1111111 | 0 | 1010101 | 100011 | 10111 | 101000101 | 1001001 | 101100 |
Color Harmonies of #C41E7F
Complementary color
Monochromatic Colors of #C41E7F
Black with #C41E7F
Text Example
Text Example
White with #C41E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E7F; }
p { color: rgb(196,30,127); }
H1.HeaderClassName
{
color: #C41E7F;
}
.AnyTagClassName
{
color: #C41E7F;
}
</style>
background-color css
<style>
a { background-color: #C41E7F; }
a { background-color: rgb(196,30,127); }
div.DivClassName
{
background-color: #C41E7F;
}
.BgClassName
{
background-color: #C41E7F;
}
</style>
border-color css
<style>
span { border-color: #C41E7F; }
span { border-color: rgb(196,30,127); }
td.TdClassName
{
border-color: #C41E7F;
}
.TagClassName
{
border-color: #C41E7F;
}
</style>