Shades of Deep Magenta #C91AAD
Tints of Deep Magenta #C91AAD
RGB
CMYK
RGB Variations
Color information
#C91AAD (or 0xC91AAD) is known color: Deep Magenta. HEX triplet: C9, 1A and AD. RGB value is (201,26,173). Sum of RGB (Red+Green+Blue) = 201+26+173=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C91AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91AAD is #36E552. Grayscale: #5E5E5E. Windows color (decimal): -3597651 or 11344585. OLE color: 11344585.
HSL color Cylindrical-coordinate representation of color #C91AAD: hue angle of 309.6º 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 #C91AAD is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 173 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.21 |
| HSL | 309.6º | 0.77% | 0.45% | - |
| HSV(B) | 309.6º | 0.87% | 0.79% | - |
| XYZ | 32 | 16.17 | 40.97 | - |
| YUV | 95.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 173 | 0 | 0.87 | 0.14 | 0.21 | 309.6 | 0.77 | 0.45 |
| Hex | C9 | 1A | AD | 0 | 57 | E | 15 | 136 | 4D | 2D |
| Octal | 311 | 32 | 255 | 0 | 127 | 16 | 25 | 466 | 115 | 55 |
| Binary | 11001001 | 11010 | 10101101 | 0 | 1010111 | 1110 | 10101 | 100110110 | 1001101 | 101101 |
Color Harmonies of #C91AAD
Complementary color
Monochromatic Colors of #C91AAD
Black with #C91AAD
Text Example
Text Example
White with #C91AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AAD; }
p { color: rgb(201,26,173); }
H1.HeaderClassName
{
color: #C91AAD;
}
.AnyTagClassName
{
color: #C91AAD;
}
</style>
background-color css
<style>
a { background-color: #C91AAD; }
a { background-color: rgb(201,26,173); }
div.DivClassName
{
background-color: #C91AAD;
}
.BgClassName
{
background-color: #C91AAD;
}
</style>
border-color css
<style>
span { border-color: #C91AAD; }
span { border-color: rgb(201,26,173); }
td.TdClassName
{
border-color: #C91AAD;
}
.TagClassName
{
border-color: #C91AAD;
}
</style>