Shades of Deep Magenta #CE26B5
Tints of Deep Magenta #CE26B5
RGB
CMYK
RGB Variations
Color information
#CE26B5 (or 0xCE26B5) is known color: Deep Magenta. HEX triplet: CE, 26 and B5. RGB value is (206,38,181). Sum of RGB (Red+Green+Blue) = 206+38+181=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26B5 is #31D94A. Grayscale: #686868. Windows color (decimal): -3266891 or 11871950. OLE color: 11871950.
HSL color Cylindrical-coordinate representation of color #CE26B5: hue angle of 308.93º 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 #CE26B5 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 181 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.19 |
| HSL | 308.93º | 0.69% | 0.48% | - |
| HSV(B) | 308.93º | 0.82% | 0.81% | - |
| XYZ | 34.49 | 17.84 | 45.34 | - |
| YUV | 104.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 181 | 0 | 0.82 | 0.12 | 0.19 | 308.93 | 0.69 | 0.48 |
| Hex | CE | 26 | B5 | 0 | 52 | C | 13 | 135 | 45 | 30 |
| Octal | 316 | 46 | 265 | 0 | 122 | 14 | 23 | 465 | 105 | 60 |
| Binary | 11001110 | 100110 | 10110101 | 0 | 1010010 | 1100 | 10011 | 100110101 | 1000101 | 110000 |
Color Harmonies of #CE26B5
Complementary color
Monochromatic Colors of #CE26B5
Black with #CE26B5
Text Example
Text Example
White with #CE26B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26B5; }
p { color: rgb(206,38,181); }
H1.HeaderClassName
{
color: #CE26B5;
}
.AnyTagClassName
{
color: #CE26B5;
}
</style>
background-color css
<style>
a { background-color: #CE26B5; }
a { background-color: rgb(206,38,181); }
div.DivClassName
{
background-color: #CE26B5;
}
.BgClassName
{
background-color: #CE26B5;
}
</style>
border-color css
<style>
span { border-color: #CE26B5; }
span { border-color: rgb(206,38,181); }
td.TdClassName
{
border-color: #CE26B5;
}
.TagClassName
{
border-color: #CE26B5;
}
</style>