Shades of Deep Magenta #C90DDB
Tints of Deep Magenta #C90DDB
RGB
CMYK
RGB Variations
Color information
#C90DDB (or 0xC90DDB) is known color: Deep Magenta. HEX triplet: C9, 0D and DB. RGB value is (201,13,219). Sum of RGB (Red+Green+Blue) = 201+13+219=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C90DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DDB is #36F224. Grayscale: #5C5C5C. Windows color (decimal): -3600933 or 14355913. OLE color: 14355913.
HSL color Cylindrical-coordinate representation of color #C90DDB: hue angle of 294.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DDB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 13 | 219 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.14 |
| HSL | 294.76º | 0.89% | 0.45% | - |
| HSV(B) | 294.76º | 0.94% | 0.86% | - |
| XYZ | 37.02 | 17.82 | 68.51 | - |
| YUV | 92.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 219 | 0.08 | 0.94 | 0 | 0.14 | 294.76 | 0.89 | 0.45 |
| Hex | C9 | D | DB | 8 | 5E | 0 | E | 127 | 59 | 2D |
| Octal | 311 | 15 | 333 | 10 | 136 | 0 | 16 | 447 | 131 | 55 |
| Binary | 11001001 | 1101 | 11011011 | 1000 | 1011110 | 0 | 1110 | 100100111 | 1011001 | 101101 |
Color Harmonies of #C90DDB
Complementary color
Monochromatic Colors of #C90DDB
Black with #C90DDB
Text Example
Text Example
White with #C90DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DDB; }
p { color: rgb(201,13,219); }
H1.HeaderClassName
{
color: #C90DDB;
}
.AnyTagClassName
{
color: #C90DDB;
}
</style>
background-color css
<style>
a { background-color: #C90DDB; }
a { background-color: rgb(201,13,219); }
div.DivClassName
{
background-color: #C90DDB;
}
.BgClassName
{
background-color: #C90DDB;
}
</style>
border-color css
<style>
span { border-color: #C90DDB; }
span { border-color: rgb(201,13,219); }
td.TdClassName
{
border-color: #C90DDB;
}
.TagClassName
{
border-color: #C90DDB;
}
</style>