Shades of Deep Magenta #C911AD
Tints of Deep Magenta #C911AD
RGB
CMYK
RGB Variations
Color information
#C911AD (or 0xC911AD) is known color: Deep Magenta. HEX triplet: C9, 11 and AD. RGB value is (201,17,173). Sum of RGB (Red+Green+Blue) = 201+17+173=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C911AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C911AD is #36EE52. Grayscale: #595959. Windows color (decimal): -3599955 or 11342281. OLE color: 11342281.
HSL color Cylindrical-coordinate representation of color #C911AD: hue angle of 309.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C911AD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.21 |
| HSL | 309.13º | 0.84% | 0.43% | - |
| HSV(B) | 309.13º | 0.92% | 0.79% | - |
| XYZ | 31.83 | 15.84 | 40.91 | - |
| YUV | 89.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 173 | 0 | 0.92 | 0.14 | 0.21 | 309.13 | 0.84 | 0.43 |
| Hex | C9 | 11 | AD | 0 | 5C | E | 15 | 135 | 54 | 2B |
| Octal | 311 | 21 | 255 | 0 | 134 | 16 | 25 | 465 | 124 | 53 |
| Binary | 11001001 | 10001 | 10101101 | 0 | 1011100 | 1110 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #C911AD
Complementary color
Monochromatic Colors of #C911AD
Black with #C911AD
Text Example
Text Example
White with #C911AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911AD; }
p { color: rgb(201,17,173); }
H1.HeaderClassName
{
color: #C911AD;
}
.AnyTagClassName
{
color: #C911AD;
}
</style>
background-color css
<style>
a { background-color: #C911AD; }
a { background-color: rgb(201,17,173); }
div.DivClassName
{
background-color: #C911AD;
}
.BgClassName
{
background-color: #C911AD;
}
</style>
border-color css
<style>
span { border-color: #C911AD; }
span { border-color: rgb(201,17,173); }
td.TdClassName
{
border-color: #C911AD;
}
.TagClassName
{
border-color: #C911AD;
}
</style>