Shades of Deep Magenta #CB21D8
Tints of Deep Magenta #CB21D8
RGB
CMYK
RGB Variations
Color information
#CB21D8 (or 0xCB21D8) is known color: Deep Magenta. HEX triplet: CB, 21 and D8. RGB value is (203,33,216). Sum of RGB (Red+Green+Blue) = 203+33+216=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB21D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21D8 is #34DE27. Grayscale: #686868. Windows color (decimal): -3464744 or 14164427. OLE color: 14164427.
HSL color Cylindrical-coordinate representation of color #CB21D8: hue angle of 295.74º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB21D8 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 33 | 216 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.15 |
| HSL | 295.74º | 0.73% | 0.49% | - |
| HSV(B) | 295.74º | 0.85% | 0.85% | - |
| XYZ | 37.57 | 18.74 | 66.6 | - |
| YUV | 104.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 216 | 0.06 | 0.85 | 0 | 0.15 | 295.74 | 0.73 | 0.49 |
| Hex | CB | 21 | D8 | 6 | 55 | 0 | F | 128 | 49 | 31 |
| Octal | 313 | 41 | 330 | 6 | 125 | 0 | 17 | 450 | 111 | 61 |
| Binary | 11001011 | 100001 | 11011000 | 110 | 1010101 | 0 | 1111 | 100101000 | 1001001 | 110001 |
Color Harmonies of #CB21D8
Complementary color
Monochromatic Colors of #CB21D8
Black with #CB21D8
Text Example
Text Example
White with #CB21D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21D8; }
p { color: rgb(203,33,216); }
H1.HeaderClassName
{
color: #CB21D8;
}
.AnyTagClassName
{
color: #CB21D8;
}
</style>
background-color css
<style>
a { background-color: #CB21D8; }
a { background-color: rgb(203,33,216); }
div.DivClassName
{
background-color: #CB21D8;
}
.BgClassName
{
background-color: #CB21D8;
}
</style>
border-color css
<style>
span { border-color: #CB21D8; }
span { border-color: rgb(203,33,216); }
td.TdClassName
{
border-color: #CB21D8;
}
.TagClassName
{
border-color: #CB21D8;
}
</style>