Shades of Deep Magenta #CE26DD
Tints of Deep Magenta #CE26DD
RGB
CMYK
RGB Variations
Color information
#CE26DD (or 0xCE26DD) is known color: Deep Magenta. HEX triplet: CE, 26 and DD. RGB value is (206,38,221). Sum of RGB (Red+Green+Blue) = 206+38+221=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26DD is #31D922. Grayscale: #6C6C6C. Windows color (decimal): -3266851 or 14493390. OLE color: 14493390.
HSL color Cylindrical-coordinate representation of color #CE26DD: hue angle of 295.08º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE26DD is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 38 | 221 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.13 |
| HSL | 295.08º | 0.73% | 0.51% | - |
| HSV(B) | 295.08º | 0.83% | 0.87% | - |
| XYZ | 39.2 | 19.73 | 70.15 | - |
| YUV | 109.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 221 | 0.07 | 0.83 | 0 | 0.13 | 295.08 | 0.73 | 0.51 |
| Hex | CE | 26 | DD | 7 | 53 | 0 | D | 127 | 49 | 33 |
| Octal | 316 | 46 | 335 | 7 | 123 | 0 | 15 | 447 | 111 | 63 |
| Binary | 11001110 | 100110 | 11011101 | 111 | 1010011 | 0 | 1101 | 100100111 | 1001001 | 110011 |
Color Harmonies of #CE26DD
Complementary color
Monochromatic Colors of #CE26DD
Black with #CE26DD
Text Example
Text Example
White with #CE26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26DD; }
p { color: rgb(206,38,221); }
H1.HeaderClassName
{
color: #CE26DD;
}
.AnyTagClassName
{
color: #CE26DD;
}
</style>
background-color css
<style>
a { background-color: #CE26DD; }
a { background-color: rgb(206,38,221); }
div.DivClassName
{
background-color: #CE26DD;
}
.BgClassName
{
background-color: #CE26DD;
}
</style>
border-color css
<style>
span { border-color: #CE26DD; }
span { border-color: rgb(206,38,221); }
td.TdClassName
{
border-color: #CE26DD;
}
.TagClassName
{
border-color: #CE26DD;
}
</style>