Shades of Deep Magenta #C90CAE
Tints of Deep Magenta #C90CAE
RGB
CMYK
RGB Variations
Color information
#C90CAE (or 0xC90CAE) is known color: Deep Magenta. HEX triplet: C9, 0C and AE. RGB value is (201,12,174). Sum of RGB (Red+Green+Blue) = 201+12+174=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CAE is #36F351. Grayscale: #565656. Windows color (decimal): -3601234 or 11406537. OLE color: 11406537.
HSL color Cylindrical-coordinate representation of color #C90CAE: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CAE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 174 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.21 |
| HSL | 308.57º | 0.89% | 0.42% | - |
| HSV(B) | 308.57º | 0.94% | 0.79% | - |
| XYZ | 31.86 | 15.74 | 41.4 | - |
| YUV | 86.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 174 | 0 | 0.94 | 0.13 | 0.21 | 308.57 | 0.89 | 0.42 |
| Hex | C9 | C | AE | 0 | 5E | D | 15 | 135 | 59 | 2A |
| Octal | 311 | 14 | 256 | 0 | 136 | 15 | 25 | 465 | 131 | 52 |
| Binary | 11001001 | 1100 | 10101110 | 0 | 1011110 | 1101 | 10101 | 100110101 | 1011001 | 101010 |
Color Harmonies of #C90CAE
Complementary color
Monochromatic Colors of #C90CAE
Black with #C90CAE
Text Example
Text Example
White with #C90CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CAE; }
p { color: rgb(201,12,174); }
H1.HeaderClassName
{
color: #C90CAE;
}
.AnyTagClassName
{
color: #C90CAE;
}
</style>
background-color css
<style>
a { background-color: #C90CAE; }
a { background-color: rgb(201,12,174); }
div.DivClassName
{
background-color: #C90CAE;
}
.BgClassName
{
background-color: #C90CAE;
}
</style>
border-color css
<style>
span { border-color: #C90CAE; }
span { border-color: rgb(201,12,174); }
td.TdClassName
{
border-color: #C90CAE;
}
.TagClassName
{
border-color: #C90CAE;
}
</style>