Shades of Deep Magenta #C10EC6
Tints of Deep Magenta #C10EC6
RGB
CMYK
RGB Variations
Color information
#C10EC6 (or 0xC10EC6) is known color: Deep Magenta. HEX triplet: C1, 0E and C6. RGB value is (193,14,198). Sum of RGB (Red+Green+Blue) = 193+14+198=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #C10EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EC6 is #3EF139. Grayscale: #575757. Windows color (decimal): -4124986 or 12979905. OLE color: 12979905.
HSL color Cylindrical-coordinate representation of color #C10EC6: hue angle of 298.37º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EC6 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 14 | 198 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.22 |
| HSL | 298.37º | 0.87% | 0.42% | - |
| HSV(B) | 298.37º | 0.93% | 0.78% | - |
| XYZ | 32.34 | 15.73 | 54.76 | - |
| YUV | 88.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 198 | 0.03 | 0.93 | 0 | 0.22 | 298.37 | 0.87 | 0.42 |
| Hex | C1 | E | C6 | 3 | 5D | 0 | 16 | 12A | 57 | 2A |
| Octal | 301 | 16 | 306 | 3 | 135 | 0 | 26 | 452 | 127 | 52 |
| Binary | 11000001 | 1110 | 11000110 | 11 | 1011101 | 0 | 10110 | 100101010 | 1010111 | 101010 |
Color Harmonies of #C10EC6
Complementary color
Monochromatic Colors of #C10EC6
Black with #C10EC6
Text Example
Text Example
White with #C10EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EC6; }
p { color: rgb(193,14,198); }
H1.HeaderClassName
{
color: #C10EC6;
}
.AnyTagClassName
{
color: #C10EC6;
}
</style>
background-color css
<style>
a { background-color: #C10EC6; }
a { background-color: rgb(193,14,198); }
div.DivClassName
{
background-color: #C10EC6;
}
.BgClassName
{
background-color: #C10EC6;
}
</style>
border-color css
<style>
span { border-color: #C10EC6; }
span { border-color: rgb(193,14,198); }
td.TdClassName
{
border-color: #C10EC6;
}
.TagClassName
{
border-color: #C10EC6;
}
</style>