Shades of Deep Magenta #C10ED6
Tints of Deep Magenta #C10ED6
RGB
CMYK
RGB Variations
Color information
#C10ED6 (or 0xC10ED6) is known color: Deep Magenta. HEX triplet: C1, 0E and D6. RGB value is (193,14,214). Sum of RGB (Red+Green+Blue) = 193+14+214=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #C10ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ED6 is #3EF129. Grayscale: #595959. Windows color (decimal): -4124970 or 14028481. OLE color: 14028481.
HSL color Cylindrical-coordinate representation of color #C10ED6: hue angle of 293.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10ED6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 14 | 214 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.16 |
| HSL | 293.7º | 0.88% | 0.45% | - |
| HSV(B) | 293.7º | 0.93% | 0.84% | - |
| XYZ | 34.29 | 16.51 | 65 | - |
| YUV | 90.32 | 197.8 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 214 | 0.10 | 0.93 | 0 | 0.16 | 293.7 | 0.88 | 0.45 |
| Hex | C1 | E | D6 | A | 5D | 0 | 10 | 126 | 58 | 2D |
| Octal | 301 | 16 | 326 | 12 | 135 | 0 | 20 | 446 | 130 | 55 |
| Binary | 11000001 | 1110 | 11010110 | 1010 | 1011101 | 0 | 10000 | 100100110 | 1011000 | 101101 |
Color Harmonies of #C10ED6
Complementary color
Monochromatic Colors of #C10ED6
Black with #C10ED6
Text Example
Text Example
White with #C10ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ED6; }
p { color: rgb(193,14,214); }
H1.HeaderClassName
{
color: #C10ED6;
}
.AnyTagClassName
{
color: #C10ED6;
}
</style>
background-color css
<style>
a { background-color: #C10ED6; }
a { background-color: rgb(193,14,214); }
div.DivClassName
{
background-color: #C10ED6;
}
.BgClassName
{
background-color: #C10ED6;
}
</style>
border-color css
<style>
span { border-color: #C10ED6; }
span { border-color: rgb(193,14,214); }
td.TdClassName
{
border-color: #C10ED6;
}
.TagClassName
{
border-color: #C10ED6;
}
</style>