Shades of Deep Magenta #C511AC
Tints of Deep Magenta #C511AC
RGB
CMYK
RGB Variations
Color information
#C511AC (or 0xC511AC) is known color: Deep Magenta. HEX triplet: C5, 11 and AC. RGB value is (197,17,172). Sum of RGB (Red+Green+Blue) = 197+17+172=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C511AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C511AC is #3AEE53. Grayscale: #585858. Windows color (decimal): -3862100 or 11276741. OLE color: 11276741.
HSL color Cylindrical-coordinate representation of color #C511AC: hue angle of 308.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C511AC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.23 |
| HSL | 308.33º | 0.84% | 0.42% | - |
| HSV(B) | 308.33º | 0.91% | 0.77% | - |
| XYZ | 30.67 | 15.25 | 40.36 | - |
| YUV | 88.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 172 | 0 | 0.91 | 0.13 | 0.23 | 308.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | AC | 0 | 5B | D | 17 | 134 | 54 | 2A |
| Octal | 305 | 21 | 254 | 0 | 133 | 15 | 27 | 464 | 124 | 52 |
| Binary | 11000101 | 10001 | 10101100 | 0 | 1011011 | 1101 | 10111 | 100110100 | 1010100 | 101010 |
Color Harmonies of #C511AC
Complementary color
Monochromatic Colors of #C511AC
Black with #C511AC
Text Example
Text Example
White with #C511AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511AC; }
p { color: rgb(197,17,172); }
H1.HeaderClassName
{
color: #C511AC;
}
.AnyTagClassName
{
color: #C511AC;
}
</style>
background-color css
<style>
a { background-color: #C511AC; }
a { background-color: rgb(197,17,172); }
div.DivClassName
{
background-color: #C511AC;
}
.BgClassName
{
background-color: #C511AC;
}
</style>
border-color css
<style>
span { border-color: #C511AC; }
span { border-color: rgb(197,17,172); }
td.TdClassName
{
border-color: #C511AC;
}
.TagClassName
{
border-color: #C511AC;
}
</style>