Shades of Deep Magenta #C91BDF
Tints of Deep Magenta #C91BDF
RGB
CMYK
RGB Variations
Color information
#C91BDF (or 0xC91BDF) is known color: Deep Magenta. HEX triplet: C9, 1B and DF. RGB value is (201,27,223). Sum of RGB (Red+Green+Blue) = 201+27+223=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C91BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BDF is #36E420. Grayscale: #646464. Windows color (decimal): -3597345 or 14621641. OLE color: 14621641.
HSL color Cylindrical-coordinate representation of color #C91BDF: hue angle of 293.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91BDF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 27 | 223 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 293.27º | 0.78% | 0.49% | - |
| HSV(B) | 293.27º | 0.88% | 0.87% | - |
| XYZ | 37.8 | 18.53 | 71.4 | - |
| YUV | 101.37 | 196.65 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 223 | 0.10 | 0.88 | 0 | 0.13 | 293.27 | 0.78 | 0.49 |
| Hex | C9 | 1B | DF | A | 58 | 0 | D | 125 | 4E | 31 |
| Octal | 311 | 33 | 337 | 12 | 130 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11001001 | 11011 | 11011111 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C91BDF
Complementary color
Monochromatic Colors of #C91BDF
Black with #C91BDF
Text Example
Text Example
White with #C91BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BDF; }
p { color: rgb(201,27,223); }
H1.HeaderClassName
{
color: #C91BDF;
}
.AnyTagClassName
{
color: #C91BDF;
}
</style>
background-color css
<style>
a { background-color: #C91BDF; }
a { background-color: rgb(201,27,223); }
div.DivClassName
{
background-color: #C91BDF;
}
.BgClassName
{
background-color: #C91BDF;
}
</style>
border-color css
<style>
span { border-color: #C91BDF; }
span { border-color: rgb(201,27,223); }
td.TdClassName
{
border-color: #C91BDF;
}
.TagClassName
{
border-color: #C91BDF;
}
</style>