Shades of Deep Magenta #CE26CC
Tints of Deep Magenta #CE26CC
RGB
CMYK
RGB Variations
Color information
#CE26CC (or 0xCE26CC) is known color: Deep Magenta. HEX triplet: CE, 26 and CC. RGB value is (206,38,204). Sum of RGB (Red+Green+Blue) = 206+38+204=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26CC is #31D933. Grayscale: #6A6A6A. Windows color (decimal): -3266868 or 13379278. OLE color: 13379278.
HSL color Cylindrical-coordinate representation of color #CE26CC: hue angle of 300.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE26CC is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 204 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.19 |
| HSL | 300.71º | 0.69% | 0.48% | - |
| HSV(B) | 300.71º | 0.82% | 0.81% | - |
| XYZ | 37.05 | 18.87 | 58.82 | - |
| YUV | 107.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 204 | 0 | 0.82 | 0.01 | 0.19 | 300.71 | 0.69 | 0.48 |
| Hex | CE | 26 | CC | 0 | 52 | 1 | 13 | 12D | 45 | 30 |
| Octal | 316 | 46 | 314 | 0 | 122 | 1 | 23 | 455 | 105 | 60 |
| Binary | 11001110 | 100110 | 11001100 | 0 | 1010010 | 1 | 10011 | 100101101 | 1000101 | 110000 |
Color Harmonies of #CE26CC
Complementary color
Monochromatic Colors of #CE26CC
Black with #CE26CC
Text Example
Text Example
White with #CE26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26CC; }
p { color: rgb(206,38,204); }
H1.HeaderClassName
{
color: #CE26CC;
}
.AnyTagClassName
{
color: #CE26CC;
}
</style>
background-color css
<style>
a { background-color: #CE26CC; }
a { background-color: rgb(206,38,204); }
div.DivClassName
{
background-color: #CE26CC;
}
.BgClassName
{
background-color: #CE26CC;
}
</style>
border-color css
<style>
span { border-color: #CE26CC; }
span { border-color: rgb(206,38,204); }
td.TdClassName
{
border-color: #CE26CC;
}
.TagClassName
{
border-color: #CE26CC;
}
</style>