Shades of Deep Magenta #CB06B0
Tints of Deep Magenta #CB06B0
RGB
CMYK
RGB Variations
Color information
#CB06B0 (or 0xCB06B0) is known color: Deep Magenta. HEX triplet: CB, 06 and B0. RGB value is (203,6,176). Sum of RGB (Red+Green+Blue) = 203+6+176=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06B0 is #34F94F. Grayscale: #535353. Windows color (decimal): -3471696 or 11536075. OLE color: 11536075.
HSL color Cylindrical-coordinate representation of color #CB06B0: hue angle of 308.22º 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 #CB06B0 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.20 |
| HSL | 308.22º | 0.94% | 0.41% | - |
| HSV(B) | 308.22º | 0.97% | 0.8% | - |
| XYZ | 32.53 | 15.96 | 42.44 | - |
| YUV | 84.28 | 179.77 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 176 | 0 | 0.97 | 0.13 | 0.20 | 308.22 | 0.94 | 0.41 |
| Hex | CB | 6 | B0 | 0 | 61 | D | 14 | 134 | 5E | 29 |
| Octal | 313 | 6 | 260 | 0 | 141 | 15 | 24 | 464 | 136 | 51 |
| Binary | 11001011 | 110 | 10110000 | 0 | 1100001 | 1101 | 10100 | 100110100 | 1011110 | 101001 |
Color Harmonies of #CB06B0
Complementary color
Monochromatic Colors of #CB06B0
Black with #CB06B0
Text Example
Text Example
White with #CB06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06B0; }
p { color: rgb(203,6,176); }
H1.HeaderClassName
{
color: #CB06B0;
}
.AnyTagClassName
{
color: #CB06B0;
}
</style>
background-color css
<style>
a { background-color: #CB06B0; }
a { background-color: rgb(203,6,176); }
div.DivClassName
{
background-color: #CB06B0;
}
.BgClassName
{
background-color: #CB06B0;
}
</style>
border-color css
<style>
span { border-color: #CB06B0; }
span { border-color: rgb(203,6,176); }
td.TdClassName
{
border-color: #CB06B0;
}
.TagClassName
{
border-color: #CB06B0;
}
</style>