Shades of Deep Magenta #C911DD
Tints of Deep Magenta #C911DD
RGB
CMYK
RGB Variations
Color information
#C911DD (or 0xC911DD) is known color: Deep Magenta. HEX triplet: C9, 11 and DD. RGB value is (201,17,221). Sum of RGB (Red+Green+Blue) = 201+17+221=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #C911DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911DD is #36EE22. Grayscale: #5E5E5E. Windows color (decimal): -3599907 or 14488009. OLE color: 14488009.
HSL color Cylindrical-coordinate representation of color #C911DD: hue angle of 294.12º 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 #C911DD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 17 | 221 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.13 |
| HSL | 294.12º | 0.86% | 0.47% | - |
| HSV(B) | 294.12º | 0.92% | 0.87% | - |
| XYZ | 37.34 | 18.04 | 69.92 | - |
| YUV | 95.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 221 | 0.09 | 0.92 | 0 | 0.13 | 294.12 | 0.86 | 0.47 |
| Hex | C9 | 11 | DD | 9 | 5C | 0 | D | 126 | 56 | 2F |
| Octal | 311 | 21 | 335 | 11 | 134 | 0 | 15 | 446 | 126 | 57 |
| Binary | 11001001 | 10001 | 11011101 | 1001 | 1011100 | 0 | 1101 | 100100110 | 1010110 | 101111 |
Color Harmonies of #C911DD
Complementary color
Monochromatic Colors of #C911DD
Black with #C911DD
Text Example
Text Example
White with #C911DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911DD; }
p { color: rgb(201,17,221); }
H1.HeaderClassName
{
color: #C911DD;
}
.AnyTagClassName
{
color: #C911DD;
}
</style>
background-color css
<style>
a { background-color: #C911DD; }
a { background-color: rgb(201,17,221); }
div.DivClassName
{
background-color: #C911DD;
}
.BgClassName
{
background-color: #C911DD;
}
</style>
border-color css
<style>
span { border-color: #C911DD; }
span { border-color: rgb(201,17,221); }
td.TdClassName
{
border-color: #C911DD;
}
.TagClassName
{
border-color: #C911DD;
}
</style>