Shades of Deep Magenta #CE2BDF
Tints of Deep Magenta #CE2BDF
RGB
CMYK
RGB Variations
Color information
#CE2BDF (or 0xCE2BDF) is known color: Deep Magenta. HEX triplet: CE, 2B and DF. RGB value is (206,43,223). Sum of RGB (Red+Green+Blue) = 206+43+223=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BDF is #31D420. Grayscale: #6F6F6F. Windows color (decimal): -3265569 or 14625742. OLE color: 14625742.
HSL color Cylindrical-coordinate representation of color #CE2BDF: hue angle of 294.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2BDF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 43 | 223 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.13 |
| HSL | 294.33º | 0.74% | 0.52% | - |
| HSV(B) | 294.33º | 0.81% | 0.87% | - |
| XYZ | 39.64 | 20.18 | 71.62 | - |
| YUV | 112.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 223 | 0.08 | 0.81 | 0 | 0.13 | 294.33 | 0.74 | 0.52 |
| Hex | CE | 2B | DF | 8 | 51 | 0 | D | 126 | 4A | 34 |
| Octal | 316 | 53 | 337 | 10 | 121 | 0 | 15 | 446 | 112 | 64 |
| Binary | 11001110 | 101011 | 11011111 | 1000 | 1010001 | 0 | 1101 | 100100110 | 1001010 | 110100 |
Color Harmonies of #CE2BDF
Complementary color
Monochromatic Colors of #CE2BDF
Black with #CE2BDF
Text Example
Text Example
White with #CE2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BDF; }
p { color: rgb(206,43,223); }
H1.HeaderClassName
{
color: #CE2BDF;
}
.AnyTagClassName
{
color: #CE2BDF;
}
</style>
background-color css
<style>
a { background-color: #CE2BDF; }
a { background-color: rgb(206,43,223); }
div.DivClassName
{
background-color: #CE2BDF;
}
.BgClassName
{
background-color: #CE2BDF;
}
</style>
border-color css
<style>
span { border-color: #CE2BDF; }
span { border-color: rgb(206,43,223); }
td.TdClassName
{
border-color: #CE2BDF;
}
.TagClassName
{
border-color: #CE2BDF;
}
</style>