Shades of Medium Violet Red #C41EAA
Tints of Medium Violet Red #C41EAA
RGB
CMYK
RGB Variations
Color information
#C41EAA (or 0xC41EAA) is known color: Medium Violet Red. HEX triplet: C4, 1E and AA. RGB value is (196,30,170). Sum of RGB (Red+Green+Blue) = 196+30+170=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41EAA is #3BE155. Grayscale: #5F5F5F. Windows color (decimal): -3924310 or 11148996. OLE color: 11148996.
HSL color Cylindrical-coordinate representation of color #C41EAA: hue angle of 309.4º 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 #C41EAA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 170 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.23 |
| HSL | 309.4º | 0.73% | 0.44% | - |
| HSV(B) | 309.4º | 0.85% | 0.77% | - |
| XYZ | 30.48 | 15.57 | 39.43 | - |
| YUV | 95.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 170 | 0 | 0.85 | 0.13 | 0.23 | 309.4 | 0.73 | 0.44 |
| Hex | C4 | 1E | AA | 0 | 55 | D | 17 | 135 | 49 | 2C |
| Octal | 304 | 36 | 252 | 0 | 125 | 15 | 27 | 465 | 111 | 54 |
| Binary | 11000100 | 11110 | 10101010 | 0 | 1010101 | 1101 | 10111 | 100110101 | 1001001 | 101100 |
Color Harmonies of #C41EAA
Complementary color
Monochromatic Colors of #C41EAA
Black with #C41EAA
Text Example
Text Example
White with #C41EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EAA; }
p { color: rgb(196,30,170); }
H1.HeaderClassName
{
color: #C41EAA;
}
.AnyTagClassName
{
color: #C41EAA;
}
</style>
background-color css
<style>
a { background-color: #C41EAA; }
a { background-color: rgb(196,30,170); }
div.DivClassName
{
background-color: #C41EAA;
}
.BgClassName
{
background-color: #C41EAA;
}
</style>
border-color css
<style>
span { border-color: #C41EAA; }
span { border-color: rgb(196,30,170); }
td.TdClassName
{
border-color: #C41EAA;
}
.TagClassName
{
border-color: #C41EAA;
}
</style>