Shades of Deep Magenta #CE20BC
Tints of Deep Magenta #CE20BC
RGB
CMYK
RGB Variations
Color information
#CE20BC (or 0xCE20BC) is known color: Deep Magenta. HEX triplet: CE, 20 and BC. RGB value is (206,32,188). Sum of RGB (Red+Green+Blue) = 206+32+188=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20BC is #31DF43. Grayscale: #656565. Windows color (decimal): -3268420 or 12329166. OLE color: 12329166.
HSL color Cylindrical-coordinate representation of color #CE20BC: hue angle of 306.21º 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 #CE20BC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 188 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.19 |
| HSL | 306.21º | 0.73% | 0.47% | - |
| HSV(B) | 306.21º | 0.84% | 0.81% | - |
| XYZ | 35.05 | 17.79 | 49.16 | - |
| YUV | 101.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 188 | 0 | 0.84 | 0.09 | 0.19 | 306.21 | 0.73 | 0.47 |
| Hex | CE | 20 | BC | 0 | 54 | 9 | 13 | 132 | 49 | 2F |
| Octal | 316 | 40 | 274 | 0 | 124 | 11 | 23 | 462 | 111 | 57 |
| Binary | 11001110 | 100000 | 10111100 | 0 | 1010100 | 1001 | 10011 | 100110010 | 1001001 | 101111 |
Color Harmonies of #CE20BC
Complementary color
Monochromatic Colors of #CE20BC
Black with #CE20BC
Text Example
Text Example
White with #CE20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20BC; }
p { color: rgb(206,32,188); }
H1.HeaderClassName
{
color: #CE20BC;
}
.AnyTagClassName
{
color: #CE20BC;
}
</style>
background-color css
<style>
a { background-color: #CE20BC; }
a { background-color: rgb(206,32,188); }
div.DivClassName
{
background-color: #CE20BC;
}
.BgClassName
{
background-color: #CE20BC;
}
</style>
border-color css
<style>
span { border-color: #CE20BC; }
span { border-color: rgb(206,32,188); }
td.TdClassName
{
border-color: #CE20BC;
}
.TagClassName
{
border-color: #CE20BC;
}
</style>