Shades of Deep Magenta #C10ED8
Tints of Deep Magenta #C10ED8
RGB
CMYK
RGB Variations
Color information
#C10ED8 (or 0xC10ED8) is known color: Deep Magenta. HEX triplet: C1, 0E and D8. RGB value is (193,14,216). Sum of RGB (Red+Green+Blue) = 193+14+216=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #C10ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ED8 is #3EF127. Grayscale: #595959. Windows color (decimal): -4124968 or 14159553. OLE color: 14159553.
HSL color Cylindrical-coordinate representation of color #C10ED8: hue angle of 293.17º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10ED8 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 14 | 216 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 293.17º | 0.88% | 0.45% | - |
| HSV(B) | 293.17º | 0.94% | 0.85% | - |
| XYZ | 34.54 | 16.61 | 66.35 | - |
| YUV | 90.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 216 | 0.11 | 0.94 | 0 | 0.15 | 293.17 | 0.88 | 0.45 |
| Hex | C1 | E | D8 | B | 5E | 0 | F | 125 | 58 | 2D |
| Octal | 301 | 16 | 330 | 13 | 136 | 0 | 17 | 445 | 130 | 55 |
| Binary | 11000001 | 1110 | 11011000 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C10ED8
Complementary color
Monochromatic Colors of #C10ED8
Black with #C10ED8
Text Example
Text Example
White with #C10ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ED8; }
p { color: rgb(193,14,216); }
H1.HeaderClassName
{
color: #C10ED8;
}
.AnyTagClassName
{
color: #C10ED8;
}
</style>
background-color css
<style>
a { background-color: #C10ED8; }
a { background-color: rgb(193,14,216); }
div.DivClassName
{
background-color: #C10ED8;
}
.BgClassName
{
background-color: #C10ED8;
}
</style>
border-color css
<style>
span { border-color: #C10ED8; }
span { border-color: rgb(193,14,216); }
td.TdClassName
{
border-color: #C10ED8;
}
.TagClassName
{
border-color: #C10ED8;
}
</style>