Shades of Deep Magenta #C90EBC
Tints of Deep Magenta #C90EBC
RGB
CMYK
RGB Variations
Color information
#C90EBC (or 0xC90EBC) is known color: Deep Magenta. HEX triplet: C9, 0E and BC. RGB value is (201,14,188). Sum of RGB (Red+Green+Blue) = 201+14+188=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90EBC is #36F143. Grayscale: #595959. Windows color (decimal): -3600708 or 12324553. OLE color: 12324553.
HSL color Cylindrical-coordinate representation of color #C90EBC: hue angle of 304.17º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90EBC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.21 |
| HSL | 304.17º | 0.87% | 0.42% | - |
| HSV(B) | 304.17º | 0.93% | 0.79% | - |
| XYZ | 33.32 | 16.36 | 48.98 | - |
| YUV | 89.75 | 183.45 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 188 | 0 | 0.93 | 0.06 | 0.21 | 304.17 | 0.87 | 0.42 |
| Hex | C9 | E | BC | 0 | 5D | 6 | 15 | 130 | 57 | 2A |
| Octal | 311 | 16 | 274 | 0 | 135 | 6 | 25 | 460 | 127 | 52 |
| Binary | 11001001 | 1110 | 10111100 | 0 | 1011101 | 110 | 10101 | 100110000 | 1010111 | 101010 |
Color Harmonies of #C90EBC
Complementary color
Monochromatic Colors of #C90EBC
Black with #C90EBC
Text Example
Text Example
White with #C90EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EBC; }
p { color: rgb(201,14,188); }
H1.HeaderClassName
{
color: #C90EBC;
}
.AnyTagClassName
{
color: #C90EBC;
}
</style>
background-color css
<style>
a { background-color: #C90EBC; }
a { background-color: rgb(201,14,188); }
div.DivClassName
{
background-color: #C90EBC;
}
.BgClassName
{
background-color: #C90EBC;
}
</style>
border-color css
<style>
span { border-color: #C90EBC; }
span { border-color: rgb(201,14,188); }
td.TdClassName
{
border-color: #C90EBC;
}
.TagClassName
{
border-color: #C90EBC;
}
</style>