Shades of Deep Magenta #C91EDB
Tints of Deep Magenta #C91EDB
RGB
CMYK
RGB Variations
Color information
#C91EDB (or 0xC91EDB) is known color: Deep Magenta. HEX triplet: C9, 1E and DB. RGB value is (201,30,219). Sum of RGB (Red+Green+Blue) = 201+30+219=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C91EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EDB is #36E124. Grayscale: #666666. Windows color (decimal): -3596581 or 14360265. OLE color: 14360265.
HSL color Cylindrical-coordinate representation of color #C91EDB: hue angle of 294.29º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91EDB is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 30 | 219 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.14 |
| HSL | 294.29º | 0.76% | 0.49% | - |
| HSV(B) | 294.29º | 0.86% | 0.86% | - |
| XYZ | 37.34 | 18.46 | 68.61 | - |
| YUV | 102.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 219 | 0.08 | 0.86 | 0 | 0.14 | 294.29 | 0.76 | 0.49 |
| Hex | C9 | 1E | DB | 8 | 56 | 0 | E | 126 | 4C | 31 |
| Octal | 311 | 36 | 333 | 10 | 126 | 0 | 16 | 446 | 114 | 61 |
| Binary | 11001001 | 11110 | 11011011 | 1000 | 1010110 | 0 | 1110 | 100100110 | 1001100 | 110001 |
Color Harmonies of #C91EDB
Complementary color
Monochromatic Colors of #C91EDB
Black with #C91EDB
Text Example
Text Example
White with #C91EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EDB; }
p { color: rgb(201,30,219); }
H1.HeaderClassName
{
color: #C91EDB;
}
.AnyTagClassName
{
color: #C91EDB;
}
</style>
background-color css
<style>
a { background-color: #C91EDB; }
a { background-color: rgb(201,30,219); }
div.DivClassName
{
background-color: #C91EDB;
}
.BgClassName
{
background-color: #C91EDB;
}
</style>
border-color css
<style>
span { border-color: #C91EDB; }
span { border-color: rgb(201,30,219); }
td.TdClassName
{
border-color: #C91EDB;
}
.TagClassName
{
border-color: #C91EDB;
}
</style>