Shades of Medium Violet Red #C816A9
Tints of Medium Violet Red #C816A9
RGB
CMYK
RGB Variations
Color information
#C816A9 (or 0xC816A9) is known color: Medium Violet Red. HEX triplet: C8, 16 and A9. RGB value is (200,22,169). Sum of RGB (Red+Green+Blue) = 200+22+169=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C816A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816A9 is #37E956. Grayscale: #5B5B5B. Windows color (decimal): -3664215 or 11081416. OLE color: 11081416.
HSL color Cylindrical-coordinate representation of color #C816A9: hue angle of 310.45º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816A9 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 169 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.22 |
| HSL | 310.45º | 0.8% | 0.44% | - |
| HSV(B) | 310.45º | 0.89% | 0.78% | - |
| XYZ | 31.27 | 15.72 | 38.92 | - |
| YUV | 91.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 169 | 0 | 0.89 | 0.16 | 0.22 | 310.45 | 0.8 | 0.44 |
| Hex | C8 | 16 | A9 | 0 | 59 | 10 | 16 | 136 | 50 | 2C |
| Octal | 310 | 26 | 251 | 0 | 131 | 20 | 26 | 466 | 120 | 54 |
| Binary | 11001000 | 10110 | 10101001 | 0 | 1011001 | 10000 | 10110 | 100110110 | 1010000 | 101100 |
Color Harmonies of #C816A9
Complementary color
Monochromatic Colors of #C816A9
Black with #C816A9
Text Example
Text Example
White with #C816A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816A9; }
p { color: rgb(200,22,169); }
H1.HeaderClassName
{
color: #C816A9;
}
.AnyTagClassName
{
color: #C816A9;
}
</style>
background-color css
<style>
a { background-color: #C816A9; }
a { background-color: rgb(200,22,169); }
div.DivClassName
{
background-color: #C816A9;
}
.BgClassName
{
background-color: #C816A9;
}
</style>
border-color css
<style>
span { border-color: #C816A9; }
span { border-color: rgb(200,22,169); }
td.TdClassName
{
border-color: #C816A9;
}
.TagClassName
{
border-color: #C816A9;
}
</style>