Shades of Deep Magenta #C90ECE
Tints of Deep Magenta #C90ECE
RGB
CMYK
RGB Variations
Color information
#C90ECE (or 0xC90ECE) is known color: Deep Magenta. HEX triplet: C9, 0E and CE. RGB value is (201,14,206). Sum of RGB (Red+Green+Blue) = 201+14+206=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #C90ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ECE is #36F131. Grayscale: #5B5B5B. Windows color (decimal): -3600690 or 13504201. OLE color: 13504201.
HSL color Cylindrical-coordinate representation of color #C90ECE: hue angle of 298.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90ECE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 14 | 206 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.19 |
| HSL | 298.44º | 0.87% | 0.43% | - |
| HSV(B) | 298.44º | 0.93% | 0.81% | - |
| XYZ | 35.39 | 17.19 | 59.85 | - |
| YUV | 91.8 | 192.45 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 206 | 0.02 | 0.93 | 0 | 0.19 | 298.44 | 0.87 | 0.43 |
| Hex | C9 | E | CE | 2 | 5D | 0 | 13 | 12A | 57 | 2B |
| Octal | 311 | 16 | 316 | 2 | 135 | 0 | 23 | 452 | 127 | 53 |
| Binary | 11001001 | 1110 | 11001110 | 10 | 1011101 | 0 | 10011 | 100101010 | 1010111 | 101011 |
Color Harmonies of #C90ECE
Complementary color
Monochromatic Colors of #C90ECE
Black with #C90ECE
Text Example
Text Example
White with #C90ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ECE; }
p { color: rgb(201,14,206); }
H1.HeaderClassName
{
color: #C90ECE;
}
.AnyTagClassName
{
color: #C90ECE;
}
</style>
background-color css
<style>
a { background-color: #C90ECE; }
a { background-color: rgb(201,14,206); }
div.DivClassName
{
background-color: #C90ECE;
}
.BgClassName
{
background-color: #C90ECE;
}
</style>
border-color css
<style>
span { border-color: #C90ECE; }
span { border-color: rgb(201,14,206); }
td.TdClassName
{
border-color: #C90ECE;
}
.TagClassName
{
border-color: #C90ECE;
}
</style>