Shades of Medium Violet Red #C816A5
Tints of Medium Violet Red #C816A5
RGB
CMYK
RGB Variations
Color information
#C816A5 (or 0xC816A5) is known color: Medium Violet Red. HEX triplet: C8, 16 and A5. RGB value is (200,22,165). Sum of RGB (Red+Green+Blue) = 200+22+165=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C816A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816A5 is #37E95A. Grayscale: #5B5B5B. Windows color (decimal): -3664219 or 10819272. OLE color: 10819272.
HSL color Cylindrical-coordinate representation of color #C816A5: hue angle of 311.8º 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 #C816A5 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 165 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.22 |
| HSL | 311.8º | 0.8% | 0.44% | - |
| HSV(B) | 311.8º | 0.89% | 0.78% | - |
| XYZ | 30.9 | 15.57 | 36.97 | - |
| YUV | 91.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 165 | 0 | 0.89 | 0.18 | 0.22 | 311.8 | 0.8 | 0.44 |
| Hex | C8 | 16 | A5 | 0 | 59 | 12 | 16 | 138 | 50 | 2C |
| Octal | 310 | 26 | 245 | 0 | 131 | 22 | 26 | 470 | 120 | 54 |
| Binary | 11001000 | 10110 | 10100101 | 0 | 1011001 | 10010 | 10110 | 100111000 | 1010000 | 101100 |
Color Harmonies of #C816A5
Complementary color
Monochromatic Colors of #C816A5
Black with #C816A5
Text Example
Text Example
White with #C816A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816A5; }
p { color: rgb(200,22,165); }
H1.HeaderClassName
{
color: #C816A5;
}
.AnyTagClassName
{
color: #C816A5;
}
</style>
background-color css
<style>
a { background-color: #C816A5; }
a { background-color: rgb(200,22,165); }
div.DivClassName
{
background-color: #C816A5;
}
.BgClassName
{
background-color: #C816A5;
}
</style>
border-color css
<style>
span { border-color: #C816A5; }
span { border-color: rgb(200,22,165); }
td.TdClassName
{
border-color: #C816A5;
}
.TagClassName
{
border-color: #C816A5;
}
</style>