Shades of Deep Magenta #C10ED7
Tints of Deep Magenta #C10ED7
RGB
CMYK
RGB Variations
Color information
#C10ED7 (or 0xC10ED7) is known color: Deep Magenta. HEX triplet: C1, 0E and D7. RGB value is (193,14,215). Sum of RGB (Red+Green+Blue) = 193+14+215=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #C10ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ED7 is #3EF128. Grayscale: #595959. Windows color (decimal): -4124969 or 14094017. OLE color: 14094017.
HSL color Cylindrical-coordinate representation of color #C10ED7: hue angle of 293.43º 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 #C10ED7 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 14 | 215 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.16 |
| HSL | 293.43º | 0.88% | 0.45% | - |
| HSV(B) | 293.43º | 0.93% | 0.84% | - |
| XYZ | 34.42 | 16.56 | 65.67 | - |
| YUV | 90.44 | 198.3 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 215 | 0.10 | 0.93 | 0 | 0.16 | 293.43 | 0.88 | 0.45 |
| Hex | C1 | E | D7 | A | 5D | 0 | 10 | 125 | 58 | 2D |
| Octal | 301 | 16 | 327 | 12 | 135 | 0 | 20 | 445 | 130 | 55 |
| Binary | 11000001 | 1110 | 11010111 | 1010 | 1011101 | 0 | 10000 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C10ED7
Complementary color
Monochromatic Colors of #C10ED7
Black with #C10ED7
Text Example
Text Example
White with #C10ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ED7; }
p { color: rgb(193,14,215); }
H1.HeaderClassName
{
color: #C10ED7;
}
.AnyTagClassName
{
color: #C10ED7;
}
</style>
background-color css
<style>
a { background-color: #C10ED7; }
a { background-color: rgb(193,14,215); }
div.DivClassName
{
background-color: #C10ED7;
}
.BgClassName
{
background-color: #C10ED7;
}
</style>
border-color css
<style>
span { border-color: #C10ED7; }
span { border-color: rgb(193,14,215); }
td.TdClassName
{
border-color: #C10ED7;
}
.TagClassName
{
border-color: #C10ED7;
}
</style>