Shades of Deep Magenta #C711AC
Tints of Deep Magenta #C711AC
RGB
CMYK
RGB Variations
Color information
#C711AC (or 0xC711AC) is known color: Deep Magenta. HEX triplet: C7, 11 and AC. RGB value is (199,17,172). Sum of RGB (Red+Green+Blue) = 199+17+172=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C711AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C711AC is #38EE53. Grayscale: #585858. Windows color (decimal): -3731028 or 11276743. OLE color: 11276743.
HSL color Cylindrical-coordinate representation of color #C711AC: hue angle of 308.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711AC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.22 |
| HSL | 308.9º | 0.84% | 0.42% | - |
| HSV(B) | 308.9º | 0.91% | 0.78% | - |
| XYZ | 31.2 | 15.52 | 40.38 | - |
| YUV | 89.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 172 | 0 | 0.91 | 0.14 | 0.22 | 308.9 | 0.84 | 0.42 |
| Hex | C7 | 11 | AC | 0 | 5B | E | 16 | 135 | 54 | 2A |
| Octal | 307 | 21 | 254 | 0 | 133 | 16 | 26 | 465 | 124 | 52 |
| Binary | 11000111 | 10001 | 10101100 | 0 | 1011011 | 1110 | 10110 | 100110101 | 1010100 | 101010 |
Color Harmonies of #C711AC
Complementary color
Monochromatic Colors of #C711AC
Black with #C711AC
Text Example
Text Example
White with #C711AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711AC; }
p { color: rgb(199,17,172); }
H1.HeaderClassName
{
color: #C711AC;
}
.AnyTagClassName
{
color: #C711AC;
}
</style>
background-color css
<style>
a { background-color: #C711AC; }
a { background-color: rgb(199,17,172); }
div.DivClassName
{
background-color: #C711AC;
}
.BgClassName
{
background-color: #C711AC;
}
</style>
border-color css
<style>
span { border-color: #C711AC; }
span { border-color: rgb(199,17,172); }
td.TdClassName
{
border-color: #C711AC;
}
.TagClassName
{
border-color: #C711AC;
}
</style>