Shades of Medium Violet Red #C419A8
Tints of Medium Violet Red #C419A8
RGB
CMYK
RGB Variations
Color information
#C419A8 (or 0xC419A8) is known color: Medium Violet Red. HEX triplet: C4, 19 and A8. RGB value is (196,25,168). Sum of RGB (Red+Green+Blue) = 196+25+168=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C419A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419A8 is #3BE657. Grayscale: #5C5C5C. Windows color (decimal): -3925592 or 11016644. OLE color: 11016644.
HSL color Cylindrical-coordinate representation of color #C419A8: hue angle of 309.82º 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 #C419A8 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 168 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.23 |
| HSL | 309.82º | 0.77% | 0.43% | - |
| HSV(B) | 309.82º | 0.87% | 0.77% | - |
| XYZ | 30.18 | 15.26 | 38.4 | - |
| YUV | 92.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 168 | 0 | 0.87 | 0.14 | 0.23 | 309.82 | 0.77 | 0.43 |
| Hex | C4 | 19 | A8 | 0 | 57 | E | 17 | 136 | 4D | 2B |
| Octal | 304 | 31 | 250 | 0 | 127 | 16 | 27 | 466 | 115 | 53 |
| Binary | 11000100 | 11001 | 10101000 | 0 | 1010111 | 1110 | 10111 | 100110110 | 1001101 | 101011 |
Color Harmonies of #C419A8
Complementary color
Monochromatic Colors of #C419A8
Black with #C419A8
Text Example
Text Example
White with #C419A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419A8; }
p { color: rgb(196,25,168); }
H1.HeaderClassName
{
color: #C419A8;
}
.AnyTagClassName
{
color: #C419A8;
}
</style>
background-color css
<style>
a { background-color: #C419A8; }
a { background-color: rgb(196,25,168); }
div.DivClassName
{
background-color: #C419A8;
}
.BgClassName
{
background-color: #C419A8;
}
</style>
border-color css
<style>
span { border-color: #C419A8; }
span { border-color: rgb(196,25,168); }
td.TdClassName
{
border-color: #C419A8;
}
.TagClassName
{
border-color: #C419A8;
}
</style>