Shades of Deep Magenta #CE28BD
Tints of Deep Magenta #CE28BD
RGB
CMYK
RGB Variations
Color information
#CE28BD (or 0xCE28BD) is known color: Deep Magenta. HEX triplet: CE, 28 and BD. RGB value is (206,40,189). Sum of RGB (Red+Green+Blue) = 206+40+189=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28BD is #31D742. Grayscale: #6A6A6A. Windows color (decimal): -3266371 or 12396750. OLE color: 12396750.
HSL color Cylindrical-coordinate representation of color #CE28BD: hue angle of 306.14º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE28BD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 189 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.19 |
| HSL | 306.14º | 0.67% | 0.48% | - |
| HSV(B) | 306.14º | 0.81% | 0.81% | - |
| XYZ | 35.4 | 18.31 | 49.81 | - |
| YUV | 106.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 189 | 0 | 0.81 | 0.08 | 0.19 | 306.14 | 0.67 | 0.48 |
| Hex | CE | 28 | BD | 0 | 51 | 8 | 13 | 132 | 43 | 30 |
| Octal | 316 | 50 | 275 | 0 | 121 | 10 | 23 | 462 | 103 | 60 |
| Binary | 11001110 | 101000 | 10111101 | 0 | 1010001 | 1000 | 10011 | 100110010 | 1000011 | 110000 |
Color Harmonies of #CE28BD
Complementary color
Monochromatic Colors of #CE28BD
Black with #CE28BD
Text Example
Text Example
White with #CE28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28BD; }
p { color: rgb(206,40,189); }
H1.HeaderClassName
{
color: #CE28BD;
}
.AnyTagClassName
{
color: #CE28BD;
}
</style>
background-color css
<style>
a { background-color: #CE28BD; }
a { background-color: rgb(206,40,189); }
div.DivClassName
{
background-color: #CE28BD;
}
.BgClassName
{
background-color: #CE28BD;
}
</style>
border-color css
<style>
span { border-color: #CE28BD; }
span { border-color: rgb(206,40,189); }
td.TdClassName
{
border-color: #CE28BD;
}
.TagClassName
{
border-color: #CE28BD;
}
</style>