Shades of Deep Magenta #CE20BB
Tints of Deep Magenta #CE20BB
RGB
CMYK
RGB Variations
Color information
#CE20BB (or 0xCE20BB) is known color: Deep Magenta. HEX triplet: CE, 20 and BB. RGB value is (206,32,187). Sum of RGB (Red+Green+Blue) = 206+32+187=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20BB is #31DF44. Grayscale: #656565. Windows color (decimal): -3268421 or 12263630. OLE color: 12263630.
HSL color Cylindrical-coordinate representation of color #CE20BB: hue angle of 306.55º degrees, saturation: 0.73, 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 #CE20BB is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 187 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.19 |
| HSL | 306.55º | 0.73% | 0.47% | - |
| HSV(B) | 306.55º | 0.84% | 0.81% | - |
| XYZ | 34.94 | 17.74 | 48.6 | - |
| YUV | 101.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 187 | 0 | 0.84 | 0.09 | 0.19 | 306.55 | 0.73 | 0.47 |
| Hex | CE | 20 | BB | 0 | 54 | 9 | 13 | 133 | 49 | 2F |
| Octal | 316 | 40 | 273 | 0 | 124 | 11 | 23 | 463 | 111 | 57 |
| Binary | 11001110 | 100000 | 10111011 | 0 | 1010100 | 1001 | 10011 | 100110011 | 1001001 | 101111 |
Color Harmonies of #CE20BB
Complementary color
Monochromatic Colors of #CE20BB
Black with #CE20BB
Text Example
Text Example
White with #CE20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20BB; }
p { color: rgb(206,32,187); }
H1.HeaderClassName
{
color: #CE20BB;
}
.AnyTagClassName
{
color: #CE20BB;
}
</style>
background-color css
<style>
a { background-color: #CE20BB; }
a { background-color: rgb(206,32,187); }
div.DivClassName
{
background-color: #CE20BB;
}
.BgClassName
{
background-color: #CE20BB;
}
</style>
border-color css
<style>
span { border-color: #CE20BB; }
span { border-color: rgb(206,32,187); }
td.TdClassName
{
border-color: #CE20BB;
}
.TagClassName
{
border-color: #CE20BB;
}
</style>