Shades of Deep Magenta #CE28CB
Tints of Deep Magenta #CE28CB
RGB
CMYK
RGB Variations
Color information
#CE28CB (or 0xCE28CB) is known color: Deep Magenta. HEX triplet: CE, 28 and CB. RGB value is (206,40,203). Sum of RGB (Red+Green+Blue) = 206+40+203=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28CB is #31D734. Grayscale: #6B6B6B. Windows color (decimal): -3266357 or 13314254. OLE color: 13314254.
HSL color Cylindrical-coordinate representation of color #CE28CB: hue angle of 301.08º 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 #CE28CB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 203 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.19 |
| HSL | 301.08º | 0.67% | 0.48% | - |
| HSV(B) | 301.08º | 0.81% | 0.81% | - |
| XYZ | 36.99 | 18.95 | 58.21 | - |
| YUV | 108.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 203 | 0 | 0.81 | 0.01 | 0.19 | 301.08 | 0.67 | 0.48 |
| Hex | CE | 28 | CB | 0 | 51 | 1 | 13 | 12D | 43 | 30 |
| Octal | 316 | 50 | 313 | 0 | 121 | 1 | 23 | 455 | 103 | 60 |
| Binary | 11001110 | 101000 | 11001011 | 0 | 1010001 | 1 | 10011 | 100101101 | 1000011 | 110000 |
Color Harmonies of #CE28CB
Complementary color
Monochromatic Colors of #CE28CB
Black with #CE28CB
Text Example
Text Example
White with #CE28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28CB; }
p { color: rgb(206,40,203); }
H1.HeaderClassName
{
color: #CE28CB;
}
.AnyTagClassName
{
color: #CE28CB;
}
</style>
background-color css
<style>
a { background-color: #CE28CB; }
a { background-color: rgb(206,40,203); }
div.DivClassName
{
background-color: #CE28CB;
}
.BgClassName
{
background-color: #CE28CB;
}
</style>
border-color css
<style>
span { border-color: #CE28CB; }
span { border-color: rgb(206,40,203); }
td.TdClassName
{
border-color: #CE28CB;
}
.TagClassName
{
border-color: #CE28CB;
}
</style>