Shades of Deep Magenta #CB22BA
Tints of Deep Magenta #CB22BA
RGB
CMYK
RGB Variations
Color information
#CB22BA (or 0xCB22BA) is known color: Deep Magenta. HEX triplet: CB, 22 and BA. RGB value is (203,34,186). Sum of RGB (Red+Green+Blue) = 203+34+186=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB22BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22BA is #34DD45. Grayscale: #656565. Windows color (decimal): -3464518 or 12198603. OLE color: 12198603.
HSL color Cylindrical-coordinate representation of color #CB22BA: hue angle of 306.04º 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 #CB22BA is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 186 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.20 |
| HSL | 306.04º | 0.71% | 0.46% | - |
| HSV(B) | 306.04º | 0.83% | 0.8% | - |
| XYZ | 34.06 | 17.39 | 48.01 | - |
| YUV | 101.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 186 | 0 | 0.83 | 0.08 | 0.20 | 306.04 | 0.71 | 0.46 |
| Hex | CB | 22 | BA | 0 | 53 | 8 | 14 | 132 | 47 | 2E |
| Octal | 313 | 42 | 272 | 0 | 123 | 10 | 24 | 462 | 107 | 56 |
| Binary | 11001011 | 100010 | 10111010 | 0 | 1010011 | 1000 | 10100 | 100110010 | 1000111 | 101110 |
Color Harmonies of #CB22BA
Complementary color
Monochromatic Colors of #CB22BA
Black with #CB22BA
Text Example
Text Example
White with #CB22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22BA; }
p { color: rgb(203,34,186); }
H1.HeaderClassName
{
color: #CB22BA;
}
.AnyTagClassName
{
color: #CB22BA;
}
</style>
background-color css
<style>
a { background-color: #CB22BA; }
a { background-color: rgb(203,34,186); }
div.DivClassName
{
background-color: #CB22BA;
}
.BgClassName
{
background-color: #CB22BA;
}
</style>
border-color css
<style>
span { border-color: #CB22BA; }
span { border-color: rgb(203,34,186); }
td.TdClassName
{
border-color: #CB22BA;
}
.TagClassName
{
border-color: #CB22BA;
}
</style>