Shades of Deep Magenta #C80EB4
Tints of Deep Magenta #C80EB4
RGB
CMYK
RGB Variations
Color information
#C80EB4 (or 0xC80EB4) is known color: Deep Magenta. HEX triplet: C8, 0E and B4. RGB value is (200,14,180). Sum of RGB (Red+Green+Blue) = 200+14+180=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EB4 is #37F14B. Grayscale: #585858. Windows color (decimal): -3666252 or 11800264. OLE color: 11800264.
HSL color Cylindrical-coordinate representation of color #C80EB4: hue angle of 306.45º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80EB4 is Cyan = 0, Magento = 0.93, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 180 | - |
| CMYK | 0 | 0.93 | 0.1 | 0.22 |
| HSL | 306.45º | 0.87% | 0.42% | - |
| HSV(B) | 306.45º | 0.93% | 0.78% | - |
| XYZ | 32.21 | 15.89 | 44.55 | - |
| YUV | 88.54 | 179.62 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 180 | 0 | 0.93 | 0.1 | 0.22 | 306.45 | 0.87 | 0.42 |
| Hex | C8 | E | B4 | 0 | 5D | A | 16 | 132 | 57 | 2A |
| Octal | 310 | 16 | 264 | 0 | 135 | 12 | 26 | 462 | 127 | 52 |
| Binary | 11001000 | 1110 | 10110100 | 0 | 1011101 | 1010 | 10110 | 100110010 | 1010111 | 101010 |
Color Harmonies of #C80EB4
Complementary color
Monochromatic Colors of #C80EB4
Black with #C80EB4
Text Example
Text Example
White with #C80EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EB4; }
p { color: rgb(200,14,180); }
H1.HeaderClassName
{
color: #C80EB4;
}
.AnyTagClassName
{
color: #C80EB4;
}
</style>
background-color css
<style>
a { background-color: #C80EB4; }
a { background-color: rgb(200,14,180); }
div.DivClassName
{
background-color: #C80EB4;
}
.BgClassName
{
background-color: #C80EB4;
}
</style>
border-color css
<style>
span { border-color: #C80EB4; }
span { border-color: rgb(200,14,180); }
td.TdClassName
{
border-color: #C80EB4;
}
.TagClassName
{
border-color: #C80EB4;
}
</style>