Shades of Medium Violet Red #C416AA
Tints of Medium Violet Red #C416AA
RGB
CMYK
RGB Variations
Color information
#C416AA (or 0xC416AA) is known color: Medium Violet Red. HEX triplet: C4, 16 and AA. RGB value is (196,22,170). Sum of RGB (Red+Green+Blue) = 196+22+170=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C416AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C416AA is #3BE955. Grayscale: #5A5A5A. Windows color (decimal): -3926358 or 11146948. OLE color: 11146948.
HSL color Cylindrical-coordinate representation of color #C416AA: hue angle of 308.97º 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 #C416AA is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.23 |
| HSL | 308.97º | 0.8% | 0.43% | - |
| HSV(B) | 308.97º | 0.89% | 0.77% | - |
| XYZ | 30.31 | 15.21 | 39.37 | - |
| YUV | 90.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 170 | 0 | 0.89 | 0.13 | 0.23 | 308.97 | 0.8 | 0.43 |
| Hex | C4 | 16 | AA | 0 | 59 | D | 17 | 135 | 50 | 2B |
| Octal | 304 | 26 | 252 | 0 | 131 | 15 | 27 | 465 | 120 | 53 |
| Binary | 11000100 | 10110 | 10101010 | 0 | 1011001 | 1101 | 10111 | 100110101 | 1010000 | 101011 |
Color Harmonies of #C416AA
Complementary color
Monochromatic Colors of #C416AA
Black with #C416AA
Text Example
Text Example
White with #C416AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416AA; }
p { color: rgb(196,22,170); }
H1.HeaderClassName
{
color: #C416AA;
}
.AnyTagClassName
{
color: #C416AA;
}
</style>
background-color css
<style>
a { background-color: #C416AA; }
a { background-color: rgb(196,22,170); }
div.DivClassName
{
background-color: #C416AA;
}
.BgClassName
{
background-color: #C416AA;
}
</style>
border-color css
<style>
span { border-color: #C416AA; }
span { border-color: rgb(196,22,170); }
td.TdClassName
{
border-color: #C416AA;
}
.TagClassName
{
border-color: #C416AA;
}
</style>