Shades of Deep Magenta #CE21CC
Tints of Deep Magenta #CE21CC
RGB
CMYK
RGB Variations
Color information
#CE21CC (or 0xCE21CC) is known color: Deep Magenta. HEX triplet: CE, 21 and CC. RGB value is (206,33,204). Sum of RGB (Red+Green+Blue) = 206+33+204=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21CC is #31DE33. Grayscale: #676767. Windows color (decimal): -3268148 or 13377998. OLE color: 13377998.
HSL color Cylindrical-coordinate representation of color #CE21CC: hue angle of 300.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE21CC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 204 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.19 |
| HSL | 300.69º | 0.72% | 0.47% | - |
| HSV(B) | 300.69º | 0.84% | 0.81% | - |
| XYZ | 36.9 | 18.57 | 58.77 | - |
| YUV | 104.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 204 | 0 | 0.84 | 0.01 | 0.19 | 300.69 | 0.72 | 0.47 |
| Hex | CE | 21 | CC | 0 | 54 | 1 | 13 | 12D | 48 | 2F |
| Octal | 316 | 41 | 314 | 0 | 124 | 1 | 23 | 455 | 110 | 57 |
| Binary | 11001110 | 100001 | 11001100 | 0 | 1010100 | 1 | 10011 | 100101101 | 1001000 | 101111 |
Color Harmonies of #CE21CC
Complementary color
Monochromatic Colors of #CE21CC
Black with #CE21CC
Text Example
Text Example
White with #CE21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21CC; }
p { color: rgb(206,33,204); }
H1.HeaderClassName
{
color: #CE21CC;
}
.AnyTagClassName
{
color: #CE21CC;
}
</style>
background-color css
<style>
a { background-color: #CE21CC; }
a { background-color: rgb(206,33,204); }
div.DivClassName
{
background-color: #CE21CC;
}
.BgClassName
{
background-color: #CE21CC;
}
</style>
border-color css
<style>
span { border-color: #CE21CC; }
span { border-color: rgb(206,33,204); }
td.TdClassName
{
border-color: #CE21CC;
}
.TagClassName
{
border-color: #CE21CC;
}
</style>