Shades of Deep Magenta #C91AB9
Tints of Deep Magenta #C91AB9
RGB
CMYK
RGB Variations
Color information
#C91AB9 (or 0xC91AB9) is known color: Deep Magenta. HEX triplet: C9, 1A and B9. RGB value is (201,26,185). Sum of RGB (Red+Green+Blue) = 201+26+185=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C91AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AB9 is #36E546. Grayscale: #5F5F5F. Windows color (decimal): -3597639 or 12131017. OLE color: 12131017.
HSL color Cylindrical-coordinate representation of color #C91AB9: hue angle of 305.49º 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 #C91AB9 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 185 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.21 |
| HSL | 305.49º | 0.77% | 0.45% | - |
| HSV(B) | 305.49º | 0.87% | 0.79% | - |
| XYZ | 33.21 | 16.66 | 47.36 | - |
| YUV | 96.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 185 | 0 | 0.87 | 0.08 | 0.21 | 305.49 | 0.77 | 0.45 |
| Hex | C9 | 1A | B9 | 0 | 57 | 8 | 15 | 131 | 4D | 2D |
| Octal | 311 | 32 | 271 | 0 | 127 | 10 | 25 | 461 | 115 | 55 |
| Binary | 11001001 | 11010 | 10111001 | 0 | 1010111 | 1000 | 10101 | 100110001 | 1001101 | 101101 |
Color Harmonies of #C91AB9
Complementary color
Monochromatic Colors of #C91AB9
Black with #C91AB9
Text Example
Text Example
White with #C91AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AB9; }
p { color: rgb(201,26,185); }
H1.HeaderClassName
{
color: #C91AB9;
}
.AnyTagClassName
{
color: #C91AB9;
}
</style>
background-color css
<style>
a { background-color: #C91AB9; }
a { background-color: rgb(201,26,185); }
div.DivClassName
{
background-color: #C91AB9;
}
.BgClassName
{
background-color: #C91AB9;
}
</style>
border-color css
<style>
span { border-color: #C91AB9; }
span { border-color: rgb(201,26,185); }
td.TdClassName
{
border-color: #C91AB9;
}
.TagClassName
{
border-color: #C91AB9;
}
</style>