Shades of Deep Magenta #C91BAE
Tints of Deep Magenta #C91BAE
RGB
CMYK
RGB Variations
Color information
#C91BAE (or 0xC91BAE) is known color: Deep Magenta. HEX triplet: C9, 1B and AE. RGB value is (201,27,174). Sum of RGB (Red+Green+Blue) = 201+27+174=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91BAE is #36E451. Grayscale: #5F5F5F. Windows color (decimal): -3597394 or 11410377. OLE color: 11410377.
HSL color Cylindrical-coordinate representation of color #C91BAE: hue angle of 309.31º degrees, saturation: 0.76, 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 #C91BAE is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 174 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.21 |
| HSL | 309.31º | 0.76% | 0.45% | - |
| HSV(B) | 309.31º | 0.87% | 0.79% | - |
| XYZ | 32.12 | 16.26 | 41.49 | - |
| YUV | 95.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 174 | 0 | 0.87 | 0.13 | 0.21 | 309.31 | 0.76 | 0.45 |
| Hex | C9 | 1B | AE | 0 | 57 | D | 15 | 135 | 4C | 2D |
| Octal | 311 | 33 | 256 | 0 | 127 | 15 | 25 | 465 | 114 | 55 |
| Binary | 11001001 | 11011 | 10101110 | 0 | 1010111 | 1101 | 10101 | 100110101 | 1001100 | 101101 |
Color Harmonies of #C91BAE
Complementary color
Monochromatic Colors of #C91BAE
Black with #C91BAE
Text Example
Text Example
White with #C91BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BAE; }
p { color: rgb(201,27,174); }
H1.HeaderClassName
{
color: #C91BAE;
}
.AnyTagClassName
{
color: #C91BAE;
}
</style>
background-color css
<style>
a { background-color: #C91BAE; }
a { background-color: rgb(201,27,174); }
div.DivClassName
{
background-color: #C91BAE;
}
.BgClassName
{
background-color: #C91BAE;
}
</style>
border-color css
<style>
span { border-color: #C91BAE; }
span { border-color: rgb(201,27,174); }
td.TdClassName
{
border-color: #C91BAE;
}
.TagClassName
{
border-color: #C91BAE;
}
</style>