Shades of Medium Violet Red #C41A7E
Tints of Medium Violet Red #C41A7E
RGB
CMYK
RGB Variations
Color information
#C41A7E (or 0xC41A7E) is known color: Medium Violet Red. HEX triplet: C4, 1A and 7E. RGB value is (196,26,126). Sum of RGB (Red+Green+Blue) = 196+26+126=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A7E is #3BE581. Grayscale: #585858. Windows color (decimal): -3925378 or 8264388. OLE color: 8264388.
HSL color Cylindrical-coordinate representation of color #C41A7E: hue angle of 324.71º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A7E is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 126 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.23 |
| HSL | 324.71º | 0.77% | 0.44% | - |
| HSV(B) | 324.71º | 0.87% | 0.77% | - |
| XYZ | 26.9 | 13.98 | 21.02 | - |
| YUV | 88.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 126 | 0 | 0.87 | 0.36 | 0.23 | 324.71 | 0.77 | 0.44 |
| Hex | C4 | 1A | 7E | 0 | 57 | 24 | 17 | 145 | 4D | 2C |
| Octal | 304 | 32 | 176 | 0 | 127 | 44 | 27 | 505 | 115 | 54 |
| Binary | 11000100 | 11010 | 1111110 | 0 | 1010111 | 100100 | 10111 | 101000101 | 1001101 | 101100 |
Color Harmonies of #C41A7E
Complementary color
Monochromatic Colors of #C41A7E
Black with #C41A7E
Text Example
Text Example
White with #C41A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A7E; }
p { color: rgb(196,26,126); }
H1.HeaderClassName
{
color: #C41A7E;
}
.AnyTagClassName
{
color: #C41A7E;
}
</style>
background-color css
<style>
a { background-color: #C41A7E; }
a { background-color: rgb(196,26,126); }
div.DivClassName
{
background-color: #C41A7E;
}
.BgClassName
{
background-color: #C41A7E;
}
</style>
border-color css
<style>
span { border-color: #C41A7E; }
span { border-color: rgb(196,26,126); }
td.TdClassName
{
border-color: #C41A7E;
}
.TagClassName
{
border-color: #C41A7E;
}
</style>