Shades of Deep Magenta #CB11DC
Tints of Deep Magenta #CB11DC
RGB
CMYK
RGB Variations
Color information
#CB11DC (or 0xCB11DC) is known color: Deep Magenta. HEX triplet: CB, 11 and DC. RGB value is (203,17,220). Sum of RGB (Red+Green+Blue) = 203+17+220=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11DC is #34EE23. Grayscale: #5F5F5F. Windows color (decimal): -3468836 or 14422475. OLE color: 14422475.
HSL color Cylindrical-coordinate representation of color #CB11DC: hue angle of 294.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11DC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 17 | 220 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.14 |
| HSL | 294.98º | 0.86% | 0.46% | - |
| HSV(B) | 294.98º | 0.92% | 0.86% | - |
| XYZ | 37.75 | 18.26 | 69.25 | - |
| YUV | 95.76 | 198.12 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 220 | 0.08 | 0.92 | 0 | 0.14 | 294.98 | 0.86 | 0.46 |
| Hex | CB | 11 | DC | 8 | 5C | 0 | E | 127 | 56 | 2E |
| Octal | 313 | 21 | 334 | 10 | 134 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001011 | 10001 | 11011100 | 1000 | 1011100 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CB11DC
Complementary color
Monochromatic Colors of #CB11DC
Black with #CB11DC
Text Example
Text Example
White with #CB11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11DC; }
p { color: rgb(203,17,220); }
H1.HeaderClassName
{
color: #CB11DC;
}
.AnyTagClassName
{
color: #CB11DC;
}
</style>
background-color css
<style>
a { background-color: #CB11DC; }
a { background-color: rgb(203,17,220); }
div.DivClassName
{
background-color: #CB11DC;
}
.BgClassName
{
background-color: #CB11DC;
}
</style>
border-color css
<style>
span { border-color: #CB11DC; }
span { border-color: rgb(203,17,220); }
td.TdClassName
{
border-color: #CB11DC;
}
.TagClassName
{
border-color: #CB11DC;
}
</style>