Shades of Deep Magenta #C511AD
Tints of Deep Magenta #C511AD
RGB
CMYK
RGB Variations
Color information
#C511AD (or 0xC511AD) is known color: Deep Magenta. HEX triplet: C5, 11 and AD. RGB value is (197,17,173). Sum of RGB (Red+Green+Blue) = 197+17+173=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C511AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C511AD is #3AEE52. Grayscale: #585858. Windows color (decimal): -3862099 or 11342277. OLE color: 11342277.
HSL color Cylindrical-coordinate representation of color #C511AD: hue angle of 308º 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 #C511AD is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.23 |
| HSL | 308º | 0.84% | 0.42% | - |
| HSV(B) | 308º | 0.91% | 0.77% | - |
| XYZ | 30.77 | 15.29 | 40.86 | - |
| YUV | 88.6 | 175.63 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 173 | 0 | 0.91 | 0.12 | 0.23 | 308 | 0.84 | 0.42 |
| Hex | C5 | 11 | AD | 0 | 5B | C | 17 | 134 | 54 | 2A |
| Octal | 305 | 21 | 255 | 0 | 133 | 14 | 27 | 464 | 124 | 52 |
| Binary | 11000101 | 10001 | 10101101 | 0 | 1011011 | 1100 | 10111 | 100110100 | 1010100 | 101010 |
Color Harmonies of #C511AD
Complementary color
Monochromatic Colors of #C511AD
Black with #C511AD
Text Example
Text Example
White with #C511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511AD; }
p { color: rgb(197,17,173); }
H1.HeaderClassName
{
color: #C511AD;
}
.AnyTagClassName
{
color: #C511AD;
}
</style>
background-color css
<style>
a { background-color: #C511AD; }
a { background-color: rgb(197,17,173); }
div.DivClassName
{
background-color: #C511AD;
}
.BgClassName
{
background-color: #C511AD;
}
</style>
border-color css
<style>
span { border-color: #C511AD; }
span { border-color: rgb(197,17,173); }
td.TdClassName
{
border-color: #C511AD;
}
.TagClassName
{
border-color: #C511AD;
}
</style>