Shades of Deep Magenta #CE28B8
Tints of Deep Magenta #CE28B8
RGB
CMYK
RGB Variations
Color information
#CE28B8 (or 0xCE28B8) is known color: Deep Magenta. HEX triplet: CE, 28 and B8. RGB value is (206,40,184). Sum of RGB (Red+Green+Blue) = 206+40+184=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28B8 is #31D747. Grayscale: #696969. Windows color (decimal): -3266376 or 12069070. OLE color: 12069070.
HSL color Cylindrical-coordinate representation of color #CE28B8: hue angle of 307.95º 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 #CE28B8 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 184 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.19 |
| HSL | 307.95º | 0.67% | 0.48% | - |
| HSV(B) | 307.95º | 0.81% | 0.81% | - |
| XYZ | 34.86 | 18.1 | 47 | - |
| YUV | 106.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 184 | 0 | 0.81 | 0.11 | 0.19 | 307.95 | 0.67 | 0.48 |
| Hex | CE | 28 | B8 | 0 | 51 | B | 13 | 134 | 43 | 30 |
| Octal | 316 | 50 | 270 | 0 | 121 | 13 | 23 | 464 | 103 | 60 |
| Binary | 11001110 | 101000 | 10111000 | 0 | 1010001 | 1011 | 10011 | 100110100 | 1000011 | 110000 |
Color Harmonies of #CE28B8
Complementary color
Monochromatic Colors of #CE28B8
Black with #CE28B8
Text Example
Text Example
White with #CE28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28B8; }
p { color: rgb(206,40,184); }
H1.HeaderClassName
{
color: #CE28B8;
}
.AnyTagClassName
{
color: #CE28B8;
}
</style>
background-color css
<style>
a { background-color: #CE28B8; }
a { background-color: rgb(206,40,184); }
div.DivClassName
{
background-color: #CE28B8;
}
.BgClassName
{
background-color: #CE28B8;
}
</style>
border-color css
<style>
span { border-color: #CE28B8; }
span { border-color: rgb(206,40,184); }
td.TdClassName
{
border-color: #CE28B8;
}
.TagClassName
{
border-color: #CE28B8;
}
</style>