Shades of Medium Violet Red #C216AA
Tints of Medium Violet Red #C216AA
RGB
CMYK
RGB Variations
Color information
#C216AA (or 0xC216AA) is known color: Medium Violet Red. HEX triplet: C2, 16 and AA. RGB value is (194,22,170). Sum of RGB (Red+Green+Blue) = 194+22+170=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C216AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216AA is #3DE955. Grayscale: #595959. Windows color (decimal): -4057430 or 11146946. OLE color: 11146946.
HSL color Cylindrical-coordinate representation of color #C216AA: hue angle of 308.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216AA is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.24 |
| HSL | 308.37º | 0.8% | 0.42% | - |
| HSV(B) | 308.37º | 0.89% | 0.76% | - |
| XYZ | 29.79 | 14.95 | 39.34 | - |
| YUV | 90.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 170 | 0 | 0.89 | 0.12 | 0.24 | 308.37 | 0.8 | 0.42 |
| Hex | C2 | 16 | AA | 0 | 59 | C | 18 | 134 | 50 | 2A |
| Octal | 302 | 26 | 252 | 0 | 131 | 14 | 30 | 464 | 120 | 52 |
| Binary | 11000010 | 10110 | 10101010 | 0 | 1011001 | 1100 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C216AA
Complementary color
Monochromatic Colors of #C216AA
Black with #C216AA
Text Example
Text Example
White with #C216AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216AA; }
p { color: rgb(194,22,170); }
H1.HeaderClassName
{
color: #C216AA;
}
.AnyTagClassName
{
color: #C216AA;
}
</style>
background-color css
<style>
a { background-color: #C216AA; }
a { background-color: rgb(194,22,170); }
div.DivClassName
{
background-color: #C216AA;
}
.BgClassName
{
background-color: #C216AA;
}
</style>
border-color css
<style>
span { border-color: #C216AA; }
span { border-color: rgb(194,22,170); }
td.TdClassName
{
border-color: #C216AA;
}
.TagClassName
{
border-color: #C216AA;
}
</style>