Shades of Deep Magenta #CB11B8
Tints of Deep Magenta #CB11B8
RGB
CMYK
RGB Variations
Color information
#CB11B8 (or 0xCB11B8) is known color: Deep Magenta. HEX triplet: CB, 11 and B8. RGB value is (203,17,184). Sum of RGB (Red+Green+Blue) = 203+17+184=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11B8 is #34EE47. Grayscale: #5B5B5B. Windows color (decimal): -3468872 or 12063179. OLE color: 12063179.
HSL color Cylindrical-coordinate representation of color #CB11B8: hue angle of 306.13º 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 #CB11B8 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 184 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.20 |
| HSL | 306.13º | 0.85% | 0.43% | - |
| HSV(B) | 306.13º | 0.92% | 0.8% | - |
| XYZ | 33.48 | 16.56 | 46.78 | - |
| YUV | 91.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 184 | 0 | 0.92 | 0.09 | 0.20 | 306.13 | 0.85 | 0.43 |
| Hex | CB | 11 | B8 | 0 | 5C | 9 | 14 | 132 | 55 | 2B |
| Octal | 313 | 21 | 270 | 0 | 134 | 11 | 24 | 462 | 125 | 53 |
| Binary | 11001011 | 10001 | 10111000 | 0 | 1011100 | 1001 | 10100 | 100110010 | 1010101 | 101011 |
Color Harmonies of #CB11B8
Complementary color
Monochromatic Colors of #CB11B8
Black with #CB11B8
Text Example
Text Example
White with #CB11B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11B8; }
p { color: rgb(203,17,184); }
H1.HeaderClassName
{
color: #CB11B8;
}
.AnyTagClassName
{
color: #CB11B8;
}
</style>
background-color css
<style>
a { background-color: #CB11B8; }
a { background-color: rgb(203,17,184); }
div.DivClassName
{
background-color: #CB11B8;
}
.BgClassName
{
background-color: #CB11B8;
}
</style>
border-color css
<style>
span { border-color: #CB11B8; }
span { border-color: rgb(203,17,184); }
td.TdClassName
{
border-color: #CB11B8;
}
.TagClassName
{
border-color: #CB11B8;
}
</style>