Shades of Medium Violet Red #C80AA5
Tints of Medium Violet Red #C80AA5
RGB
CMYK
RGB Variations
Color information
#C80AA5 (or 0xC80AA5) is known color: Medium Violet Red. HEX triplet: C8, 0A and A5. RGB value is (200,10,165). Sum of RGB (Red+Green+Blue) = 200+10+165=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80AA5 is #37F55A. Grayscale: #545454. Windows color (decimal): -3667291 or 10816200. OLE color: 10816200.
HSL color Cylindrical-coordinate representation of color #C80AA5: hue angle of 311.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 165 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.22 |
| HSL | 311.05º | 0.9% | 0.41% | - |
| HSV(B) | 311.05º | 0.95% | 0.78% | - |
| XYZ | 30.72 | 15.21 | 36.91 | - |
| YUV | 84.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 165 | 0 | 0.95 | 0.18 | 0.22 | 311.05 | 0.9 | 0.41 |
| Hex | C8 | A | A5 | 0 | 5F | 12 | 16 | 137 | 5A | 29 |
| Octal | 310 | 12 | 245 | 0 | 137 | 22 | 26 | 467 | 132 | 51 |
| Binary | 11001000 | 1010 | 10100101 | 0 | 1011111 | 10010 | 10110 | 100110111 | 1011010 | 101001 |
Color Harmonies of #C80AA5
Complementary color
Monochromatic Colors of #C80AA5
Black with #C80AA5
Text Example
Text Example
White with #C80AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AA5; }
p { color: rgb(200,10,165); }
H1.HeaderClassName
{
color: #C80AA5;
}
.AnyTagClassName
{
color: #C80AA5;
}
</style>
background-color css
<style>
a { background-color: #C80AA5; }
a { background-color: rgb(200,10,165); }
div.DivClassName
{
background-color: #C80AA5;
}
.BgClassName
{
background-color: #C80AA5;
}
</style>
border-color css
<style>
span { border-color: #C80AA5; }
span { border-color: rgb(200,10,165); }
td.TdClassName
{
border-color: #C80AA5;
}
.TagClassName
{
border-color: #C80AA5;
}
</style>