Shades of Deep Magenta #CE26DF
Tints of Deep Magenta #CE26DF
RGB
CMYK
RGB Variations
Color information
#CE26DF (or 0xCE26DF) is known color: Deep Magenta. HEX triplet: CE, 26 and DF. RGB value is (206,38,223). Sum of RGB (Red+Green+Blue) = 206+38+223=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26DF is #31D920. Grayscale: #6C6C6C. Windows color (decimal): -3266849 or 14624462. OLE color: 14624462.
HSL color Cylindrical-coordinate representation of color #CE26DF: hue angle of 294.49º degrees, saturation: 0.74, 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 #CE26DF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 38 | 223 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.13 |
| HSL | 294.49º | 0.74% | 0.51% | - |
| HSV(B) | 294.49º | 0.83% | 0.87% | - |
| XYZ | 39.47 | 19.84 | 71.56 | - |
| YUV | 109.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 223 | 0.08 | 0.83 | 0 | 0.13 | 294.49 | 0.74 | 0.51 |
| Hex | CE | 26 | DF | 8 | 53 | 0 | D | 126 | 4A | 33 |
| Octal | 316 | 46 | 337 | 10 | 123 | 0 | 15 | 446 | 112 | 63 |
| Binary | 11001110 | 100110 | 11011111 | 1000 | 1010011 | 0 | 1101 | 100100110 | 1001010 | 110011 |
Color Harmonies of #CE26DF
Complementary color
Monochromatic Colors of #CE26DF
Black with #CE26DF
Text Example
Text Example
White with #CE26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26DF; }
p { color: rgb(206,38,223); }
H1.HeaderClassName
{
color: #CE26DF;
}
.AnyTagClassName
{
color: #CE26DF;
}
</style>
background-color css
<style>
a { background-color: #CE26DF; }
a { background-color: rgb(206,38,223); }
div.DivClassName
{
background-color: #CE26DF;
}
.BgClassName
{
background-color: #CE26DF;
}
</style>
border-color css
<style>
span { border-color: #CE26DF; }
span { border-color: rgb(206,38,223); }
td.TdClassName
{
border-color: #CE26DF;
}
.TagClassName
{
border-color: #CE26DF;
}
</style>