Shades of Deep Magenta #CE28C8
Tints of Deep Magenta #CE28C8
RGB
CMYK
RGB Variations
Color information
#CE28C8 (or 0xCE28C8) is known color: Deep Magenta. HEX triplet: CE, 28 and C8. RGB value is (206,40,200). Sum of RGB (Red+Green+Blue) = 206+40+200=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28C8 is #31D737. Grayscale: #6B6B6B. Windows color (decimal): -3266360 or 13117646. OLE color: 13117646.
HSL color Cylindrical-coordinate representation of color #CE28C8: hue angle of 302.17º 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 #CE28C8 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 200 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.19 |
| HSL | 302.17º | 0.67% | 0.48% | - |
| HSV(B) | 302.17º | 0.81% | 0.81% | - |
| XYZ | 36.64 | 18.81 | 56.34 | - |
| YUV | 107.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 200 | 0 | 0.81 | 0.03 | 0.19 | 302.17 | 0.67 | 0.48 |
| Hex | CE | 28 | C8 | 0 | 51 | 3 | 13 | 12E | 43 | 30 |
| Octal | 316 | 50 | 310 | 0 | 121 | 3 | 23 | 456 | 103 | 60 |
| Binary | 11001110 | 101000 | 11001000 | 0 | 1010001 | 11 | 10011 | 100101110 | 1000011 | 110000 |
Color Harmonies of #CE28C8
Complementary color
Monochromatic Colors of #CE28C8
Black with #CE28C8
Text Example
Text Example
White with #CE28C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28C8; }
p { color: rgb(206,40,200); }
H1.HeaderClassName
{
color: #CE28C8;
}
.AnyTagClassName
{
color: #CE28C8;
}
</style>
background-color css
<style>
a { background-color: #CE28C8; }
a { background-color: rgb(206,40,200); }
div.DivClassName
{
background-color: #CE28C8;
}
.BgClassName
{
background-color: #CE28C8;
}
</style>
border-color css
<style>
span { border-color: #CE28C8; }
span { border-color: rgb(206,40,200); }
td.TdClassName
{
border-color: #CE28C8;
}
.TagClassName
{
border-color: #CE28C8;
}
</style>