Shades of Deep Magenta #CB11DF
Tints of Deep Magenta #CB11DF
RGB
CMYK
RGB Variations
Color information
#CB11DF (or 0xCB11DF) is known color: Deep Magenta. HEX triplet: CB, 11 and DF. RGB value is (203,17,223). Sum of RGB (Red+Green+Blue) = 203+17+223=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11DF is #34EE20. Grayscale: #5F5F5F. Windows color (decimal): -3468833 or 14619083. OLE color: 14619083.
HSL color Cylindrical-coordinate representation of color #CB11DF: hue angle of 294.17º 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 #CB11DF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 17 | 223 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.13 |
| HSL | 294.17º | 0.86% | 0.47% | - |
| HSV(B) | 294.17º | 0.92% | 0.87% | - |
| XYZ | 38.15 | 18.43 | 71.36 | - |
| YUV | 96.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 223 | 0.09 | 0.92 | 0 | 0.13 | 294.17 | 0.86 | 0.47 |
| Hex | CB | 11 | DF | 9 | 5C | 0 | D | 126 | 56 | 2F |
| Octal | 313 | 21 | 337 | 11 | 134 | 0 | 15 | 446 | 126 | 57 |
| Binary | 11001011 | 10001 | 11011111 | 1001 | 1011100 | 0 | 1101 | 100100110 | 1010110 | 101111 |
Color Harmonies of #CB11DF
Complementary color
Monochromatic Colors of #CB11DF
Black with #CB11DF
Text Example
Text Example
White with #CB11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11DF; }
p { color: rgb(203,17,223); }
H1.HeaderClassName
{
color: #CB11DF;
}
.AnyTagClassName
{
color: #CB11DF;
}
</style>
background-color css
<style>
a { background-color: #CB11DF; }
a { background-color: rgb(203,17,223); }
div.DivClassName
{
background-color: #CB11DF;
}
.BgClassName
{
background-color: #CB11DF;
}
</style>
border-color css
<style>
span { border-color: #CB11DF; }
span { border-color: rgb(203,17,223); }
td.TdClassName
{
border-color: #CB11DF;
}
.TagClassName
{
border-color: #CB11DF;
}
</style>