Shades of Deep Magenta #C80EC1
Tints of Deep Magenta #C80EC1
RGB
CMYK
RGB Variations
Color information
#C80EC1 (or 0xC80EC1) is known color: Deep Magenta. HEX triplet: C8, 0E and C1. RGB value is (200,14,193). Sum of RGB (Red+Green+Blue) = 200+14+193=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EC1 is #37F13E. Grayscale: #595959. Windows color (decimal): -3666239 or 12652232. OLE color: 12652232.
HSL color Cylindrical-coordinate representation of color #C80EC1: hue angle of 302.26º 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 #C80EC1 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 193 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.22 |
| HSL | 302.26º | 0.87% | 0.42% | - |
| HSV(B) | 302.26º | 0.93% | 0.78% | - |
| XYZ | 33.6 | 16.44 | 51.86 | - |
| YUV | 90.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 193 | 0 | 0.93 | 0.04 | 0.22 | 302.26 | 0.87 | 0.42 |
| Hex | C8 | E | C1 | 0 | 5D | 4 | 16 | 12E | 57 | 2A |
| Octal | 310 | 16 | 301 | 0 | 135 | 4 | 26 | 456 | 127 | 52 |
| Binary | 11001000 | 1110 | 11000001 | 0 | 1011101 | 100 | 10110 | 100101110 | 1010111 | 101010 |
Color Harmonies of #C80EC1
Complementary color
Monochromatic Colors of #C80EC1
Black with #C80EC1
Text Example
Text Example
White with #C80EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EC1; }
p { color: rgb(200,14,193); }
H1.HeaderClassName
{
color: #C80EC1;
}
.AnyTagClassName
{
color: #C80EC1;
}
</style>
background-color css
<style>
a { background-color: #C80EC1; }
a { background-color: rgb(200,14,193); }
div.DivClassName
{
background-color: #C80EC1;
}
.BgClassName
{
background-color: #C80EC1;
}
</style>
border-color css
<style>
span { border-color: #C80EC1; }
span { border-color: rgb(200,14,193); }
td.TdClassName
{
border-color: #C80EC1;
}
.TagClassName
{
border-color: #C80EC1;
}
</style>