Shades of Deep Magenta #C90EBD
Tints of Deep Magenta #C90EBD
RGB
CMYK
RGB Variations
Color information
#C90EBD (or 0xC90EBD) is known color: Deep Magenta. HEX triplet: C9, 0E and BD. RGB value is (201,14,189). Sum of RGB (Red+Green+Blue) = 201+14+189=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90EBD is #36F142. Grayscale: #595959. Windows color (decimal): -3600707 or 12390089. OLE color: 12390089.
HSL color Cylindrical-coordinate representation of color #C90EBD: hue angle of 303.85º 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 #C90EBD is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 189 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.21 |
| HSL | 303.85º | 0.87% | 0.42% | - |
| HSV(B) | 303.85º | 0.93% | 0.79% | - |
| XYZ | 33.43 | 16.41 | 49.55 | - |
| YUV | 89.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 189 | 0 | 0.93 | 0.06 | 0.21 | 303.85 | 0.87 | 0.42 |
| Hex | C9 | E | BD | 0 | 5D | 6 | 15 | 130 | 57 | 2A |
| Octal | 311 | 16 | 275 | 0 | 135 | 6 | 25 | 460 | 127 | 52 |
| Binary | 11001001 | 1110 | 10111101 | 0 | 1011101 | 110 | 10101 | 100110000 | 1010111 | 101010 |
Color Harmonies of #C90EBD
Complementary color
Monochromatic Colors of #C90EBD
Black with #C90EBD
Text Example
Text Example
White with #C90EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EBD; }
p { color: rgb(201,14,189); }
H1.HeaderClassName
{
color: #C90EBD;
}
.AnyTagClassName
{
color: #C90EBD;
}
</style>
background-color css
<style>
a { background-color: #C90EBD; }
a { background-color: rgb(201,14,189); }
div.DivClassName
{
background-color: #C90EBD;
}
.BgClassName
{
background-color: #C90EBD;
}
</style>
border-color css
<style>
span { border-color: #C90EBD; }
span { border-color: rgb(201,14,189); }
td.TdClassName
{
border-color: #C90EBD;
}
.TagClassName
{
border-color: #C90EBD;
}
</style>