Shades of Deep Magenta #CB01BB
Tints of Deep Magenta #CB01BB
RGB
CMYK
RGB Variations
Color information
#CB01BB (or 0xCB01BB) is known color: Deep Magenta. HEX triplet: CB, 01 and BB. RGB value is (203,1,187). Sum of RGB (Red+Green+Blue) = 203+1+187=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01BB is #34FE44. Grayscale: #525252. Windows color (decimal): -3472965 or 12255691. OLE color: 12255691.
HSL color Cylindrical-coordinate representation of color #CB01BB: hue angle of 304.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01BB is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.20 |
| HSL | 304.75º | 0.99% | 0.4% | - |
| HSV(B) | 304.75º | 1% | 0.8% | - |
| XYZ | 33.61 | 16.31 | 48.39 | - |
| YUV | 82.6 | 186.92 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 187 | 0 | 1.00 | 0.08 | 0.20 | 304.75 | 0.99 | 0.4 |
| Hex | CB | 1 | BB | 0 | 64 | 8 | 14 | 131 | 63 | 28 |
| Octal | 313 | 1 | 273 | 0 | 144 | 10 | 24 | 461 | 143 | 50 |
| Binary | 11001011 | 1 | 10111011 | 0 | 1100100 | 1000 | 10100 | 100110001 | 1100011 | 101000 |
Color Harmonies of #CB01BB
Complementary color
Monochromatic Colors of #CB01BB
Black with #CB01BB
Text Example
Text Example
White with #CB01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01BB; }
p { color: rgb(203,1,187); }
H1.HeaderClassName
{
color: #CB01BB;
}
.AnyTagClassName
{
color: #CB01BB;
}
</style>
background-color css
<style>
a { background-color: #CB01BB; }
a { background-color: rgb(203,1,187); }
div.DivClassName
{
background-color: #CB01BB;
}
.BgClassName
{
background-color: #CB01BB;
}
</style>
border-color css
<style>
span { border-color: #CB01BB; }
span { border-color: rgb(203,1,187); }
td.TdClassName
{
border-color: #CB01BB;
}
.TagClassName
{
border-color: #CB01BB;
}
</style>