Shades of Deep Magenta #CE28CD
Tints of Deep Magenta #CE28CD
RGB
CMYK
RGB Variations
Color information
#CE28CD (or 0xCE28CD) is known color: Deep Magenta. HEX triplet: CE, 28 and CD. RGB value is (206,40,205). Sum of RGB (Red+Green+Blue) = 206+40+205=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28CD is #31D732. Grayscale: #6B6B6B. Windows color (decimal): -3266355 or 13445326. OLE color: 13445326.
HSL color Cylindrical-coordinate representation of color #CE28CD: hue angle of 300.36º 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 #CE28CD is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 205 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.19 |
| HSL | 300.36º | 0.67% | 0.48% | - |
| HSV(B) | 300.36º | 0.81% | 0.81% | - |
| XYZ | 37.23 | 19.05 | 59.47 | - |
| YUV | 108.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 205 | 0 | 0.81 | 0.00 | 0.19 | 300.36 | 0.67 | 0.48 |
| Hex | CE | 28 | CD | 0 | 51 | 0 | 13 | 12C | 43 | 30 |
| Octal | 316 | 50 | 315 | 0 | 121 | 0 | 23 | 454 | 103 | 60 |
| Binary | 11001110 | 101000 | 11001101 | 0 | 1010001 | 0 | 10011 | 100101100 | 1000011 | 110000 |
Color Harmonies of #CE28CD
Complementary color
Monochromatic Colors of #CE28CD
Black with #CE28CD
Text Example
Text Example
White with #CE28CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28CD; }
p { color: rgb(206,40,205); }
H1.HeaderClassName
{
color: #CE28CD;
}
.AnyTagClassName
{
color: #CE28CD;
}
</style>
background-color css
<style>
a { background-color: #CE28CD; }
a { background-color: rgb(206,40,205); }
div.DivClassName
{
background-color: #CE28CD;
}
.BgClassName
{
background-color: #CE28CD;
}
</style>
border-color css
<style>
span { border-color: #CE28CD; }
span { border-color: rgb(206,40,205); }
td.TdClassName
{
border-color: #CE28CD;
}
.TagClassName
{
border-color: #CE28CD;
}
</style>