Shades of Deep Magenta #C80EDC
Tints of Deep Magenta #C80EDC
RGB
CMYK
RGB Variations
Color information
#C80EDC (or 0xC80EDC) is known color: Deep Magenta. HEX triplet: C8, 0E and DC. RGB value is (200,14,220). Sum of RGB (Red+Green+Blue) = 200+14+220=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #C80EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EDC is #37F123. Grayscale: #5C5C5C. Windows color (decimal): -3666212 or 14421704. OLE color: 14421704.
HSL color Cylindrical-coordinate representation of color #C80EDC: hue angle of 294.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EDC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 14 | 220 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.14 |
| HSL | 294.17º | 0.88% | 0.46% | - |
| HSV(B) | 294.17º | 0.94% | 0.86% | - |
| XYZ | 36.89 | 17.76 | 69.19 | - |
| YUV | 93.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 220 | 0.09 | 0.94 | 0 | 0.14 | 294.17 | 0.88 | 0.46 |
| Hex | C8 | E | DC | 9 | 5E | 0 | E | 126 | 58 | 2E |
| Octal | 310 | 16 | 334 | 11 | 136 | 0 | 16 | 446 | 130 | 56 |
| Binary | 11001000 | 1110 | 11011100 | 1001 | 1011110 | 0 | 1110 | 100100110 | 1011000 | 101110 |
Color Harmonies of #C80EDC
Complementary color
Monochromatic Colors of #C80EDC
Black with #C80EDC
Text Example
Text Example
White with #C80EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EDC; }
p { color: rgb(200,14,220); }
H1.HeaderClassName
{
color: #C80EDC;
}
.AnyTagClassName
{
color: #C80EDC;
}
</style>
background-color css
<style>
a { background-color: #C80EDC; }
a { background-color: rgb(200,14,220); }
div.DivClassName
{
background-color: #C80EDC;
}
.BgClassName
{
background-color: #C80EDC;
}
</style>
border-color css
<style>
span { border-color: #C80EDC; }
span { border-color: rgb(200,14,220); }
td.TdClassName
{
border-color: #C80EDC;
}
.TagClassName
{
border-color: #C80EDC;
}
</style>