Shades of Deep Magenta #C90DBB
Tints of Deep Magenta #C90DBB
RGB
CMYK
RGB Variations
Color information
#C90DBB (or 0xC90DBB) is known color: Deep Magenta. HEX triplet: C9, 0D and BB. RGB value is (201,13,187). Sum of RGB (Red+Green+Blue) = 201+13+187=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DBB is #36F244. Grayscale: #585858. Windows color (decimal): -3600965 or 12258761. OLE color: 12258761.
HSL color Cylindrical-coordinate representation of color #C90DBB: hue angle of 304.47º 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 #C90DBB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.21 |
| HSL | 304.47º | 0.88% | 0.42% | - |
| HSV(B) | 304.47º | 0.94% | 0.79% | - |
| XYZ | 33.2 | 16.29 | 48.41 | - |
| YUV | 89.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 187 | 0 | 0.94 | 0.07 | 0.21 | 304.47 | 0.88 | 0.42 |
| Hex | C9 | D | BB | 0 | 5E | 7 | 15 | 130 | 58 | 2A |
| Octal | 311 | 15 | 273 | 0 | 136 | 7 | 25 | 460 | 130 | 52 |
| Binary | 11001001 | 1101 | 10111011 | 0 | 1011110 | 111 | 10101 | 100110000 | 1011000 | 101010 |
Color Harmonies of #C90DBB
Complementary color
Monochromatic Colors of #C90DBB
Black with #C90DBB
Text Example
Text Example
White with #C90DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DBB; }
p { color: rgb(201,13,187); }
H1.HeaderClassName
{
color: #C90DBB;
}
.AnyTagClassName
{
color: #C90DBB;
}
</style>
background-color css
<style>
a { background-color: #C90DBB; }
a { background-color: rgb(201,13,187); }
div.DivClassName
{
background-color: #C90DBB;
}
.BgClassName
{
background-color: #C90DBB;
}
</style>
border-color css
<style>
span { border-color: #C90DBB; }
span { border-color: rgb(201,13,187); }
td.TdClassName
{
border-color: #C90DBB;
}
.TagClassName
{
border-color: #C90DBB;
}
</style>