Shades of Medium Violet Red #C416A8
Tints of Medium Violet Red #C416A8
RGB
CMYK
RGB Variations
Color information
#C416A8 (or 0xC416A8) is known color: Medium Violet Red. HEX triplet: C4, 16 and A8. RGB value is (196,22,168). Sum of RGB (Red+Green+Blue) = 196+22+168=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C416A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C416A8 is #3BE957. Grayscale: #5A5A5A. Windows color (decimal): -3926360 or 11015876. OLE color: 11015876.
HSL color Cylindrical-coordinate representation of color #C416A8: hue angle of 309.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416A8 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 168 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.23 |
| HSL | 309.66º | 0.8% | 0.43% | - |
| HSV(B) | 309.66º | 0.89% | 0.77% | - |
| XYZ | 30.12 | 15.14 | 38.38 | - |
| YUV | 90.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 168 | 0 | 0.89 | 0.14 | 0.23 | 309.66 | 0.8 | 0.43 |
| Hex | C4 | 16 | A8 | 0 | 59 | E | 17 | 136 | 50 | 2B |
| Octal | 304 | 26 | 250 | 0 | 131 | 16 | 27 | 466 | 120 | 53 |
| Binary | 11000100 | 10110 | 10101000 | 0 | 1011001 | 1110 | 10111 | 100110110 | 1010000 | 101011 |
Color Harmonies of #C416A8
Complementary color
Monochromatic Colors of #C416A8
Black with #C416A8
Text Example
Text Example
White with #C416A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416A8; }
p { color: rgb(196,22,168); }
H1.HeaderClassName
{
color: #C416A8;
}
.AnyTagClassName
{
color: #C416A8;
}
</style>
background-color css
<style>
a { background-color: #C416A8; }
a { background-color: rgb(196,22,168); }
div.DivClassName
{
background-color: #C416A8;
}
.BgClassName
{
background-color: #C416A8;
}
</style>
border-color css
<style>
span { border-color: #C416A8; }
span { border-color: rgb(196,22,168); }
td.TdClassName
{
border-color: #C416A8;
}
.TagClassName
{
border-color: #C416A8;
}
</style>