Shades of Deep Magenta #CE26D2
Tints of Deep Magenta #CE26D2
RGB
CMYK
RGB Variations
Color information
#CE26D2 (or 0xCE26D2) is known color: Deep Magenta. HEX triplet: CE, 26 and D2. RGB value is (206,38,210). Sum of RGB (Red+Green+Blue) = 206+38+210=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE26D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26D2 is #31D92D. Grayscale: #6B6B6B. Windows color (decimal): -3266862 or 13772494. OLE color: 13772494.
HSL color Cylindrical-coordinate representation of color #CE26D2: hue angle of 298.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE26D2 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 38 | 210 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.18 |
| HSL | 298.6º | 0.69% | 0.49% | - |
| HSV(B) | 298.6º | 0.82% | 0.82% | - |
| XYZ | 37.78 | 19.16 | 62.68 | - |
| YUV | 107.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 210 | 0.02 | 0.82 | 0 | 0.18 | 298.6 | 0.69 | 0.49 |
| Hex | CE | 26 | D2 | 2 | 52 | 0 | 12 | 12B | 45 | 31 |
| Octal | 316 | 46 | 322 | 2 | 122 | 0 | 22 | 453 | 105 | 61 |
| Binary | 11001110 | 100110 | 11010010 | 10 | 1010010 | 0 | 10010 | 100101011 | 1000101 | 110001 |
Color Harmonies of #CE26D2
Complementary color
Monochromatic Colors of #CE26D2
Black with #CE26D2
Text Example
Text Example
White with #CE26D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26D2; }
p { color: rgb(206,38,210); }
H1.HeaderClassName
{
color: #CE26D2;
}
.AnyTagClassName
{
color: #CE26D2;
}
</style>
background-color css
<style>
a { background-color: #CE26D2; }
a { background-color: rgb(206,38,210); }
div.DivClassName
{
background-color: #CE26D2;
}
.BgClassName
{
background-color: #CE26D2;
}
</style>
border-color css
<style>
span { border-color: #CE26D2; }
span { border-color: rgb(206,38,210); }
td.TdClassName
{
border-color: #CE26D2;
}
.TagClassName
{
border-color: #CE26D2;
}
</style>