Shades of Deep Magenta #C91DBB
Tints of Deep Magenta #C91DBB
RGB
CMYK
RGB Variations
Color information
#C91DBB (or 0xC91DBB) is known color: Deep Magenta. HEX triplet: C9, 1D and BB. RGB value is (201,29,187). Sum of RGB (Red+Green+Blue) = 201+29+187=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C91DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DBB is #36E244. Grayscale: #616161. Windows color (decimal): -3596869 or 12262857. OLE color: 12262857.
HSL color Cylindrical-coordinate representation of color #C91DBB: hue angle of 304.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91DBB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 187 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.21 |
| HSL | 304.88º | 0.75% | 0.45% | - |
| HSV(B) | 304.88º | 0.86% | 0.79% | - |
| XYZ | 33.5 | 16.88 | 48.51 | - |
| YUV | 98.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 187 | 0 | 0.86 | 0.07 | 0.21 | 304.88 | 0.75 | 0.45 |
| Hex | C9 | 1D | BB | 0 | 56 | 7 | 15 | 131 | 4B | 2D |
| Octal | 311 | 35 | 273 | 0 | 126 | 7 | 25 | 461 | 113 | 55 |
| Binary | 11001001 | 11101 | 10111011 | 0 | 1010110 | 111 | 10101 | 100110001 | 1001011 | 101101 |
Color Harmonies of #C91DBB
Complementary color
Monochromatic Colors of #C91DBB
Black with #C91DBB
Text Example
Text Example
White with #C91DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DBB; }
p { color: rgb(201,29,187); }
H1.HeaderClassName
{
color: #C91DBB;
}
.AnyTagClassName
{
color: #C91DBB;
}
</style>
background-color css
<style>
a { background-color: #C91DBB; }
a { background-color: rgb(201,29,187); }
div.DivClassName
{
background-color: #C91DBB;
}
.BgClassName
{
background-color: #C91DBB;
}
</style>
border-color css
<style>
span { border-color: #C91DBB; }
span { border-color: rgb(201,29,187); }
td.TdClassName
{
border-color: #C91DBB;
}
.TagClassName
{
border-color: #C91DBB;
}
</style>