Shades of Deep Magenta #CE26C2
Tints of Deep Magenta #CE26C2
RGB
CMYK
RGB Variations
Color information
#CE26C2 (or 0xCE26C2) is known color: Deep Magenta. HEX triplet: CE, 26 and C2. RGB value is (206,38,194). Sum of RGB (Red+Green+Blue) = 206+38+194=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26C2 is #31D93D. Grayscale: #696969. Windows color (decimal): -3266878 or 12723918. OLE color: 12723918.
HSL color Cylindrical-coordinate representation of color #CE26C2: hue angle of 304.29º 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 #CE26C2 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 194 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.19 |
| HSL | 304.29º | 0.69% | 0.48% | - |
| HSV(B) | 304.29º | 0.82% | 0.81% | - |
| XYZ | 35.88 | 18.4 | 52.7 | - |
| YUV | 106.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 194 | 0 | 0.82 | 0.06 | 0.19 | 304.29 | 0.69 | 0.48 |
| Hex | CE | 26 | C2 | 0 | 52 | 6 | 13 | 130 | 45 | 30 |
| Octal | 316 | 46 | 302 | 0 | 122 | 6 | 23 | 460 | 105 | 60 |
| Binary | 11001110 | 100110 | 11000010 | 0 | 1010010 | 110 | 10011 | 100110000 | 1000101 | 110000 |
Color Harmonies of #CE26C2
Complementary color
Monochromatic Colors of #CE26C2
Black with #CE26C2
Text Example
Text Example
White with #CE26C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26C2; }
p { color: rgb(206,38,194); }
H1.HeaderClassName
{
color: #CE26C2;
}
.AnyTagClassName
{
color: #CE26C2;
}
</style>
background-color css
<style>
a { background-color: #CE26C2; }
a { background-color: rgb(206,38,194); }
div.DivClassName
{
background-color: #CE26C2;
}
.BgClassName
{
background-color: #CE26C2;
}
</style>
border-color css
<style>
span { border-color: #CE26C2; }
span { border-color: rgb(206,38,194); }
td.TdClassName
{
border-color: #CE26C2;
}
.TagClassName
{
border-color: #CE26C2;
}
</style>