Shades of Deep Magenta #C91ABB
Tints of Deep Magenta #C91ABB
RGB
CMYK
RGB Variations
Color information
#C91ABB (or 0xC91ABB) is known color: Deep Magenta. HEX triplet: C9, 1A and BB. RGB value is (201,26,187). Sum of RGB (Red+Green+Blue) = 201+26+187=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C91ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ABB is #36E544. Grayscale: #606060. Windows color (decimal): -3597637 or 12262089. OLE color: 12262089.
HSL color Cylindrical-coordinate representation of color #C91ABB: hue angle of 304.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91ABB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 187 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.21 |
| HSL | 304.8º | 0.77% | 0.45% | - |
| HSV(B) | 304.8º | 0.87% | 0.79% | - |
| XYZ | 33.43 | 16.74 | 48.48 | - |
| YUV | 96.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 187 | 0 | 0.87 | 0.07 | 0.21 | 304.8 | 0.77 | 0.45 |
| Hex | C9 | 1A | BB | 0 | 57 | 7 | 15 | 131 | 4D | 2D |
| Octal | 311 | 32 | 273 | 0 | 127 | 7 | 25 | 461 | 115 | 55 |
| Binary | 11001001 | 11010 | 10111011 | 0 | 1010111 | 111 | 10101 | 100110001 | 1001101 | 101101 |
Color Harmonies of #C91ABB
Complementary color
Monochromatic Colors of #C91ABB
Black with #C91ABB
Text Example
Text Example
White with #C91ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91ABB; }
p { color: rgb(201,26,187); }
H1.HeaderClassName
{
color: #C91ABB;
}
.AnyTagClassName
{
color: #C91ABB;
}
</style>
background-color css
<style>
a { background-color: #C91ABB; }
a { background-color: rgb(201,26,187); }
div.DivClassName
{
background-color: #C91ABB;
}
.BgClassName
{
background-color: #C91ABB;
}
</style>
border-color css
<style>
span { border-color: #C91ABB; }
span { border-color: rgb(201,26,187); }
td.TdClassName
{
border-color: #C91ABB;
}
.TagClassName
{
border-color: #C91ABB;
}
</style>