Shades of Deep Magenta #C91BDB
Tints of Deep Magenta #C91BDB
RGB
CMYK
RGB Variations
Color information
#C91BDB (or 0xC91BDB) is known color: Deep Magenta. HEX triplet: C9, 1B and DB. RGB value is (201,27,219). Sum of RGB (Red+Green+Blue) = 201+27+219=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #C91BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BDB is #36E424. Grayscale: #646464. Windows color (decimal): -3597349 or 14359497. OLE color: 14359497.
HSL color Cylindrical-coordinate representation of color #C91BDB: hue angle of 294.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91BDB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 27 | 219 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.14 |
| HSL | 294.38º | 0.78% | 0.48% | - |
| HSV(B) | 294.38º | 0.88% | 0.86% | - |
| XYZ | 37.27 | 18.32 | 68.59 | - |
| YUV | 100.91 | 194.65 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 219 | 0.08 | 0.88 | 0 | 0.14 | 294.38 | 0.78 | 0.48 |
| Hex | C9 | 1B | DB | 8 | 58 | 0 | E | 126 | 4E | 30 |
| Octal | 311 | 33 | 333 | 10 | 130 | 0 | 16 | 446 | 116 | 60 |
| Binary | 11001001 | 11011 | 11011011 | 1000 | 1011000 | 0 | 1110 | 100100110 | 1001110 | 110000 |
Color Harmonies of #C91BDB
Complementary color
Monochromatic Colors of #C91BDB
Black with #C91BDB
Text Example
Text Example
White with #C91BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BDB; }
p { color: rgb(201,27,219); }
H1.HeaderClassName
{
color: #C91BDB;
}
.AnyTagClassName
{
color: #C91BDB;
}
</style>
background-color css
<style>
a { background-color: #C91BDB; }
a { background-color: rgb(201,27,219); }
div.DivClassName
{
background-color: #C91BDB;
}
.BgClassName
{
background-color: #C91BDB;
}
</style>
border-color css
<style>
span { border-color: #C91BDB; }
span { border-color: rgb(201,27,219); }
td.TdClassName
{
border-color: #C91BDB;
}
.TagClassName
{
border-color: #C91BDB;
}
</style>