Shades of Deep Magenta #CB07BB
Tints of Deep Magenta #CB07BB
RGB
CMYK
RGB Variations
Color information
#CB07BB (or 0xCB07BB) is known color: Deep Magenta. HEX triplet: CB, 07 and BB. RGB value is (203,7,187). Sum of RGB (Red+Green+Blue) = 203+7+187=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07BB is #34F844. Grayscale: #555555. Windows color (decimal): -3471429 or 12257227. OLE color: 12257227.
HSL color Cylindrical-coordinate representation of color #CB07BB: hue angle of 304.9º degrees, saturation: 0.93, 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 #CB07BB is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.20 |
| HSL | 304.9º | 0.93% | 0.41% | - |
| HSV(B) | 304.9º | 0.97% | 0.8% | - |
| XYZ | 33.67 | 16.44 | 48.41 | - |
| YUV | 86.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 187 | 0 | 0.97 | 0.08 | 0.20 | 304.9 | 0.93 | 0.41 |
| Hex | CB | 7 | BB | 0 | 61 | 8 | 14 | 131 | 5D | 29 |
| Octal | 313 | 7 | 273 | 0 | 141 | 10 | 24 | 461 | 135 | 51 |
| Binary | 11001011 | 111 | 10111011 | 0 | 1100001 | 1000 | 10100 | 100110001 | 1011101 | 101001 |
Color Harmonies of #CB07BB
Complementary color
Monochromatic Colors of #CB07BB
Black with #CB07BB
Text Example
Text Example
White with #CB07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07BB; }
p { color: rgb(203,7,187); }
H1.HeaderClassName
{
color: #CB07BB;
}
.AnyTagClassName
{
color: #CB07BB;
}
</style>
background-color css
<style>
a { background-color: #CB07BB; }
a { background-color: rgb(203,7,187); }
div.DivClassName
{
background-color: #CB07BB;
}
.BgClassName
{
background-color: #CB07BB;
}
</style>
border-color css
<style>
span { border-color: #CB07BB; }
span { border-color: rgb(203,7,187); }
td.TdClassName
{
border-color: #CB07BB;
}
.TagClassName
{
border-color: #CB07BB;
}
</style>