Shades of Medium Violet Red #C80DA8
Tints of Medium Violet Red #C80DA8
RGB
CMYK
RGB Variations
Color information
#C80DA8 (or 0xC80DA8) is known color: Medium Violet Red. HEX triplet: C8, 0D and A8. RGB value is (200,13,168). Sum of RGB (Red+Green+Blue) = 200+13+168=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA8 is #37F257. Grayscale: #565656. Windows color (decimal): -3666520 or 11013576. OLE color: 11013576.
HSL color Cylindrical-coordinate representation of color #C80DA8: hue angle of 310.27º 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 #C80DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 168 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.22 |
| HSL | 310.27º | 0.88% | 0.42% | - |
| HSV(B) | 310.27º | 0.94% | 0.78% | - |
| XYZ | 31.03 | 15.39 | 38.38 | - |
| YUV | 86.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 168 | 0 | 0.94 | 0.16 | 0.22 | 310.27 | 0.88 | 0.42 |
| Hex | C8 | D | A8 | 0 | 5E | 10 | 16 | 136 | 58 | 2A |
| Octal | 310 | 15 | 250 | 0 | 136 | 20 | 26 | 466 | 130 | 52 |
| Binary | 11001000 | 1101 | 10101000 | 0 | 1011110 | 10000 | 10110 | 100110110 | 1011000 | 101010 |
Color Harmonies of #C80DA8
Complementary color
Monochromatic Colors of #C80DA8
Black with #C80DA8
Text Example
Text Example
White with #C80DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DA8; }
p { color: rgb(200,13,168); }
H1.HeaderClassName
{
color: #C80DA8;
}
.AnyTagClassName
{
color: #C80DA8;
}
</style>
background-color css
<style>
a { background-color: #C80DA8; }
a { background-color: rgb(200,13,168); }
div.DivClassName
{
background-color: #C80DA8;
}
.BgClassName
{
background-color: #C80DA8;
}
</style>
border-color css
<style>
span { border-color: #C80DA8; }
span { border-color: rgb(200,13,168); }
td.TdClassName
{
border-color: #C80DA8;
}
.TagClassName
{
border-color: #C80DA8;
}
</style>