Shades of Deep Magenta #CB21B2
Tints of Deep Magenta #CB21B2
RGB
CMYK
RGB Variations
Color information
#CB21B2 (or 0xCB21B2) is known color: Deep Magenta. HEX triplet: CB, 21 and B2. RGB value is (203,33,178). Sum of RGB (Red+Green+Blue) = 203+33+178=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21B2 is #34DE4D. Grayscale: #636363. Windows color (decimal): -3464782 or 11674059. OLE color: 11674059.
HSL color Cylindrical-coordinate representation of color #CB21B2: hue angle of 308.82º 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 #CB21B2 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 178 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.20 |
| HSL | 308.82º | 0.72% | 0.46% | - |
| HSV(B) | 308.82º | 0.84% | 0.8% | - |
| XYZ | 33.21 | 17 | 43.65 | - |
| YUV | 100.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 178 | 0 | 0.84 | 0.12 | 0.20 | 308.82 | 0.72 | 0.46 |
| Hex | CB | 21 | B2 | 0 | 54 | C | 14 | 135 | 48 | 2E |
| Octal | 313 | 41 | 262 | 0 | 124 | 14 | 24 | 465 | 110 | 56 |
| Binary | 11001011 | 100001 | 10110010 | 0 | 1010100 | 1100 | 10100 | 100110101 | 1001000 | 101110 |
Color Harmonies of #CB21B2
Complementary color
Monochromatic Colors of #CB21B2
Black with #CB21B2
Text Example
Text Example
White with #CB21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21B2; }
p { color: rgb(203,33,178); }
H1.HeaderClassName
{
color: #CB21B2;
}
.AnyTagClassName
{
color: #CB21B2;
}
</style>
background-color css
<style>
a { background-color: #CB21B2; }
a { background-color: rgb(203,33,178); }
div.DivClassName
{
background-color: #CB21B2;
}
.BgClassName
{
background-color: #CB21B2;
}
</style>
border-color css
<style>
span { border-color: #CB21B2; }
span { border-color: rgb(203,33,178); }
td.TdClassName
{
border-color: #CB21B2;
}
.TagClassName
{
border-color: #CB21B2;
}
</style>