Shades of Deep Magenta #C80EDA
Tints of Deep Magenta #C80EDA
RGB
CMYK
RGB Variations
Color information
#C80EDA (or 0xC80EDA) is known color: Deep Magenta. HEX triplet: C8, 0E and DA. RGB value is (200,14,218). Sum of RGB (Red+Green+Blue) = 200+14+218=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #C80EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EDA is #37F125. Grayscale: #5C5C5C. Windows color (decimal): -3666214 or 14290632. OLE color: 14290632.
HSL color Cylindrical-coordinate representation of color #C80EDA: hue angle of 294.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EDA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 14 | 218 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.15 |
| HSL | 294.71º | 0.88% | 0.45% | - |
| HSV(B) | 294.71º | 0.94% | 0.85% | - |
| XYZ | 36.63 | 17.66 | 67.81 | - |
| YUV | 92.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 218 | 0.08 | 0.94 | 0 | 0.15 | 294.71 | 0.88 | 0.45 |
| Hex | C8 | E | DA | 8 | 5E | 0 | F | 127 | 58 | 2D |
| Octal | 310 | 16 | 332 | 10 | 136 | 0 | 17 | 447 | 130 | 55 |
| Binary | 11001000 | 1110 | 11011010 | 1000 | 1011110 | 0 | 1111 | 100100111 | 1011000 | 101101 |
Color Harmonies of #C80EDA
Complementary color
Monochromatic Colors of #C80EDA
Black with #C80EDA
Text Example
Text Example
White with #C80EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EDA; }
p { color: rgb(200,14,218); }
H1.HeaderClassName
{
color: #C80EDA;
}
.AnyTagClassName
{
color: #C80EDA;
}
</style>
background-color css
<style>
a { background-color: #C80EDA; }
a { background-color: rgb(200,14,218); }
div.DivClassName
{
background-color: #C80EDA;
}
.BgClassName
{
background-color: #C80EDA;
}
</style>
border-color css
<style>
span { border-color: #C80EDA; }
span { border-color: rgb(200,14,218); }
td.TdClassName
{
border-color: #C80EDA;
}
.TagClassName
{
border-color: #C80EDA;
}
</style>