Shades of Deep Magenta #CE28B6
Tints of Deep Magenta #CE28B6
RGB
CMYK
RGB Variations
Color information
#CE28B6 (or 0xCE28B6) is known color: Deep Magenta. HEX triplet: CE, 28 and B6. RGB value is (206,40,182). Sum of RGB (Red+Green+Blue) = 206+40+182=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28B6 is #31D749. Grayscale: #696969. Windows color (decimal): -3266378 or 11937998. OLE color: 11937998.
HSL color Cylindrical-coordinate representation of color #CE28B6: hue angle of 308.67º 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 #CE28B6 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 182 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.19 |
| HSL | 308.67º | 0.67% | 0.48% | - |
| HSV(B) | 308.67º | 0.81% | 0.81% | - |
| XYZ | 34.66 | 18.02 | 45.91 | - |
| YUV | 105.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 182 | 0 | 0.81 | 0.12 | 0.19 | 308.67 | 0.67 | 0.48 |
| Hex | CE | 28 | B6 | 0 | 51 | C | 13 | 135 | 43 | 30 |
| Octal | 316 | 50 | 266 | 0 | 121 | 14 | 23 | 465 | 103 | 60 |
| Binary | 11001110 | 101000 | 10110110 | 0 | 1010001 | 1100 | 10011 | 100110101 | 1000011 | 110000 |
Color Harmonies of #CE28B6
Complementary color
Monochromatic Colors of #CE28B6
Black with #CE28B6
Text Example
Text Example
White with #CE28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28B6; }
p { color: rgb(206,40,182); }
H1.HeaderClassName
{
color: #CE28B6;
}
.AnyTagClassName
{
color: #CE28B6;
}
</style>
background-color css
<style>
a { background-color: #CE28B6; }
a { background-color: rgb(206,40,182); }
div.DivClassName
{
background-color: #CE28B6;
}
.BgClassName
{
background-color: #CE28B6;
}
</style>
border-color css
<style>
span { border-color: #CE28B6; }
span { border-color: rgb(206,40,182); }
td.TdClassName
{
border-color: #CE28B6;
}
.TagClassName
{
border-color: #CE28B6;
}
</style>