Shades of Deep Magenta #CB21BA
Tints of Deep Magenta #CB21BA
RGB
CMYK
RGB Variations
Color information
#CB21BA (or 0xCB21BA) is known color: Deep Magenta. HEX triplet: CB, 21 and BA. RGB value is (203,33,186). Sum of RGB (Red+Green+Blue) = 203+33+186=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21BA is #34DE45. Grayscale: #646464. Windows color (decimal): -3464774 or 12198347. OLE color: 12198347.
HSL color Cylindrical-coordinate representation of color #CB21BA: hue angle of 306º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21BA is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 186 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.20 |
| HSL | 306º | 0.72% | 0.46% | - |
| HSV(B) | 306º | 0.84% | 0.8% | - |
| XYZ | 34.04 | 17.33 | 48.01 | - |
| YUV | 101.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 186 | 0 | 0.84 | 0.08 | 0.20 | 306 | 0.72 | 0.46 |
| Hex | CB | 21 | BA | 0 | 54 | 8 | 14 | 132 | 48 | 2E |
| Octal | 313 | 41 | 272 | 0 | 124 | 10 | 24 | 462 | 110 | 56 |
| Binary | 11001011 | 100001 | 10111010 | 0 | 1010100 | 1000 | 10100 | 100110010 | 1001000 | 101110 |
Color Harmonies of #CB21BA
Complementary color
Monochromatic Colors of #CB21BA
Black with #CB21BA
Text Example
Text Example
White with #CB21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21BA; }
p { color: rgb(203,33,186); }
H1.HeaderClassName
{
color: #CB21BA;
}
.AnyTagClassName
{
color: #CB21BA;
}
</style>
background-color css
<style>
a { background-color: #CB21BA; }
a { background-color: rgb(203,33,186); }
div.DivClassName
{
background-color: #CB21BA;
}
.BgClassName
{
background-color: #CB21BA;
}
</style>
border-color css
<style>
span { border-color: #CB21BA; }
span { border-color: rgb(203,33,186); }
td.TdClassName
{
border-color: #CB21BA;
}
.TagClassName
{
border-color: #CB21BA;
}
</style>