Shades of Deep Magenta #C611AD
Tints of Deep Magenta #C611AD
RGB
CMYK
RGB Variations
Color information
#C611AD (or 0xC611AD) is known color: Deep Magenta. HEX triplet: C6, 11 and AD. RGB value is (198,17,173). Sum of RGB (Red+Green+Blue) = 198+17+173=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C611AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611AD is #39EE52. Grayscale: #585858. Windows color (decimal): -3796563 or 11342278. OLE color: 11342278.
HSL color Cylindrical-coordinate representation of color #C611AD: hue angle of 308.29º 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 #C611AD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.22 |
| HSL | 308.29º | 0.84% | 0.42% | - |
| HSV(B) | 308.29º | 0.91% | 0.78% | - |
| XYZ | 31.03 | 15.42 | 40.88 | - |
| YUV | 88.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 173 | 0 | 0.91 | 0.13 | 0.22 | 308.29 | 0.84 | 0.42 |
| Hex | C6 | 11 | AD | 0 | 5B | D | 16 | 134 | 54 | 2A |
| Octal | 306 | 21 | 255 | 0 | 133 | 15 | 26 | 464 | 124 | 52 |
| Binary | 11000110 | 10001 | 10101101 | 0 | 1011011 | 1101 | 10110 | 100110100 | 1010100 | 101010 |
Color Harmonies of #C611AD
Complementary color
Monochromatic Colors of #C611AD
Black with #C611AD
Text Example
Text Example
White with #C611AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611AD; }
p { color: rgb(198,17,173); }
H1.HeaderClassName
{
color: #C611AD;
}
.AnyTagClassName
{
color: #C611AD;
}
</style>
background-color css
<style>
a { background-color: #C611AD; }
a { background-color: rgb(198,17,173); }
div.DivClassName
{
background-color: #C611AD;
}
.BgClassName
{
background-color: #C611AD;
}
</style>
border-color css
<style>
span { border-color: #C611AD; }
span { border-color: rgb(198,17,173); }
td.TdClassName
{
border-color: #C611AD;
}
.TagClassName
{
border-color: #C611AD;
}
</style>