Shades of Deep Magenta #CE26C8
Tints of Deep Magenta #CE26C8
RGB
CMYK
RGB Variations
Color information
#CE26C8 (or 0xCE26C8) is known color: Deep Magenta. HEX triplet: CE, 26 and C8. RGB value is (206,38,200). Sum of RGB (Red+Green+Blue) = 206+38+200=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26C8 is #31D937. Grayscale: #6A6A6A. Windows color (decimal): -3266872 or 13117134. OLE color: 13117134.
HSL color Cylindrical-coordinate representation of color #CE26C8: hue angle of 302.14º 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 #CE26C8 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 200 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.19 |
| HSL | 302.14º | 0.69% | 0.48% | - |
| HSV(B) | 302.14º | 0.82% | 0.81% | - |
| XYZ | 36.57 | 18.68 | 56.32 | - |
| YUV | 106.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 200 | 0 | 0.82 | 0.03 | 0.19 | 302.14 | 0.69 | 0.48 |
| Hex | CE | 26 | C8 | 0 | 52 | 3 | 13 | 12E | 45 | 30 |
| Octal | 316 | 46 | 310 | 0 | 122 | 3 | 23 | 456 | 105 | 60 |
| Binary | 11001110 | 100110 | 11001000 | 0 | 1010010 | 11 | 10011 | 100101110 | 1000101 | 110000 |
Color Harmonies of #CE26C8
Complementary color
Monochromatic Colors of #CE26C8
Black with #CE26C8
Text Example
Text Example
White with #CE26C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26C8; }
p { color: rgb(206,38,200); }
H1.HeaderClassName
{
color: #CE26C8;
}
.AnyTagClassName
{
color: #CE26C8;
}
</style>
background-color css
<style>
a { background-color: #CE26C8; }
a { background-color: rgb(206,38,200); }
div.DivClassName
{
background-color: #CE26C8;
}
.BgClassName
{
background-color: #CE26C8;
}
</style>
border-color css
<style>
span { border-color: #CE26C8; }
span { border-color: rgb(206,38,200); }
td.TdClassName
{
border-color: #CE26C8;
}
.TagClassName
{
border-color: #CE26C8;
}
</style>