Shades of Deep Magenta #C91AB1
Tints of Deep Magenta #C91AB1
RGB
CMYK
RGB Variations
Color information
#C91AB1 (or 0xC91AB1) is known color: Deep Magenta. HEX triplet: C9, 1A and B1. RGB value is (201,26,177). Sum of RGB (Red+Green+Blue) = 201+26+177=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C91AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91AB1 is #36E54E. Grayscale: #5F5F5F. Windows color (decimal): -3597647 or 11606729. OLE color: 11606729.
HSL color Cylindrical-coordinate representation of color #C91AB1: hue angle of 308.23º 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 #C91AB1 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 177 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.21 |
| HSL | 308.23º | 0.77% | 0.45% | - |
| HSV(B) | 308.23º | 0.87% | 0.79% | - |
| XYZ | 32.39 | 16.33 | 43.04 | - |
| YUV | 95.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 177 | 0 | 0.87 | 0.12 | 0.21 | 308.23 | 0.77 | 0.45 |
| Hex | C9 | 1A | B1 | 0 | 57 | C | 15 | 134 | 4D | 2D |
| Octal | 311 | 32 | 261 | 0 | 127 | 14 | 25 | 464 | 115 | 55 |
| Binary | 11001001 | 11010 | 10110001 | 0 | 1010111 | 1100 | 10101 | 100110100 | 1001101 | 101101 |
Color Harmonies of #C91AB1
Complementary color
Monochromatic Colors of #C91AB1
Black with #C91AB1
Text Example
Text Example
White with #C91AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AB1; }
p { color: rgb(201,26,177); }
H1.HeaderClassName
{
color: #C91AB1;
}
.AnyTagClassName
{
color: #C91AB1;
}
</style>
background-color css
<style>
a { background-color: #C91AB1; }
a { background-color: rgb(201,26,177); }
div.DivClassName
{
background-color: #C91AB1;
}
.BgClassName
{
background-color: #C91AB1;
}
</style>
border-color css
<style>
span { border-color: #C91AB1; }
span { border-color: rgb(201,26,177); }
td.TdClassName
{
border-color: #C91AB1;
}
.TagClassName
{
border-color: #C91AB1;
}
</style>