Shades of Deep Magenta #CB11BE
Tints of Deep Magenta #CB11BE
RGB
CMYK
RGB Variations
Color information
#CB11BE (or 0xCB11BE) is known color: Deep Magenta. HEX triplet: CB, 11 and BE. RGB value is (203,17,190). Sum of RGB (Red+Green+Blue) = 203+17+190=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11BE is #34EE41. Grayscale: #5B5B5B. Windows color (decimal): -3468866 or 12456395. OLE color: 12456395.
HSL color Cylindrical-coordinate representation of color #CB11BE: hue angle of 304.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11BE is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.20 |
| HSL | 304.19º | 0.85% | 0.43% | - |
| HSV(B) | 304.19º | 0.92% | 0.8% | - |
| XYZ | 34.12 | 16.82 | 50.16 | - |
| YUV | 92.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 190 | 0 | 0.92 | 0.06 | 0.20 | 304.19 | 0.85 | 0.43 |
| Hex | CB | 11 | BE | 0 | 5C | 6 | 14 | 130 | 55 | 2B |
| Octal | 313 | 21 | 276 | 0 | 134 | 6 | 24 | 460 | 125 | 53 |
| Binary | 11001011 | 10001 | 10111110 | 0 | 1011100 | 110 | 10100 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CB11BE
Complementary color
Monochromatic Colors of #CB11BE
Black with #CB11BE
Text Example
Text Example
White with #CB11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11BE; }
p { color: rgb(203,17,190); }
H1.HeaderClassName
{
color: #CB11BE;
}
.AnyTagClassName
{
color: #CB11BE;
}
</style>
background-color css
<style>
a { background-color: #CB11BE; }
a { background-color: rgb(203,17,190); }
div.DivClassName
{
background-color: #CB11BE;
}
.BgClassName
{
background-color: #CB11BE;
}
</style>
border-color css
<style>
span { border-color: #CB11BE; }
span { border-color: rgb(203,17,190); }
td.TdClassName
{
border-color: #CB11BE;
}
.TagClassName
{
border-color: #CB11BE;
}
</style>