Shades of Medium Violet Red #C616AA
Tints of Medium Violet Red #C616AA
RGB
CMYK
RGB Variations
Color information
#C616AA (or 0xC616AA) is known color: Medium Violet Red. HEX triplet: C6, 16 and AA. RGB value is (198,22,170). Sum of RGB (Red+Green+Blue) = 198+22+170=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C616AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C616AA is #39E955. Grayscale: #5B5B5B. Windows color (decimal): -3795286 or 11146950. OLE color: 11146950.
HSL color Cylindrical-coordinate representation of color #C616AA: hue angle of 309.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616AA is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.22 |
| HSL | 309.55º | 0.8% | 0.43% | - |
| HSV(B) | 309.55º | 0.89% | 0.78% | - |
| XYZ | 30.83 | 15.48 | 39.39 | - |
| YUV | 91.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 170 | 0 | 0.89 | 0.14 | 0.22 | 309.55 | 0.8 | 0.43 |
| Hex | C6 | 16 | AA | 0 | 59 | E | 16 | 136 | 50 | 2B |
| Octal | 306 | 26 | 252 | 0 | 131 | 16 | 26 | 466 | 120 | 53 |
| Binary | 11000110 | 10110 | 10101010 | 0 | 1011001 | 1110 | 10110 | 100110110 | 1010000 | 101011 |
Color Harmonies of #C616AA
Complementary color
Monochromatic Colors of #C616AA
Black with #C616AA
Text Example
Text Example
White with #C616AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616AA; }
p { color: rgb(198,22,170); }
H1.HeaderClassName
{
color: #C616AA;
}
.AnyTagClassName
{
color: #C616AA;
}
</style>
background-color css
<style>
a { background-color: #C616AA; }
a { background-color: rgb(198,22,170); }
div.DivClassName
{
background-color: #C616AA;
}
.BgClassName
{
background-color: #C616AA;
}
</style>
border-color css
<style>
span { border-color: #C616AA; }
span { border-color: rgb(198,22,170); }
td.TdClassName
{
border-color: #C616AA;
}
.TagClassName
{
border-color: #C616AA;
}
</style>