Shades of Deep Magenta #CB22BB
Tints of Deep Magenta #CB22BB
RGB
CMYK
RGB Variations
Color information
#CB22BB (or 0xCB22BB) is known color: Deep Magenta. HEX triplet: CB, 22 and BB. RGB value is (203,34,187). Sum of RGB (Red+Green+Blue) = 203+34+187=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22BB is #34DD44. Grayscale: #656565. Windows color (decimal): -3464517 or 12264139. OLE color: 12264139.
HSL color Cylindrical-coordinate representation of color #CB22BB: hue angle of 305.68º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB22BB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 187 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.20 |
| HSL | 305.68º | 0.71% | 0.46% | - |
| HSV(B) | 305.68º | 0.83% | 0.8% | - |
| XYZ | 34.17 | 17.43 | 48.58 | - |
| YUV | 101.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 187 | 0 | 0.83 | 0.08 | 0.20 | 305.68 | 0.71 | 0.46 |
| Hex | CB | 22 | BB | 0 | 53 | 8 | 14 | 132 | 47 | 2E |
| Octal | 313 | 42 | 273 | 0 | 123 | 10 | 24 | 462 | 107 | 56 |
| Binary | 11001011 | 100010 | 10111011 | 0 | 1010011 | 1000 | 10100 | 100110010 | 1000111 | 101110 |
Color Harmonies of #CB22BB
Complementary color
Monochromatic Colors of #CB22BB
Black with #CB22BB
Text Example
Text Example
White with #CB22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22BB; }
p { color: rgb(203,34,187); }
H1.HeaderClassName
{
color: #CB22BB;
}
.AnyTagClassName
{
color: #CB22BB;
}
</style>
background-color css
<style>
a { background-color: #CB22BB; }
a { background-color: rgb(203,34,187); }
div.DivClassName
{
background-color: #CB22BB;
}
.BgClassName
{
background-color: #CB22BB;
}
</style>
border-color css
<style>
span { border-color: #CB22BB; }
span { border-color: rgb(203,34,187); }
td.TdClassName
{
border-color: #CB22BB;
}
.TagClassName
{
border-color: #CB22BB;
}
</style>