Shades of Deep Magenta #CE26C0
Tints of Deep Magenta #CE26C0
RGB
CMYK
RGB Variations
Color information
#CE26C0 (or 0xCE26C0) is known color: Deep Magenta. HEX triplet: CE, 26 and C0. RGB value is (206,38,192). Sum of RGB (Red+Green+Blue) = 206+38+192=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26C0 is #31D93F. Grayscale: #696969. Windows color (decimal): -3266880 or 12592846. OLE color: 12592846.
HSL color Cylindrical-coordinate representation of color #CE26C0: hue angle of 305º 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 #CE26C0 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 192 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.19 |
| HSL | 305º | 0.69% | 0.48% | - |
| HSV(B) | 305º | 0.82% | 0.81% | - |
| XYZ | 35.66 | 18.31 | 51.52 | - |
| YUV | 105.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 192 | 0 | 0.82 | 0.07 | 0.19 | 305 | 0.69 | 0.48 |
| Hex | CE | 26 | C0 | 0 | 52 | 7 | 13 | 131 | 45 | 30 |
| Octal | 316 | 46 | 300 | 0 | 122 | 7 | 23 | 461 | 105 | 60 |
| Binary | 11001110 | 100110 | 11000000 | 0 | 1010010 | 111 | 10011 | 100110001 | 1000101 | 110000 |
Color Harmonies of #CE26C0
Complementary color
Monochromatic Colors of #CE26C0
Black with #CE26C0
Text Example
Text Example
White with #CE26C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26C0; }
p { color: rgb(206,38,192); }
H1.HeaderClassName
{
color: #CE26C0;
}
.AnyTagClassName
{
color: #CE26C0;
}
</style>
background-color css
<style>
a { background-color: #CE26C0; }
a { background-color: rgb(206,38,192); }
div.DivClassName
{
background-color: #CE26C0;
}
.BgClassName
{
background-color: #CE26C0;
}
</style>
border-color css
<style>
span { border-color: #CE26C0; }
span { border-color: rgb(206,38,192); }
td.TdClassName
{
border-color: #CE26C0;
}
.TagClassName
{
border-color: #CE26C0;
}
</style>