Shades of Deep Magenta #C90DA9
Tints of Deep Magenta #C90DA9
RGB
CMYK
RGB Variations
Color information
#C90DA9 (or 0xC90DA9) is known color: Deep Magenta. HEX triplet: C9, 0D and A9. RGB value is (201,13,169). Sum of RGB (Red+Green+Blue) = 201+13+169=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90DA9 is #36F256. Grayscale: #565656. Windows color (decimal): -3600983 or 11079113. OLE color: 11079113.
HSL color Cylindrical-coordinate representation of color #C90DA9: hue angle of 310.21º degrees, saturation: 0.88, 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 #C90DA9 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 169 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.21 |
| HSL | 310.21º | 0.88% | 0.42% | - |
| HSV(B) | 310.21º | 0.94% | 0.79% | - |
| XYZ | 31.39 | 15.57 | 38.89 | - |
| YUV | 87 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 169 | 0 | 0.94 | 0.16 | 0.21 | 310.21 | 0.88 | 0.42 |
| Hex | C9 | D | A9 | 0 | 5E | 10 | 15 | 136 | 58 | 2A |
| Octal | 311 | 15 | 251 | 0 | 136 | 20 | 25 | 466 | 130 | 52 |
| Binary | 11001001 | 1101 | 10101001 | 0 | 1011110 | 10000 | 10101 | 100110110 | 1011000 | 101010 |
Color Harmonies of #C90DA9
Complementary color
Monochromatic Colors of #C90DA9
Black with #C90DA9
Text Example
Text Example
White with #C90DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DA9; }
p { color: rgb(201,13,169); }
H1.HeaderClassName
{
color: #C90DA9;
}
.AnyTagClassName
{
color: #C90DA9;
}
</style>
background-color css
<style>
a { background-color: #C90DA9; }
a { background-color: rgb(201,13,169); }
div.DivClassName
{
background-color: #C90DA9;
}
.BgClassName
{
background-color: #C90DA9;
}
</style>
border-color css
<style>
span { border-color: #C90DA9; }
span { border-color: rgb(201,13,169); }
td.TdClassName
{
border-color: #C90DA9;
}
.TagClassName
{
border-color: #C90DA9;
}
</style>