Shades of Medium Violet Red #C816AB
Tints of Medium Violet Red #C816AB
RGB
CMYK
RGB Variations
Color information
#C816AB (or 0xC816AB) is known color: Medium Violet Red. HEX triplet: C8, 16 and AB. RGB value is (200,22,171). Sum of RGB (Red+Green+Blue) = 200+22+171=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C816AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816AB is #37E954. Grayscale: #5B5B5B. Windows color (decimal): -3664213 or 11212488. OLE color: 11212488.
HSL color Cylindrical-coordinate representation of color #C816AB: hue angle of 309.78º 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 #C816AB is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.22 |
| HSL | 309.78º | 0.8% | 0.44% | - |
| HSV(B) | 309.78º | 0.89% | 0.78% | - |
| XYZ | 31.46 | 15.79 | 39.92 | - |
| YUV | 92.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 171 | 0 | 0.89 | 0.14 | 0.22 | 309.78 | 0.8 | 0.44 |
| Hex | C8 | 16 | AB | 0 | 59 | E | 16 | 136 | 50 | 2C |
| Octal | 310 | 26 | 253 | 0 | 131 | 16 | 26 | 466 | 120 | 54 |
| Binary | 11001000 | 10110 | 10101011 | 0 | 1011001 | 1110 | 10110 | 100110110 | 1010000 | 101100 |
Color Harmonies of #C816AB
Complementary color
Monochromatic Colors of #C816AB
Black with #C816AB
Text Example
Text Example
White with #C816AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816AB; }
p { color: rgb(200,22,171); }
H1.HeaderClassName
{
color: #C816AB;
}
.AnyTagClassName
{
color: #C816AB;
}
</style>
background-color css
<style>
a { background-color: #C816AB; }
a { background-color: rgb(200,22,171); }
div.DivClassName
{
background-color: #C816AB;
}
.BgClassName
{
background-color: #C816AB;
}
</style>
border-color css
<style>
span { border-color: #C816AB; }
span { border-color: rgb(200,22,171); }
td.TdClassName
{
border-color: #C816AB;
}
.TagClassName
{
border-color: #C816AB;
}
</style>