Shades of Deep Magenta #CB21DE
Tints of Deep Magenta #CB21DE
RGB
CMYK
RGB Variations
Color information
#CB21DE (or 0xCB21DE) is known color: Deep Magenta. HEX triplet: CB, 21 and DE. RGB value is (203,33,222). Sum of RGB (Red+Green+Blue) = 203+33+222=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB21DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21DE is #34DE21. Grayscale: #686868. Windows color (decimal): -3464738 or 14557643. OLE color: 14557643.
HSL color Cylindrical-coordinate representation of color #CB21DE: hue angle of 293.97º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB21DE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 33 | 222 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.13 |
| HSL | 293.97º | 0.74% | 0.5% | - |
| HSV(B) | 293.97º | 0.85% | 0.87% | - |
| XYZ | 38.36 | 19.06 | 70.76 | - |
| YUV | 105.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 222 | 0.09 | 0.85 | 0 | 0.13 | 293.97 | 0.74 | 0.5 |
| Hex | CB | 21 | DE | 9 | 55 | 0 | D | 126 | 4A | 32 |
| Octal | 313 | 41 | 336 | 11 | 125 | 0 | 15 | 446 | 112 | 62 |
| Binary | 11001011 | 100001 | 11011110 | 1001 | 1010101 | 0 | 1101 | 100100110 | 1001010 | 110010 |
Color Harmonies of #CB21DE
Complementary color
Monochromatic Colors of #CB21DE
Black with #CB21DE
Text Example
Text Example
White with #CB21DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21DE; }
p { color: rgb(203,33,222); }
H1.HeaderClassName
{
color: #CB21DE;
}
.AnyTagClassName
{
color: #CB21DE;
}
</style>
background-color css
<style>
a { background-color: #CB21DE; }
a { background-color: rgb(203,33,222); }
div.DivClassName
{
background-color: #CB21DE;
}
.BgClassName
{
background-color: #CB21DE;
}
</style>
border-color css
<style>
span { border-color: #CB21DE; }
span { border-color: rgb(203,33,222); }
td.TdClassName
{
border-color: #CB21DE;
}
.TagClassName
{
border-color: #CB21DE;
}
</style>