Shades of Medium Violet Red #C016AA
Tints of Medium Violet Red #C016AA
RGB
CMYK
RGB Variations
Color information
#C016AA (or 0xC016AA) is known color: Medium Violet Red. HEX triplet: C0, 16 and AA. RGB value is (192,22,170). Sum of RGB (Red+Green+Blue) = 192+22+170=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C016AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016AA is #3FE955. Grayscale: #595959. Windows color (decimal): -4188502 or 11146944. OLE color: 11146944.
HSL color Cylindrical-coordinate representation of color #C016AA: hue angle of 307.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016AA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.25 |
| HSL | 307.76º | 0.79% | 0.42% | - |
| HSV(B) | 307.76º | 0.89% | 0.75% | - |
| XYZ | 29.28 | 14.68 | 39.32 | - |
| YUV | 89.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 170 | 0 | 0.89 | 0.11 | 0.25 | 307.76 | 0.79 | 0.42 |
| Hex | C0 | 16 | AA | 0 | 59 | B | 19 | 134 | 4F | 2A |
| Octal | 300 | 26 | 252 | 0 | 131 | 13 | 31 | 464 | 117 | 52 |
| Binary | 11000000 | 10110 | 10101010 | 0 | 1011001 | 1011 | 11001 | 100110100 | 1001111 | 101010 |
Color Harmonies of #C016AA
Complementary color
Monochromatic Colors of #C016AA
Black with #C016AA
Text Example
Text Example
White with #C016AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016AA; }
p { color: rgb(192,22,170); }
H1.HeaderClassName
{
color: #C016AA;
}
.AnyTagClassName
{
color: #C016AA;
}
</style>
background-color css
<style>
a { background-color: #C016AA; }
a { background-color: rgb(192,22,170); }
div.DivClassName
{
background-color: #C016AA;
}
.BgClassName
{
background-color: #C016AA;
}
</style>
border-color css
<style>
span { border-color: #C016AA; }
span { border-color: rgb(192,22,170); }
td.TdClassName
{
border-color: #C016AA;
}
.TagClassName
{
border-color: #C016AA;
}
</style>