Shades of Medium Violet Red #C41FA1
Tints of Medium Violet Red #C41FA1
RGB
CMYK
RGB Variations
Color information
#C41FA1 (or 0xC41FA1) is known color: Medium Violet Red. HEX triplet: C4, 1F and A1. RGB value is (196,31,161). Sum of RGB (Red+Green+Blue) = 196+31+161=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA1 is #3BE05E. Grayscale: #5E5E5E. Windows color (decimal): -3924063 or 10559428. OLE color: 10559428.
HSL color Cylindrical-coordinate representation of color #C41FA1: hue angle of 312.73º 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 #C41FA1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 161 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.23 |
| HSL | 312.73º | 0.73% | 0.45% | - |
| HSV(B) | 312.73º | 0.84% | 0.77% | - |
| XYZ | 29.69 | 15.29 | 35.1 | - |
| YUV | 95.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 161 | 0 | 0.84 | 0.18 | 0.23 | 312.73 | 0.73 | 0.45 |
| Hex | C4 | 1F | A1 | 0 | 54 | 12 | 17 | 139 | 49 | 2D |
| Octal | 304 | 37 | 241 | 0 | 124 | 22 | 27 | 471 | 111 | 55 |
| Binary | 11000100 | 11111 | 10100001 | 0 | 1010100 | 10010 | 10111 | 100111001 | 1001001 | 101101 |
Color Harmonies of #C41FA1
Complementary color
Monochromatic Colors of #C41FA1
Black with #C41FA1
Text Example
Text Example
White with #C41FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FA1; }
p { color: rgb(196,31,161); }
H1.HeaderClassName
{
color: #C41FA1;
}
.AnyTagClassName
{
color: #C41FA1;
}
</style>
background-color css
<style>
a { background-color: #C41FA1; }
a { background-color: rgb(196,31,161); }
div.DivClassName
{
background-color: #C41FA1;
}
.BgClassName
{
background-color: #C41FA1;
}
</style>
border-color css
<style>
span { border-color: #C41FA1; }
span { border-color: rgb(196,31,161); }
td.TdClassName
{
border-color: #C41FA1;
}
.TagClassName
{
border-color: #C41FA1;
}
</style>