Shades of Deep Magenta #C00EC1
Tints of Deep Magenta #C00EC1
RGB
CMYK
RGB Variations
Color information
#C00EC1 (or 0xC00EC1) is known color: Deep Magenta. HEX triplet: C0, 0E and C1. RGB value is (192,14,193). Sum of RGB (Red+Green+Blue) = 192+14+193=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #C00EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EC1 is #3FF13E. Grayscale: #575757. Windows color (decimal): -4190527 or 12652224. OLE color: 12652224.
HSL color Cylindrical-coordinate representation of color #C00EC1: hue angle of 299.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00EC1 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 14 | 193 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.24 |
| HSL | 299.66º | 0.86% | 0.41% | - |
| HSV(B) | 299.66º | 0.93% | 0.76% | - |
| XYZ | 31.52 | 15.37 | 51.76 | - |
| YUV | 87.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 193 | 0.01 | 0.93 | 0 | 0.24 | 299.66 | 0.86 | 0.41 |
| Hex | C0 | E | C1 | 1 | 5D | 0 | 18 | 12C | 56 | 29 |
| Octal | 300 | 16 | 301 | 1 | 135 | 0 | 30 | 454 | 126 | 51 |
| Binary | 11000000 | 1110 | 11000001 | 1 | 1011101 | 0 | 11000 | 100101100 | 1010110 | 101001 |
Color Harmonies of #C00EC1
Complementary color
Monochromatic Colors of #C00EC1
Black with #C00EC1
Text Example
Text Example
White with #C00EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EC1; }
p { color: rgb(192,14,193); }
H1.HeaderClassName
{
color: #C00EC1;
}
.AnyTagClassName
{
color: #C00EC1;
}
</style>
background-color css
<style>
a { background-color: #C00EC1; }
a { background-color: rgb(192,14,193); }
div.DivClassName
{
background-color: #C00EC1;
}
.BgClassName
{
background-color: #C00EC1;
}
</style>
border-color css
<style>
span { border-color: #C00EC1; }
span { border-color: rgb(192,14,193); }
td.TdClassName
{
border-color: #C00EC1;
}
.TagClassName
{
border-color: #C00EC1;
}
</style>