Shades of Deep Magenta #CB06BB
Tints of Deep Magenta #CB06BB
RGB
CMYK
RGB Variations
Color information
#CB06BB (or 0xCB06BB) is known color: Deep Magenta. HEX triplet: CB, 06 and BB. RGB value is (203,6,187). Sum of RGB (Red+Green+Blue) = 203+6+187=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06BB is #34F944. Grayscale: #555555. Windows color (decimal): -3471685 or 12256971. OLE color: 12256971.
HSL color Cylindrical-coordinate representation of color #CB06BB: hue angle of 304.87º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06BB is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.20 |
| HSL | 304.87º | 0.94% | 0.41% | - |
| HSV(B) | 304.87º | 0.97% | 0.8% | - |
| XYZ | 33.66 | 16.41 | 48.41 | - |
| YUV | 85.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 187 | 0 | 0.97 | 0.08 | 0.20 | 304.87 | 0.94 | 0.41 |
| Hex | CB | 6 | BB | 0 | 61 | 8 | 14 | 131 | 5E | 29 |
| Octal | 313 | 6 | 273 | 0 | 141 | 10 | 24 | 461 | 136 | 51 |
| Binary | 11001011 | 110 | 10111011 | 0 | 1100001 | 1000 | 10100 | 100110001 | 1011110 | 101001 |
Color Harmonies of #CB06BB
Complementary color
Monochromatic Colors of #CB06BB
Black with #CB06BB
Text Example
Text Example
White with #CB06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06BB; }
p { color: rgb(203,6,187); }
H1.HeaderClassName
{
color: #CB06BB;
}
.AnyTagClassName
{
color: #CB06BB;
}
</style>
background-color css
<style>
a { background-color: #CB06BB; }
a { background-color: rgb(203,6,187); }
div.DivClassName
{
background-color: #CB06BB;
}
.BgClassName
{
background-color: #CB06BB;
}
</style>
border-color css
<style>
span { border-color: #CB06BB; }
span { border-color: rgb(203,6,187); }
td.TdClassName
{
border-color: #CB06BB;
}
.TagClassName
{
border-color: #CB06BB;
}
</style>