Shades of Deep Magenta #C91FAE
Tints of Deep Magenta #C91FAE
RGB
CMYK
RGB Variations
Color information
#C91FAE (or 0xC91FAE) is known color: Deep Magenta. HEX triplet: C9, 1F and AE. RGB value is (201,31,174). Sum of RGB (Red+Green+Blue) = 201+31+174=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91FAE is #36E051. Grayscale: #616161. Windows color (decimal): -3596370 or 11411401. OLE color: 11411401.
HSL color Cylindrical-coordinate representation of color #C91FAE: hue angle of 309.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FAE is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 174 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.21 |
| HSL | 309.53º | 0.73% | 0.45% | - |
| HSV(B) | 309.53º | 0.85% | 0.79% | - |
| XYZ | 32.22 | 16.45 | 41.52 | - |
| YUV | 98.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 174 | 0 | 0.85 | 0.13 | 0.21 | 309.53 | 0.73 | 0.45 |
| Hex | C9 | 1F | AE | 0 | 55 | D | 15 | 136 | 49 | 2D |
| Octal | 311 | 37 | 256 | 0 | 125 | 15 | 25 | 466 | 111 | 55 |
| Binary | 11001001 | 11111 | 10101110 | 0 | 1010101 | 1101 | 10101 | 100110110 | 1001001 | 101101 |
Color Harmonies of #C91FAE
Complementary color
Monochromatic Colors of #C91FAE
Black with #C91FAE
Text Example
Text Example
White with #C91FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FAE; }
p { color: rgb(201,31,174); }
H1.HeaderClassName
{
color: #C91FAE;
}
.AnyTagClassName
{
color: #C91FAE;
}
</style>
background-color css
<style>
a { background-color: #C91FAE; }
a { background-color: rgb(201,31,174); }
div.DivClassName
{
background-color: #C91FAE;
}
.BgClassName
{
background-color: #C91FAE;
}
</style>
border-color css
<style>
span { border-color: #C91FAE; }
span { border-color: rgb(201,31,174); }
td.TdClassName
{
border-color: #C91FAE;
}
.TagClassName
{
border-color: #C91FAE;
}
</style>