Shades of Deep Magenta #C90DBC
Tints of Deep Magenta #C90DBC
RGB
CMYK
RGB Variations
Color information
#C90DBC (or 0xC90DBC) is known color: Deep Magenta. HEX triplet: C9, 0D and BC. RGB value is (201,13,188). Sum of RGB (Red+Green+Blue) = 201+13+188=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DBC is #36F243. Grayscale: #585858. Windows color (decimal): -3600964 or 12324297. OLE color: 12324297.
HSL color Cylindrical-coordinate representation of color #C90DBC: hue angle of 304.15º 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 #C90DBC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 188 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.21 |
| HSL | 304.15º | 0.88% | 0.42% | - |
| HSV(B) | 304.15º | 0.94% | 0.79% | - |
| XYZ | 33.31 | 16.34 | 48.97 | - |
| YUV | 89.16 | 183.78 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 188 | 0 | 0.94 | 0.06 | 0.21 | 304.15 | 0.88 | 0.42 |
| Hex | C9 | D | BC | 0 | 5E | 6 | 15 | 130 | 58 | 2A |
| Octal | 311 | 15 | 274 | 0 | 136 | 6 | 25 | 460 | 130 | 52 |
| Binary | 11001001 | 1101 | 10111100 | 0 | 1011110 | 110 | 10101 | 100110000 | 1011000 | 101010 |
Color Harmonies of #C90DBC
Complementary color
Monochromatic Colors of #C90DBC
Black with #C90DBC
Text Example
Text Example
White with #C90DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DBC; }
p { color: rgb(201,13,188); }
H1.HeaderClassName
{
color: #C90DBC;
}
.AnyTagClassName
{
color: #C90DBC;
}
</style>
background-color css
<style>
a { background-color: #C90DBC; }
a { background-color: rgb(201,13,188); }
div.DivClassName
{
background-color: #C90DBC;
}
.BgClassName
{
background-color: #C90DBC;
}
</style>
border-color css
<style>
span { border-color: #C90DBC; }
span { border-color: rgb(201,13,188); }
td.TdClassName
{
border-color: #C90DBC;
}
.TagClassName
{
border-color: #C90DBC;
}
</style>