Shades of Deep Magenta #C10EDD
Tints of Deep Magenta #C10EDD
RGB
CMYK
RGB Variations
Color information
#C10EDD (or 0xC10EDD) is known color: Deep Magenta. HEX triplet: C1, 0E and DD. RGB value is (193,14,221). Sum of RGB (Red+Green+Blue) = 193+14+221=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C10EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EDD is #3EF122. Grayscale: #5A5A5A. Windows color (decimal): -4124963 or 14487233. OLE color: 14487233.
HSL color Cylindrical-coordinate representation of color #C10EDD: hue angle of 291.88º 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 #C10EDD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 14 | 221 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.13 |
| HSL | 291.88º | 0.88% | 0.46% | - |
| HSV(B) | 291.88º | 0.94% | 0.87% | - |
| XYZ | 35.2 | 16.87 | 69.81 | - |
| YUV | 91.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 221 | 0.13 | 0.94 | 0 | 0.13 | 291.88 | 0.88 | 0.46 |
| Hex | C1 | E | DD | D | 5E | 0 | D | 124 | 58 | 2E |
| Octal | 301 | 16 | 335 | 15 | 136 | 0 | 15 | 444 | 130 | 56 |
| Binary | 11000001 | 1110 | 11011101 | 1101 | 1011110 | 0 | 1101 | 100100100 | 1011000 | 101110 |
Color Harmonies of #C10EDD
Complementary color
Monochromatic Colors of #C10EDD
Black with #C10EDD
Text Example
Text Example
White with #C10EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EDD; }
p { color: rgb(193,14,221); }
H1.HeaderClassName
{
color: #C10EDD;
}
.AnyTagClassName
{
color: #C10EDD;
}
</style>
background-color css
<style>
a { background-color: #C10EDD; }
a { background-color: rgb(193,14,221); }
div.DivClassName
{
background-color: #C10EDD;
}
.BgClassName
{
background-color: #C10EDD;
}
</style>
border-color css
<style>
span { border-color: #C10EDD; }
span { border-color: rgb(193,14,221); }
td.TdClassName
{
border-color: #C10EDD;
}
.TagClassName
{
border-color: #C10EDD;
}
</style>