Shades of Deep Magenta #CE26BD
Tints of Deep Magenta #CE26BD
RGB
CMYK
RGB Variations
Color information
#CE26BD (or 0xCE26BD) is known color: Deep Magenta. HEX triplet: CE, 26 and BD. RGB value is (206,38,189). Sum of RGB (Red+Green+Blue) = 206+38+189=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26BD is #31D942. Grayscale: #696969. Windows color (decimal): -3266883 or 12396238. OLE color: 12396238.
HSL color Cylindrical-coordinate representation of color #CE26BD: hue angle of 306.07º 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 #CE26BD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 189 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.19 |
| HSL | 306.07º | 0.69% | 0.48% | - |
| HSV(B) | 306.07º | 0.82% | 0.81% | - |
| XYZ | 35.33 | 18.18 | 49.79 | - |
| YUV | 105.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 189 | 0 | 0.82 | 0.08 | 0.19 | 306.07 | 0.69 | 0.48 |
| Hex | CE | 26 | BD | 0 | 52 | 8 | 13 | 132 | 45 | 30 |
| Octal | 316 | 46 | 275 | 0 | 122 | 10 | 23 | 462 | 105 | 60 |
| Binary | 11001110 | 100110 | 10111101 | 0 | 1010010 | 1000 | 10011 | 100110010 | 1000101 | 110000 |
Color Harmonies of #CE26BD
Complementary color
Monochromatic Colors of #CE26BD
Black with #CE26BD
Text Example
Text Example
White with #CE26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26BD; }
p { color: rgb(206,38,189); }
H1.HeaderClassName
{
color: #CE26BD;
}
.AnyTagClassName
{
color: #CE26BD;
}
</style>
background-color css
<style>
a { background-color: #CE26BD; }
a { background-color: rgb(206,38,189); }
div.DivClassName
{
background-color: #CE26BD;
}
.BgClassName
{
background-color: #CE26BD;
}
</style>
border-color css
<style>
span { border-color: #CE26BD; }
span { border-color: rgb(206,38,189); }
td.TdClassName
{
border-color: #CE26BD;
}
.TagClassName
{
border-color: #CE26BD;
}
</style>