Shades of Deep Magenta #C90EAF
Tints of Deep Magenta #C90EAF
RGB
CMYK
RGB Variations
Color information
#C90EAF (or 0xC90EAF) is known color: Deep Magenta. HEX triplet: C9, 0E and AF. RGB value is (201,14,175). Sum of RGB (Red+Green+Blue) = 201+14+175=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90EAF is #36F150. Grayscale: #575757. Windows color (decimal): -3600721 or 11472585. OLE color: 11472585.
HSL color Cylindrical-coordinate representation of color #C90EAF: hue angle of 308.34º 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 #C90EAF is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.21 |
| HSL | 308.34º | 0.87% | 0.42% | - |
| HSV(B) | 308.34º | 0.93% | 0.79% | - |
| XYZ | 31.98 | 15.83 | 41.93 | - |
| YUV | 88.27 | 176.95 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 175 | 0 | 0.93 | 0.13 | 0.21 | 308.34 | 0.87 | 0.42 |
| Hex | C9 | E | AF | 0 | 5D | D | 15 | 134 | 57 | 2A |
| Octal | 311 | 16 | 257 | 0 | 135 | 15 | 25 | 464 | 127 | 52 |
| Binary | 11001001 | 1110 | 10101111 | 0 | 1011101 | 1101 | 10101 | 100110100 | 1010111 | 101010 |
Color Harmonies of #C90EAF
Complementary color
Monochromatic Colors of #C90EAF
Black with #C90EAF
Text Example
Text Example
White with #C90EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EAF; }
p { color: rgb(201,14,175); }
H1.HeaderClassName
{
color: #C90EAF;
}
.AnyTagClassName
{
color: #C90EAF;
}
</style>
background-color css
<style>
a { background-color: #C90EAF; }
a { background-color: rgb(201,14,175); }
div.DivClassName
{
background-color: #C90EAF;
}
.BgClassName
{
background-color: #C90EAF;
}
</style>
border-color css
<style>
span { border-color: #C90EAF; }
span { border-color: rgb(201,14,175); }
td.TdClassName
{
border-color: #C90EAF;
}
.TagClassName
{
border-color: #C90EAF;
}
</style>