Shades of Deep Magenta #CB11DA
Tints of Deep Magenta #CB11DA
RGB
CMYK
RGB Variations
Color information
#CB11DA (or 0xCB11DA) is known color: Deep Magenta. HEX triplet: CB, 11 and DA. RGB value is (203,17,218). Sum of RGB (Red+Green+Blue) = 203+17+218=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB11DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11DA is #34EE25. Grayscale: #5E5E5E. Windows color (decimal): -3468838 or 14291403. OLE color: 14291403.
HSL color Cylindrical-coordinate representation of color #CB11DA: hue angle of 295.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11DA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 17 | 218 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.15 |
| HSL | 295.52º | 0.86% | 0.46% | - |
| HSV(B) | 295.52º | 0.92% | 0.85% | - |
| XYZ | 37.48 | 18.16 | 67.86 | - |
| YUV | 95.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 218 | 0.07 | 0.92 | 0 | 0.15 | 295.52 | 0.86 | 0.46 |
| Hex | CB | 11 | DA | 7 | 5C | 0 | F | 128 | 56 | 2E |
| Octal | 313 | 21 | 332 | 7 | 134 | 0 | 17 | 450 | 126 | 56 |
| Binary | 11001011 | 10001 | 11011010 | 111 | 1011100 | 0 | 1111 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CB11DA
Complementary color
Monochromatic Colors of #CB11DA
Black with #CB11DA
Text Example
Text Example
White with #CB11DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11DA; }
p { color: rgb(203,17,218); }
H1.HeaderClassName
{
color: #CB11DA;
}
.AnyTagClassName
{
color: #CB11DA;
}
</style>
background-color css
<style>
a { background-color: #CB11DA; }
a { background-color: rgb(203,17,218); }
div.DivClassName
{
background-color: #CB11DA;
}
.BgClassName
{
background-color: #CB11DA;
}
</style>
border-color css
<style>
span { border-color: #CB11DA; }
span { border-color: rgb(203,17,218); }
td.TdClassName
{
border-color: #CB11DA;
}
.TagClassName
{
border-color: #CB11DA;
}
</style>