Shades of Deep Magenta #CB00B1
Tints of Deep Magenta #CB00B1
RGB
CMYK
RGB Variations
Color information
#CB00B1 (or 0xCB00B1) is known color: Deep Magenta. HEX triplet: CB, 00 and B1. RGB value is (203,0,177). Sum of RGB (Red+Green+Blue) = 203+0+177=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00B1 is #34FF4E. Grayscale: #505050. Windows color (decimal): -3473231 or 11600075. OLE color: 11600075.
HSL color Cylindrical-coordinate representation of color #CB00B1: hue angle of 307.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00B1 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.13 | 0.20 |
| HSL | 307.68º | 1% | 0.4% | - |
| HSV(B) | 307.68º | 1% | 0.8% | - |
| XYZ | 32.56 | 15.87 | 42.94 | - |
| YUV | 80.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 177 | 0 | 1 | 0.13 | 0.20 | 307.68 | 1 | 0.4 |
| Hex | CB | 0 | B1 | 0 | 64 | D | 14 | 134 | 64 | 28 |
| Octal | 313 | 0 | 261 | 0 | 144 | 15 | 24 | 464 | 144 | 50 |
| Binary | 11001011 | 0 | 10110001 | 0 | 1100100 | 1101 | 10100 | 100110100 | 1100100 | 101000 |
Color Harmonies of #CB00B1
Complementary color
Monochromatic Colors of #CB00B1
Black with #CB00B1
Text Example
Text Example
White with #CB00B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00B1; }
p { color: rgb(203,0,177); }
H1.HeaderClassName
{
color: #CB00B1;
}
.AnyTagClassName
{
color: #CB00B1;
}
</style>
background-color css
<style>
a { background-color: #CB00B1; }
a { background-color: rgb(203,0,177); }
div.DivClassName
{
background-color: #CB00B1;
}
.BgClassName
{
background-color: #CB00B1;
}
</style>
border-color css
<style>
span { border-color: #CB00B1; }
span { border-color: rgb(203,0,177); }
td.TdClassName
{
border-color: #CB00B1;
}
.TagClassName
{
border-color: #CB00B1;
}
</style>