Shades of Medium Violet Red #C419A1
Tints of Medium Violet Red #C419A1
RGB
CMYK
RGB Variations
Color information
#C419A1 (or 0xC419A1) is known color: Medium Violet Red. HEX triplet: C4, 19 and A1. RGB value is (196,25,161). Sum of RGB (Red+Green+Blue) = 196+25+161=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C419A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419A1 is #3BE65E. Grayscale: #5B5B5B. Windows color (decimal): -3925599 or 10557892. OLE color: 10557892.
HSL color Cylindrical-coordinate representation of color #C419A1: hue angle of 312.28º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419A1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 161 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.23 |
| HSL | 312.28º | 0.77% | 0.43% | - |
| HSV(B) | 312.28º | 0.87% | 0.77% | - |
| XYZ | 29.55 | 15 | 35.06 | - |
| YUV | 91.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 161 | 0 | 0.87 | 0.18 | 0.23 | 312.28 | 0.77 | 0.43 |
| Hex | C4 | 19 | A1 | 0 | 57 | 12 | 17 | 138 | 4D | 2B |
| Octal | 304 | 31 | 241 | 0 | 127 | 22 | 27 | 470 | 115 | 53 |
| Binary | 11000100 | 11001 | 10100001 | 0 | 1010111 | 10010 | 10111 | 100111000 | 1001101 | 101011 |
Color Harmonies of #C419A1
Complementary color
Monochromatic Colors of #C419A1
Black with #C419A1
Text Example
Text Example
White with #C419A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419A1; }
p { color: rgb(196,25,161); }
H1.HeaderClassName
{
color: #C419A1;
}
.AnyTagClassName
{
color: #C419A1;
}
</style>
background-color css
<style>
a { background-color: #C419A1; }
a { background-color: rgb(196,25,161); }
div.DivClassName
{
background-color: #C419A1;
}
.BgClassName
{
background-color: #C419A1;
}
</style>
border-color css
<style>
span { border-color: #C419A1; }
span { border-color: rgb(196,25,161); }
td.TdClassName
{
border-color: #C419A1;
}
.TagClassName
{
border-color: #C419A1;
}
</style>