Shades of Medium Violet Red #C814AA
Tints of Medium Violet Red #C814AA
RGB
CMYK
RGB Variations
Color information
#C814AA (or 0xC814AA) is known color: Medium Violet Red. HEX triplet: C8, 14 and AA. RGB value is (200,20,170). Sum of RGB (Red+Green+Blue) = 200+20+170=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C814AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814AA is #37EB55. Grayscale: #5A5A5A. Windows color (decimal): -3664726 or 11146440. OLE color: 11146440.
HSL color Cylindrical-coordinate representation of color #C814AA: hue angle of 310º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814AA is Cyan = 0, Magento = 0.9, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 170 | - |
| CMYK | 0 | 0.9 | 0.15 | 0.22 |
| HSL | 310º | 0.82% | 0.43% | - |
| HSV(B) | 310º | 0.9% | 0.78% | - |
| XYZ | 31.33 | 15.68 | 39.41 | - |
| YUV | 90.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 170 | 0 | 0.9 | 0.15 | 0.22 | 310 | 0.82 | 0.43 |
| Hex | C8 | 14 | AA | 0 | 5A | F | 16 | 136 | 52 | 2B |
| Octal | 310 | 24 | 252 | 0 | 132 | 17 | 26 | 466 | 122 | 53 |
| Binary | 11001000 | 10100 | 10101010 | 0 | 1011010 | 1111 | 10110 | 100110110 | 1010010 | 101011 |
Color Harmonies of #C814AA
Complementary color
Monochromatic Colors of #C814AA
Black with #C814AA
Text Example
Text Example
White with #C814AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814AA; }
p { color: rgb(200,20,170); }
H1.HeaderClassName
{
color: #C814AA;
}
.AnyTagClassName
{
color: #C814AA;
}
</style>
background-color css
<style>
a { background-color: #C814AA; }
a { background-color: rgb(200,20,170); }
div.DivClassName
{
background-color: #C814AA;
}
.BgClassName
{
background-color: #C814AA;
}
</style>
border-color css
<style>
span { border-color: #C814AA; }
span { border-color: rgb(200,20,170); }
td.TdClassName
{
border-color: #C814AA;
}
.TagClassName
{
border-color: #C814AA;
}
</style>