Shades of Deep Magenta #C80EC4
Tints of Deep Magenta #C80EC4
RGB
CMYK
RGB Variations
Color information
#C80EC4 (or 0xC80EC4) is known color: Deep Magenta. HEX triplet: C8, 0E and C4. RGB value is (200,14,196). Sum of RGB (Red+Green+Blue) = 200+14+196=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EC4 is #37F13B. Grayscale: #595959. Windows color (decimal): -3666236 or 12848840. OLE color: 12848840.
HSL color Cylindrical-coordinate representation of color #C80EC4: hue angle of 301.29º 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 #C80EC4 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 196 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.22 |
| HSL | 301.29º | 0.87% | 0.42% | - |
| HSV(B) | 301.29º | 0.93% | 0.78% | - |
| XYZ | 33.94 | 16.58 | 53.64 | - |
| YUV | 90.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 196 | 0 | 0.93 | 0.02 | 0.22 | 301.29 | 0.87 | 0.42 |
| Hex | C8 | E | C4 | 0 | 5D | 2 | 16 | 12D | 57 | 2A |
| Octal | 310 | 16 | 304 | 0 | 135 | 2 | 26 | 455 | 127 | 52 |
| Binary | 11001000 | 1110 | 11000100 | 0 | 1011101 | 10 | 10110 | 100101101 | 1010111 | 101010 |
Color Harmonies of #C80EC4
Complementary color
Monochromatic Colors of #C80EC4
Black with #C80EC4
Text Example
Text Example
White with #C80EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EC4; }
p { color: rgb(200,14,196); }
H1.HeaderClassName
{
color: #C80EC4;
}
.AnyTagClassName
{
color: #C80EC4;
}
</style>
background-color css
<style>
a { background-color: #C80EC4; }
a { background-color: rgb(200,14,196); }
div.DivClassName
{
background-color: #C80EC4;
}
.BgClassName
{
background-color: #C80EC4;
}
</style>
border-color css
<style>
span { border-color: #C80EC4; }
span { border-color: rgb(200,14,196); }
td.TdClassName
{
border-color: #C80EC4;
}
.TagClassName
{
border-color: #C80EC4;
}
</style>