Shades of Deep Magenta #C911AC
Tints of Deep Magenta #C911AC
RGB
CMYK
RGB Variations
Color information
#C911AC (or 0xC911AC) is known color: Deep Magenta. HEX triplet: C9, 11 and AC. RGB value is (201,17,172). Sum of RGB (Red+Green+Blue) = 201+17+172=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C911AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C911AC is #36EE53. Grayscale: #595959. Windows color (decimal): -3599956 or 11276745. OLE color: 11276745.
HSL color Cylindrical-coordinate representation of color #C911AC: hue angle of 309.46º 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 #C911AC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 172 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.21 |
| HSL | 309.46º | 0.84% | 0.43% | - |
| HSV(B) | 309.46º | 0.92% | 0.79% | - |
| XYZ | 31.73 | 15.8 | 40.41 | - |
| YUV | 89.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 172 | 0 | 0.92 | 0.14 | 0.21 | 309.46 | 0.84 | 0.43 |
| Hex | C9 | 11 | AC | 0 | 5C | E | 15 | 135 | 54 | 2B |
| Octal | 311 | 21 | 254 | 0 | 134 | 16 | 25 | 465 | 124 | 53 |
| Binary | 11001001 | 10001 | 10101100 | 0 | 1011100 | 1110 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #C911AC
Complementary color
Monochromatic Colors of #C911AC
Black with #C911AC
Text Example
Text Example
White with #C911AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911AC; }
p { color: rgb(201,17,172); }
H1.HeaderClassName
{
color: #C911AC;
}
.AnyTagClassName
{
color: #C911AC;
}
</style>
background-color css
<style>
a { background-color: #C911AC; }
a { background-color: rgb(201,17,172); }
div.DivClassName
{
background-color: #C911AC;
}
.BgClassName
{
background-color: #C911AC;
}
</style>
border-color css
<style>
span { border-color: #C911AC; }
span { border-color: rgb(201,17,172); }
td.TdClassName
{
border-color: #C911AC;
}
.TagClassName
{
border-color: #C911AC;
}
</style>