Shades of Deep Magenta #CB11D6
Tints of Deep Magenta #CB11D6
RGB
CMYK
RGB Variations
Color information
#CB11D6 (or 0xCB11D6) is known color: Deep Magenta. HEX triplet: CB, 11 and D6. RGB value is (203,17,214). Sum of RGB (Red+Green+Blue) = 203+17+214=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB11D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11D6 is #34EE29. Grayscale: #5E5E5E. Windows color (decimal): -3468842 or 14029259. OLE color: 14029259.
HSL color Cylindrical-coordinate representation of color #CB11D6: hue angle of 296.65º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11D6 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 17 | 214 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.16 |
| HSL | 296.65º | 0.85% | 0.45% | - |
| HSV(B) | 296.65º | 0.92% | 0.84% | - |
| XYZ | 36.97 | 17.95 | 65.14 | - |
| YUV | 95.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 214 | 0.05 | 0.92 | 0 | 0.16 | 296.65 | 0.85 | 0.45 |
| Hex | CB | 11 | D6 | 5 | 5C | 0 | 10 | 129 | 55 | 2D |
| Octal | 313 | 21 | 326 | 5 | 134 | 0 | 20 | 451 | 125 | 55 |
| Binary | 11001011 | 10001 | 11010110 | 101 | 1011100 | 0 | 10000 | 100101001 | 1010101 | 101101 |
Color Harmonies of #CB11D6
Complementary color
Monochromatic Colors of #CB11D6
Black with #CB11D6
Text Example
Text Example
White with #CB11D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11D6; }
p { color: rgb(203,17,214); }
H1.HeaderClassName
{
color: #CB11D6;
}
.AnyTagClassName
{
color: #CB11D6;
}
</style>
background-color css
<style>
a { background-color: #CB11D6; }
a { background-color: rgb(203,17,214); }
div.DivClassName
{
background-color: #CB11D6;
}
.BgClassName
{
background-color: #CB11D6;
}
</style>
border-color css
<style>
span { border-color: #CB11D6; }
span { border-color: rgb(203,17,214); }
td.TdClassName
{
border-color: #CB11D6;
}
.TagClassName
{
border-color: #CB11D6;
}
</style>