Shades of Deep Magenta #C10ECD
Tints of Deep Magenta #C10ECD
RGB
CMYK
RGB Variations
Color information
#C10ECD (or 0xC10ECD) is known color: Deep Magenta. HEX triplet: C1, 0E and CD. RGB value is (193,14,205). Sum of RGB (Red+Green+Blue) = 193+14+205=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #C10ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ECD is #3EF132. Grayscale: #585858. Windows color (decimal): -4124979 or 13438657. OLE color: 13438657.
HSL color Cylindrical-coordinate representation of color #C10ECD: hue angle of 296.23º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10ECD is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 14 | 205 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.20 |
| HSL | 296.23º | 0.87% | 0.43% | - |
| HSV(B) | 296.23º | 0.93% | 0.8% | - |
| XYZ | 33.17 | 16.06 | 59.11 | - |
| YUV | 89.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 205 | 0.06 | 0.93 | 0 | 0.20 | 296.23 | 0.87 | 0.43 |
| Hex | C1 | E | CD | 6 | 5D | 0 | 14 | 128 | 57 | 2B |
| Octal | 301 | 16 | 315 | 6 | 135 | 0 | 24 | 450 | 127 | 53 |
| Binary | 11000001 | 1110 | 11001101 | 110 | 1011101 | 0 | 10100 | 100101000 | 1010111 | 101011 |
Color Harmonies of #C10ECD
Complementary color
Monochromatic Colors of #C10ECD
Black with #C10ECD
Text Example
Text Example
White with #C10ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ECD; }
p { color: rgb(193,14,205); }
H1.HeaderClassName
{
color: #C10ECD;
}
.AnyTagClassName
{
color: #C10ECD;
}
</style>
background-color css
<style>
a { background-color: #C10ECD; }
a { background-color: rgb(193,14,205); }
div.DivClassName
{
background-color: #C10ECD;
}
.BgClassName
{
background-color: #C10ECD;
}
</style>
border-color css
<style>
span { border-color: #C10ECD; }
span { border-color: rgb(193,14,205); }
td.TdClassName
{
border-color: #C10ECD;
}
.TagClassName
{
border-color: #C10ECD;
}
</style>