Shades of Deep Magenta #C10EC4
Tints of Deep Magenta #C10EC4
RGB
CMYK
RGB Variations
Color information
#C10EC4 (or 0xC10EC4) is known color: Deep Magenta. HEX triplet: C1, 0E and C4. RGB value is (193,14,196). Sum of RGB (Red+Green+Blue) = 193+14+196=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #C10EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EC4 is #3EF13B. Grayscale: #575757. Windows color (decimal): -4124988 or 12848833. OLE color: 12848833.
HSL color Cylindrical-coordinate representation of color #C10EC4: hue angle of 299.01º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EC4 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 14 | 196 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.23 |
| HSL | 299.01º | 0.87% | 0.41% | - |
| HSV(B) | 299.01º | 0.93% | 0.77% | - |
| XYZ | 32.11 | 15.64 | 53.55 | - |
| YUV | 88.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 196 | 0.02 | 0.93 | 0 | 0.23 | 299.01 | 0.87 | 0.41 |
| Hex | C1 | E | C4 | 2 | 5D | 0 | 17 | 12B | 57 | 29 |
| Octal | 301 | 16 | 304 | 2 | 135 | 0 | 27 | 453 | 127 | 51 |
| Binary | 11000001 | 1110 | 11000100 | 10 | 1011101 | 0 | 10111 | 100101011 | 1010111 | 101001 |
Color Harmonies of #C10EC4
Complementary color
Monochromatic Colors of #C10EC4
Black with #C10EC4
Text Example
Text Example
White with #C10EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EC4; }
p { color: rgb(193,14,196); }
H1.HeaderClassName
{
color: #C10EC4;
}
.AnyTagClassName
{
color: #C10EC4;
}
</style>
background-color css
<style>
a { background-color: #C10EC4; }
a { background-color: rgb(193,14,196); }
div.DivClassName
{
background-color: #C10EC4;
}
.BgClassName
{
background-color: #C10EC4;
}
</style>
border-color css
<style>
span { border-color: #C10EC4; }
span { border-color: rgb(193,14,196); }
td.TdClassName
{
border-color: #C10EC4;
}
.TagClassName
{
border-color: #C10EC4;
}
</style>