Shades of Deep Magenta #C90DB9
Tints of Deep Magenta #C90DB9
RGB
CMYK
RGB Variations
Color information
#C90DB9 (or 0xC90DB9) is known color: Deep Magenta. HEX triplet: C9, 0D and B9. RGB value is (201,13,185). Sum of RGB (Red+Green+Blue) = 201+13+185=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DB9 is #36F246. Grayscale: #585858. Windows color (decimal): -3600967 or 12127689. OLE color: 12127689.
HSL color Cylindrical-coordinate representation of color #C90DB9: hue angle of 305.11º 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 #C90DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 185 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.21 |
| HSL | 305.11º | 0.88% | 0.42% | - |
| HSV(B) | 305.11º | 0.94% | 0.79% | - |
| XYZ | 32.99 | 16.21 | 47.29 | - |
| YUV | 88.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 185 | 0 | 0.94 | 0.08 | 0.21 | 305.11 | 0.88 | 0.42 |
| Hex | C9 | D | B9 | 0 | 5E | 8 | 15 | 131 | 58 | 2A |
| Octal | 311 | 15 | 271 | 0 | 136 | 10 | 25 | 461 | 130 | 52 |
| Binary | 11001001 | 1101 | 10111001 | 0 | 1011110 | 1000 | 10101 | 100110001 | 1011000 | 101010 |
Color Harmonies of #C90DB9
Complementary color
Monochromatic Colors of #C90DB9
Black with #C90DB9
Text Example
Text Example
White with #C90DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DB9; }
p { color: rgb(201,13,185); }
H1.HeaderClassName
{
color: #C90DB9;
}
.AnyTagClassName
{
color: #C90DB9;
}
</style>
background-color css
<style>
a { background-color: #C90DB9; }
a { background-color: rgb(201,13,185); }
div.DivClassName
{
background-color: #C90DB9;
}
.BgClassName
{
background-color: #C90DB9;
}
</style>
border-color css
<style>
span { border-color: #C90DB9; }
span { border-color: rgb(201,13,185); }
td.TdClassName
{
border-color: #C90DB9;
}
.TagClassName
{
border-color: #C90DB9;
}
</style>