Shades of Medium Violet Red #C80DA0
Tints of Medium Violet Red #C80DA0
RGB
CMYK
RGB Variations
Color information
#C80DA0 (or 0xC80DA0) is known color: Medium Violet Red. HEX triplet: C8, 0D and A0. RGB value is (200,13,160). Sum of RGB (Red+Green+Blue) = 200+13+160=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA0 is #37F25F. Grayscale: #555555. Windows color (decimal): -3666528 or 10489288. OLE color: 10489288.
HSL color Cylindrical-coordinate representation of color #C80DA0: hue angle of 312.83º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DA0 is Cyan = 0, Magento = 0.94, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 160 | - |
| CMYK | 0 | 0.94 | 0.2 | 0.22 |
| HSL | 312.83º | 0.88% | 0.42% | - |
| HSV(B) | 312.83º | 0.94% | 0.78% | - |
| XYZ | 30.31 | 15.11 | 34.58 | - |
| YUV | 85.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 160 | 0 | 0.94 | 0.2 | 0.22 | 312.83 | 0.88 | 0.42 |
| Hex | C8 | D | A0 | 0 | 5E | 14 | 16 | 139 | 58 | 2A |
| Octal | 310 | 15 | 240 | 0 | 136 | 24 | 26 | 471 | 130 | 52 |
| Binary | 11001000 | 1101 | 10100000 | 0 | 1011110 | 10100 | 10110 | 100111001 | 1011000 | 101010 |
Color Harmonies of #C80DA0
Complementary color
Monochromatic Colors of #C80DA0
Black with #C80DA0
Text Example
Text Example
White with #C80DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DA0; }
p { color: rgb(200,13,160); }
H1.HeaderClassName
{
color: #C80DA0;
}
.AnyTagClassName
{
color: #C80DA0;
}
</style>
background-color css
<style>
a { background-color: #C80DA0; }
a { background-color: rgb(200,13,160); }
div.DivClassName
{
background-color: #C80DA0;
}
.BgClassName
{
background-color: #C80DA0;
}
</style>
border-color css
<style>
span { border-color: #C80DA0; }
span { border-color: rgb(200,13,160); }
td.TdClassName
{
border-color: #C80DA0;
}
.TagClassName
{
border-color: #C80DA0;
}
</style>