Shades of Medium Violet Red #C41E6A
Tints of Medium Violet Red #C41E6A
RGB
CMYK
RGB Variations
Color information
#C41E6A (or 0xC41E6A) is known color: Medium Violet Red. HEX triplet: C4, 1E and 6A. RGB value is (196,30,106). Sum of RGB (Red+Green+Blue) = 196+30+106=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E6A is #3BE195. Grayscale: #585858. Windows color (decimal): -3924374 or 6954692. OLE color: 6954692.
HSL color Cylindrical-coordinate representation of color #C41E6A: hue angle of 332.53º 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 #C41E6A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 106 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.23 |
| HSL | 332.53º | 0.73% | 0.44% | - |
| HSV(B) | 332.53º | 0.85% | 0.77% | - |
| XYZ | 25.83 | 13.7 | 14.92 | - |
| YUV | 88.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 106 | 0 | 0.85 | 0.46 | 0.23 | 332.53 | 0.73 | 0.44 |
| Hex | C4 | 1E | 6A | 0 | 55 | 2E | 17 | 14D | 49 | 2C |
| Octal | 304 | 36 | 152 | 0 | 125 | 56 | 27 | 515 | 111 | 54 |
| Binary | 11000100 | 11110 | 1101010 | 0 | 1010101 | 101110 | 10111 | 101001101 | 1001001 | 101100 |
Color Harmonies of #C41E6A
Complementary color
Monochromatic Colors of #C41E6A
Black with #C41E6A
Text Example
Text Example
White with #C41E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E6A; }
p { color: rgb(196,30,106); }
H1.HeaderClassName
{
color: #C41E6A;
}
.AnyTagClassName
{
color: #C41E6A;
}
</style>
background-color css
<style>
a { background-color: #C41E6A; }
a { background-color: rgb(196,30,106); }
div.DivClassName
{
background-color: #C41E6A;
}
.BgClassName
{
background-color: #C41E6A;
}
</style>
border-color css
<style>
span { border-color: #C41E6A; }
span { border-color: rgb(196,30,106); }
td.TdClassName
{
border-color: #C41E6A;
}
.TagClassName
{
border-color: #C41E6A;
}
</style>