Shades of Deep Magenta #C10EDE
Tints of Deep Magenta #C10EDE
RGB
CMYK
RGB Variations
Color information
#C10EDE (or 0xC10EDE) is known color: Deep Magenta. HEX triplet: C1, 0E and DE. RGB value is (193,14,222). Sum of RGB (Red+Green+Blue) = 193+14+222=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #C10EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EDE is #3EF121. Grayscale: #5A5A5A. Windows color (decimal): -4124962 or 14552769. OLE color: 14552769.
HSL color Cylindrical-coordinate representation of color #C10EDE: hue angle of 291.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EDE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 14 | 222 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.13 |
| HSL | 291.63º | 0.88% | 0.46% | - |
| HSV(B) | 291.63º | 0.94% | 0.87% | - |
| XYZ | 35.33 | 16.93 | 70.51 | - |
| YUV | 91.23 | 201.8 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 222 | 0.13 | 0.94 | 0 | 0.13 | 291.63 | 0.88 | 0.46 |
| Hex | C1 | E | DE | D | 5E | 0 | D | 124 | 58 | 2E |
| Octal | 301 | 16 | 336 | 15 | 136 | 0 | 15 | 444 | 130 | 56 |
| Binary | 11000001 | 1110 | 11011110 | 1101 | 1011110 | 0 | 1101 | 100100100 | 1011000 | 101110 |
Color Harmonies of #C10EDE
Complementary color
Monochromatic Colors of #C10EDE
Black with #C10EDE
Text Example
Text Example
White with #C10EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EDE; }
p { color: rgb(193,14,222); }
H1.HeaderClassName
{
color: #C10EDE;
}
.AnyTagClassName
{
color: #C10EDE;
}
</style>
background-color css
<style>
a { background-color: #C10EDE; }
a { background-color: rgb(193,14,222); }
div.DivClassName
{
background-color: #C10EDE;
}
.BgClassName
{
background-color: #C10EDE;
}
</style>
border-color css
<style>
span { border-color: #C10EDE; }
span { border-color: rgb(193,14,222); }
td.TdClassName
{
border-color: #C10EDE;
}
.TagClassName
{
border-color: #C10EDE;
}
</style>