Shades of Deep Magenta #C90EDB
Tints of Deep Magenta #C90EDB
RGB
CMYK
RGB Variations
Color information
#C90EDB (or 0xC90EDB) is known color: Deep Magenta. HEX triplet: C9, 0E and DB. RGB value is (201,14,219). Sum of RGB (Red+Green+Blue) = 201+14+219=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C90EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90EDB is #36F124. Grayscale: #5C5C5C. Windows color (decimal): -3600677 or 14356169. OLE color: 14356169.
HSL color Cylindrical-coordinate representation of color #C90EDB: hue angle of 294.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EDB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 14 | 219 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.14 |
| HSL | 294.73º | 0.88% | 0.46% | - |
| HSV(B) | 294.73º | 0.94% | 0.86% | - |
| XYZ | 37.03 | 17.85 | 68.51 | - |
| YUV | 93.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 219 | 0.08 | 0.94 | 0 | 0.14 | 294.73 | 0.88 | 0.46 |
| Hex | C9 | E | DB | 8 | 5E | 0 | E | 127 | 58 | 2E |
| Octal | 311 | 16 | 333 | 10 | 136 | 0 | 16 | 447 | 130 | 56 |
| Binary | 11001001 | 1110 | 11011011 | 1000 | 1011110 | 0 | 1110 | 100100111 | 1011000 | 101110 |
Color Harmonies of #C90EDB
Complementary color
Monochromatic Colors of #C90EDB
Black with #C90EDB
Text Example
Text Example
White with #C90EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EDB; }
p { color: rgb(201,14,219); }
H1.HeaderClassName
{
color: #C90EDB;
}
.AnyTagClassName
{
color: #C90EDB;
}
</style>
background-color css
<style>
a { background-color: #C90EDB; }
a { background-color: rgb(201,14,219); }
div.DivClassName
{
background-color: #C90EDB;
}
.BgClassName
{
background-color: #C90EDB;
}
</style>
border-color css
<style>
span { border-color: #C90EDB; }
span { border-color: rgb(201,14,219); }
td.TdClassName
{
border-color: #C90EDB;
}
.TagClassName
{
border-color: #C90EDB;
}
</style>