Shades of Medium Violet Red #C41F7A
Tints of Medium Violet Red #C41F7A
RGB
CMYK
RGB Variations
Color information
#C41F7A (or 0xC41F7A) is known color: Medium Violet Red. HEX triplet: C4, 1F and 7A. RGB value is (196,31,122). Sum of RGB (Red+Green+Blue) = 196+31+122=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41F7A is #3BE085. Grayscale: #5A5A5A. Windows color (decimal): -3924102 or 8003524. OLE color: 8003524.
HSL color Cylindrical-coordinate representation of color #C41F7A: hue angle of 326.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F7A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 122 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.23 |
| HSL | 326.91º | 0.73% | 0.45% | - |
| HSV(B) | 326.91º | 0.84% | 0.77% | - |
| XYZ | 26.77 | 14.12 | 19.73 | - |
| YUV | 90.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 122 | 0 | 0.84 | 0.38 | 0.23 | 326.91 | 0.73 | 0.45 |
| Hex | C4 | 1F | 7A | 0 | 54 | 26 | 17 | 147 | 49 | 2D |
| Octal | 304 | 37 | 172 | 0 | 124 | 46 | 27 | 507 | 111 | 55 |
| Binary | 11000100 | 11111 | 1111010 | 0 | 1010100 | 100110 | 10111 | 101000111 | 1001001 | 101101 |
Color Harmonies of #C41F7A
Complementary color
Monochromatic Colors of #C41F7A
Black with #C41F7A
Text Example
Text Example
White with #C41F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F7A; }
p { color: rgb(196,31,122); }
H1.HeaderClassName
{
color: #C41F7A;
}
.AnyTagClassName
{
color: #C41F7A;
}
</style>
background-color css
<style>
a { background-color: #C41F7A; }
a { background-color: rgb(196,31,122); }
div.DivClassName
{
background-color: #C41F7A;
}
.BgClassName
{
background-color: #C41F7A;
}
</style>
border-color css
<style>
span { border-color: #C41F7A; }
span { border-color: rgb(196,31,122); }
td.TdClassName
{
border-color: #C41F7A;
}
.TagClassName
{
border-color: #C41F7A;
}
</style>