Shades of Medium Violet Red #C41AA0
Tints of Medium Violet Red #C41AA0
RGB
CMYK
RGB Variations
Color information
#C41AA0 (or 0xC41AA0) is known color: Medium Violet Red. HEX triplet: C4, 1A and A0. RGB value is (196,26,160). Sum of RGB (Red+Green+Blue) = 196+26+160=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AA0 is #3BE55F. Grayscale: #5B5B5B. Windows color (decimal): -3925344 or 10492612. OLE color: 10492612.
HSL color Cylindrical-coordinate representation of color #C41AA0: hue angle of 312.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 #C41AA0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 160 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.23 |
| HSL | 312.71º | 0.77% | 0.44% | - |
| HSV(B) | 312.71º | 0.87% | 0.77% | - |
| XYZ | 29.48 | 15.01 | 34.6 | - |
| YUV | 92.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 160 | 0 | 0.87 | 0.18 | 0.23 | 312.71 | 0.77 | 0.44 |
| Hex | C4 | 1A | A0 | 0 | 57 | 12 | 17 | 139 | 4D | 2C |
| Octal | 304 | 32 | 240 | 0 | 127 | 22 | 27 | 471 | 115 | 54 |
| Binary | 11000100 | 11010 | 10100000 | 0 | 1010111 | 10010 | 10111 | 100111001 | 1001101 | 101100 |
Color Harmonies of #C41AA0
Complementary color
Monochromatic Colors of #C41AA0
Black with #C41AA0
Text Example
Text Example
White with #C41AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AA0; }
p { color: rgb(196,26,160); }
H1.HeaderClassName
{
color: #C41AA0;
}
.AnyTagClassName
{
color: #C41AA0;
}
</style>
background-color css
<style>
a { background-color: #C41AA0; }
a { background-color: rgb(196,26,160); }
div.DivClassName
{
background-color: #C41AA0;
}
.BgClassName
{
background-color: #C41AA0;
}
</style>
border-color css
<style>
span { border-color: #C41AA0; }
span { border-color: rgb(196,26,160); }
td.TdClassName
{
border-color: #C41AA0;
}
.TagClassName
{
border-color: #C41AA0;
}
</style>