Shades of Medium Violet Red #C80DA4
Tints of Medium Violet Red #C80DA4
RGB
CMYK
RGB Variations
Color information
#C80DA4 (or 0xC80DA4) is known color: Medium Violet Red. HEX triplet: C8, 0D and A4. RGB value is (200,13,164). Sum of RGB (Red+Green+Blue) = 200+13+164=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA4 is #37F25B. Grayscale: #555555. Windows color (decimal): -3666524 or 10751432. OLE color: 10751432.
HSL color Cylindrical-coordinate representation of color #C80DA4: hue angle of 311.55º 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 #C80DA4 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 164 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.22 |
| HSL | 311.55º | 0.88% | 0.42% | - |
| HSV(B) | 311.55º | 0.94% | 0.78% | - |
| XYZ | 30.66 | 15.25 | 36.45 | - |
| YUV | 86.13 | 171.95 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 164 | 0 | 0.94 | 0.18 | 0.22 | 311.55 | 0.88 | 0.42 |
| Hex | C8 | D | A4 | 0 | 5E | 12 | 16 | 138 | 58 | 2A |
| Octal | 310 | 15 | 244 | 0 | 136 | 22 | 26 | 470 | 130 | 52 |
| Binary | 11001000 | 1101 | 10100100 | 0 | 1011110 | 10010 | 10110 | 100111000 | 1011000 | 101010 |
Color Harmonies of #C80DA4
Complementary color
Monochromatic Colors of #C80DA4
Black with #C80DA4
Text Example
Text Example
White with #C80DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DA4; }
p { color: rgb(200,13,164); }
H1.HeaderClassName
{
color: #C80DA4;
}
.AnyTagClassName
{
color: #C80DA4;
}
</style>
background-color css
<style>
a { background-color: #C80DA4; }
a { background-color: rgb(200,13,164); }
div.DivClassName
{
background-color: #C80DA4;
}
.BgClassName
{
background-color: #C80DA4;
}
</style>
border-color css
<style>
span { border-color: #C80DA4; }
span { border-color: rgb(200,13,164); }
td.TdClassName
{
border-color: #C80DA4;
}
.TagClassName
{
border-color: #C80DA4;
}
</style>