Shades of Deep Magenta #CE20BF
Tints of Deep Magenta #CE20BF
RGB
CMYK
RGB Variations
Color information
#CE20BF (or 0xCE20BF) is known color: Deep Magenta. HEX triplet: CE, 20 and BF. RGB value is (206,32,191). Sum of RGB (Red+Green+Blue) = 206+32+191=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20BF is #31DF40. Grayscale: #656565. Windows color (decimal): -3268417 or 12525774. OLE color: 12525774.
HSL color Cylindrical-coordinate representation of color #CE20BF: hue angle of 305.17º 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 #CE20BF is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 191 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.19 |
| HSL | 305.17º | 0.73% | 0.47% | - |
| HSV(B) | 305.17º | 0.84% | 0.81% | - |
| XYZ | 35.37 | 17.92 | 50.88 | - |
| YUV | 102.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 191 | 0 | 0.84 | 0.07 | 0.19 | 305.17 | 0.73 | 0.47 |
| Hex | CE | 20 | BF | 0 | 54 | 7 | 13 | 131 | 49 | 2F |
| Octal | 316 | 40 | 277 | 0 | 124 | 7 | 23 | 461 | 111 | 57 |
| Binary | 11001110 | 100000 | 10111111 | 0 | 1010100 | 111 | 10011 | 100110001 | 1001001 | 101111 |
Color Harmonies of #CE20BF
Complementary color
Monochromatic Colors of #CE20BF
Black with #CE20BF
Text Example
Text Example
White with #CE20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20BF; }
p { color: rgb(206,32,191); }
H1.HeaderClassName
{
color: #CE20BF;
}
.AnyTagClassName
{
color: #CE20BF;
}
</style>
background-color css
<style>
a { background-color: #CE20BF; }
a { background-color: rgb(206,32,191); }
div.DivClassName
{
background-color: #CE20BF;
}
.BgClassName
{
background-color: #CE20BF;
}
</style>
border-color css
<style>
span { border-color: #CE20BF; }
span { border-color: rgb(206,32,191); }
td.TdClassName
{
border-color: #CE20BF;
}
.TagClassName
{
border-color: #CE20BF;
}
</style>