Shades of Deep Magenta #C91CDB
Tints of Deep Magenta #C91CDB
RGB
CMYK
RGB Variations
Color information
#C91CDB (or 0xC91CDB) is known color: Deep Magenta. HEX triplet: C9, 1C and DB. RGB value is (201,28,219). Sum of RGB (Red+Green+Blue) = 201+28+219=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #C91CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CDB is #36E324. Grayscale: #646464. Windows color (decimal): -3597093 or 14359753. OLE color: 14359753.
HSL color Cylindrical-coordinate representation of color #C91CDB: hue angle of 294.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CDB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 28 | 219 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.14 |
| HSL | 294.35º | 0.77% | 0.48% | - |
| HSV(B) | 294.35º | 0.87% | 0.86% | - |
| XYZ | 37.29 | 18.36 | 68.6 | - |
| YUV | 101.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 219 | 0.08 | 0.87 | 0 | 0.14 | 294.35 | 0.77 | 0.48 |
| Hex | C9 | 1C | DB | 8 | 57 | 0 | E | 126 | 4D | 30 |
| Octal | 311 | 34 | 333 | 10 | 127 | 0 | 16 | 446 | 115 | 60 |
| Binary | 11001001 | 11100 | 11011011 | 1000 | 1010111 | 0 | 1110 | 100100110 | 1001101 | 110000 |
Color Harmonies of #C91CDB
Complementary color
Monochromatic Colors of #C91CDB
Black with #C91CDB
Text Example
Text Example
White with #C91CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CDB; }
p { color: rgb(201,28,219); }
H1.HeaderClassName
{
color: #C91CDB;
}
.AnyTagClassName
{
color: #C91CDB;
}
</style>
background-color css
<style>
a { background-color: #C91CDB; }
a { background-color: rgb(201,28,219); }
div.DivClassName
{
background-color: #C91CDB;
}
.BgClassName
{
background-color: #C91CDB;
}
</style>
border-color css
<style>
span { border-color: #C91CDB; }
span { border-color: rgb(201,28,219); }
td.TdClassName
{
border-color: #C91CDB;
}
.TagClassName
{
border-color: #C91CDB;
}
</style>