Shades of Deep Magenta #CD11D3
Tints of Deep Magenta #CD11D3
RGB
CMYK
RGB Variations
Color information
#CD11D3 (or 0xCD11D3) is known color: Deep Magenta. HEX triplet: CD, 11 and D3. RGB value is (205,17,211). Sum of RGB (Red+Green+Blue) = 205+17+211=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD11D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11D3 is #32EE2C. Grayscale: #5E5E5E. Windows color (decimal): -3337773 or 13832653. OLE color: 13832653.
HSL color Cylindrical-coordinate representation of color #CD11D3: hue angle of 298.14º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD11D3 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 17 | 211 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.17 |
| HSL | 298.14º | 0.85% | 0.45% | - |
| HSV(B) | 298.14º | 0.92% | 0.83% | - |
| XYZ | 37.14 | 18.08 | 63.16 | - |
| YUV | 95.33 | 193.28 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 211 | 0.03 | 0.92 | 0 | 0.17 | 298.14 | 0.85 | 0.45 |
| Hex | CD | 11 | D3 | 3 | 5C | 0 | 11 | 12A | 55 | 2D |
| Octal | 315 | 21 | 323 | 3 | 134 | 0 | 21 | 452 | 125 | 55 |
| Binary | 11001101 | 10001 | 11010011 | 11 | 1011100 | 0 | 10001 | 100101010 | 1010101 | 101101 |
Color Harmonies of #CD11D3
Complementary color
Monochromatic Colors of #CD11D3
Black with #CD11D3
Text Example
Text Example
White with #CD11D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11D3; }
p { color: rgb(205,17,211); }
H1.HeaderClassName
{
color: #CD11D3;
}
.AnyTagClassName
{
color: #CD11D3;
}
</style>
background-color css
<style>
a { background-color: #CD11D3; }
a { background-color: rgb(205,17,211); }
div.DivClassName
{
background-color: #CD11D3;
}
.BgClassName
{
background-color: #CD11D3;
}
</style>
border-color css
<style>
span { border-color: #CD11D3; }
span { border-color: rgb(205,17,211); }
td.TdClassName
{
border-color: #CD11D3;
}
.TagClassName
{
border-color: #CD11D3;
}
</style>