Shades of Deep Magenta #C511DD
Tints of Deep Magenta #C511DD
RGB
CMYK
RGB Variations
Color information
#C511DD (or 0xC511DD) is known color: Deep Magenta. HEX triplet: C5, 11 and DD. RGB value is (197,17,221). Sum of RGB (Red+Green+Blue) = 197+17+221=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #C511DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511DD is #3AEE22. Grayscale: #5D5D5D. Windows color (decimal): -3862051 or 14488005. OLE color: 14488005.
HSL color Cylindrical-coordinate representation of color #C511DD: hue angle of 292.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C511DD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 17 | 221 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.13 |
| HSL | 292.94º | 0.86% | 0.47% | - |
| HSV(B) | 292.94º | 0.92% | 0.87% | - |
| XYZ | 36.28 | 17.49 | 69.87 | - |
| YUV | 94.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 221 | 0.11 | 0.92 | 0 | 0.13 | 292.94 | 0.86 | 0.47 |
| Hex | C5 | 11 | DD | B | 5C | 0 | D | 125 | 56 | 2F |
| Octal | 305 | 21 | 335 | 13 | 134 | 0 | 15 | 445 | 126 | 57 |
| Binary | 11000101 | 10001 | 11011101 | 1011 | 1011100 | 0 | 1101 | 100100101 | 1010110 | 101111 |
Color Harmonies of #C511DD
Complementary color
Monochromatic Colors of #C511DD
Black with #C511DD
Text Example
Text Example
White with #C511DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511DD; }
p { color: rgb(197,17,221); }
H1.HeaderClassName
{
color: #C511DD;
}
.AnyTagClassName
{
color: #C511DD;
}
</style>
background-color css
<style>
a { background-color: #C511DD; }
a { background-color: rgb(197,17,221); }
div.DivClassName
{
background-color: #C511DD;
}
.BgClassName
{
background-color: #C511DD;
}
</style>
border-color css
<style>
span { border-color: #C511DD; }
span { border-color: rgb(197,17,221); }
td.TdClassName
{
border-color: #C511DD;
}
.TagClassName
{
border-color: #C511DD;
}
</style>