Shades of Deep Magenta #C80EC6
Tints of Deep Magenta #C80EC6
RGB
CMYK
RGB Variations
Color information
#C80EC6 (or 0xC80EC6) is known color: Deep Magenta. HEX triplet: C8, 0E and C6. RGB value is (200,14,198). Sum of RGB (Red+Green+Blue) = 200+14+198=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EC6 is #37F139. Grayscale: #5A5A5A. Windows color (decimal): -3666234 or 12979912. OLE color: 12979912.
HSL color Cylindrical-coordinate representation of color #C80EC6: hue angle of 300.65º 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 #C80EC6 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 198 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.22 |
| HSL | 300.65º | 0.87% | 0.42% | - |
| HSV(B) | 300.65º | 0.93% | 0.78% | - |
| XYZ | 34.17 | 16.67 | 54.84 | - |
| YUV | 90.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 198 | 0 | 0.93 | 0.01 | 0.22 | 300.65 | 0.87 | 0.42 |
| Hex | C8 | E | C6 | 0 | 5D | 1 | 16 | 12D | 57 | 2A |
| Octal | 310 | 16 | 306 | 0 | 135 | 1 | 26 | 455 | 127 | 52 |
| Binary | 11001000 | 1110 | 11000110 | 0 | 1011101 | 1 | 10110 | 100101101 | 1010111 | 101010 |
Color Harmonies of #C80EC6
Complementary color
Monochromatic Colors of #C80EC6
Black with #C80EC6
Text Example
Text Example
White with #C80EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EC6; }
p { color: rgb(200,14,198); }
H1.HeaderClassName
{
color: #C80EC6;
}
.AnyTagClassName
{
color: #C80EC6;
}
</style>
background-color css
<style>
a { background-color: #C80EC6; }
a { background-color: rgb(200,14,198); }
div.DivClassName
{
background-color: #C80EC6;
}
.BgClassName
{
background-color: #C80EC6;
}
</style>
border-color css
<style>
span { border-color: #C80EC6; }
span { border-color: rgb(200,14,198); }
td.TdClassName
{
border-color: #C80EC6;
}
.TagClassName
{
border-color: #C80EC6;
}
</style>