Shades of Deep Magenta #CB11DD
Tints of Deep Magenta #CB11DD
RGB
CMYK
RGB Variations
Color information
#CB11DD (or 0xCB11DD) is known color: Deep Magenta. HEX triplet: CB, 11 and DD. RGB value is (203,17,221). Sum of RGB (Red+Green+Blue) = 203+17+221=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11DD is #34EE22. Grayscale: #5F5F5F. Windows color (decimal): -3468835 or 14488011. OLE color: 14488011.
HSL color Cylindrical-coordinate representation of color #CB11DD: hue angle of 294.71º 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 #CB11DD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 17 | 221 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.13 |
| HSL | 294.71º | 0.86% | 0.47% | - |
| HSV(B) | 294.71º | 0.92% | 0.87% | - |
| XYZ | 37.88 | 18.32 | 69.95 | - |
| YUV | 95.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 221 | 0.08 | 0.92 | 0 | 0.13 | 294.71 | 0.86 | 0.47 |
| Hex | CB | 11 | DD | 8 | 5C | 0 | D | 127 | 56 | 2F |
| Octal | 313 | 21 | 335 | 10 | 134 | 0 | 15 | 447 | 126 | 57 |
| Binary | 11001011 | 10001 | 11011101 | 1000 | 1011100 | 0 | 1101 | 100100111 | 1010110 | 101111 |
Color Harmonies of #CB11DD
Complementary color
Monochromatic Colors of #CB11DD
Black with #CB11DD
Text Example
Text Example
White with #CB11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11DD; }
p { color: rgb(203,17,221); }
H1.HeaderClassName
{
color: #CB11DD;
}
.AnyTagClassName
{
color: #CB11DD;
}
</style>
background-color css
<style>
a { background-color: #CB11DD; }
a { background-color: rgb(203,17,221); }
div.DivClassName
{
background-color: #CB11DD;
}
.BgClassName
{
background-color: #CB11DD;
}
</style>
border-color css
<style>
span { border-color: #CB11DD; }
span { border-color: rgb(203,17,221); }
td.TdClassName
{
border-color: #CB11DD;
}
.TagClassName
{
border-color: #CB11DD;
}
</style>