Shades of Deep Magenta #CB21B1
Tints of Deep Magenta #CB21B1
RGB
CMYK
RGB Variations
Color information
#CB21B1 (or 0xCB21B1) is known color: Deep Magenta. HEX triplet: CB, 21 and B1. RGB value is (203,33,177). Sum of RGB (Red+Green+Blue) = 203+33+177=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21B1 is #34DE4E. Grayscale: #636363. Windows color (decimal): -3464783 or 11608523. OLE color: 11608523.
HSL color Cylindrical-coordinate representation of color #CB21B1: hue angle of 309.18º 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 #CB21B1 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 177 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.20 |
| HSL | 309.18º | 0.72% | 0.46% | - |
| HSV(B) | 309.18º | 0.84% | 0.8% | - |
| XYZ | 33.11 | 16.96 | 43.12 | - |
| YUV | 100.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 177 | 0 | 0.84 | 0.13 | 0.20 | 309.18 | 0.72 | 0.46 |
| Hex | CB | 21 | B1 | 0 | 54 | D | 14 | 135 | 48 | 2E |
| Octal | 313 | 41 | 261 | 0 | 124 | 15 | 24 | 465 | 110 | 56 |
| Binary | 11001011 | 100001 | 10110001 | 0 | 1010100 | 1101 | 10100 | 100110101 | 1001000 | 101110 |
Color Harmonies of #CB21B1
Complementary color
Monochromatic Colors of #CB21B1
Black with #CB21B1
Text Example
Text Example
White with #CB21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21B1; }
p { color: rgb(203,33,177); }
H1.HeaderClassName
{
color: #CB21B1;
}
.AnyTagClassName
{
color: #CB21B1;
}
</style>
background-color css
<style>
a { background-color: #CB21B1; }
a { background-color: rgb(203,33,177); }
div.DivClassName
{
background-color: #CB21B1;
}
.BgClassName
{
background-color: #CB21B1;
}
</style>
border-color css
<style>
span { border-color: #CB21B1; }
span { border-color: rgb(203,33,177); }
td.TdClassName
{
border-color: #CB21B1;
}
.TagClassName
{
border-color: #CB21B1;
}
</style>