Shades of Deep Magenta #C80EDF
Tints of Deep Magenta #C80EDF
RGB
CMYK
RGB Variations
Color information
#C80EDF (or 0xC80EDF) is known color: Deep Magenta. HEX triplet: C8, 0E and DF. RGB value is (200,14,223). Sum of RGB (Red+Green+Blue) = 200+14+223=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C80EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EDF is #37F120. Grayscale: #5C5C5C. Windows color (decimal): -3666209 or 14618312. OLE color: 14618312.
HSL color Cylindrical-coordinate representation of color #C80EDF: hue angle of 293.4º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EDF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 14 | 223 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.4º | 0.88% | 0.46% | - |
| HSV(B) | 293.4º | 0.94% | 0.87% | - |
| XYZ | 37.3 | 17.92 | 71.31 | - |
| YUV | 93.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 223 | 0.10 | 0.94 | 0 | 0.13 | 293.4 | 0.88 | 0.46 |
| Hex | C8 | E | DF | A | 5E | 0 | D | 125 | 58 | 2E |
| Octal | 310 | 16 | 337 | 12 | 136 | 0 | 15 | 445 | 130 | 56 |
| Binary | 11001000 | 1110 | 11011111 | 1010 | 1011110 | 0 | 1101 | 100100101 | 1011000 | 101110 |
Color Harmonies of #C80EDF
Complementary color
Monochromatic Colors of #C80EDF
Black with #C80EDF
Text Example
Text Example
White with #C80EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EDF; }
p { color: rgb(200,14,223); }
H1.HeaderClassName
{
color: #C80EDF;
}
.AnyTagClassName
{
color: #C80EDF;
}
</style>
background-color css
<style>
a { background-color: #C80EDF; }
a { background-color: rgb(200,14,223); }
div.DivClassName
{
background-color: #C80EDF;
}
.BgClassName
{
background-color: #C80EDF;
}
</style>
border-color css
<style>
span { border-color: #C80EDF; }
span { border-color: rgb(200,14,223); }
td.TdClassName
{
border-color: #C80EDF;
}
.TagClassName
{
border-color: #C80EDF;
}
</style>