Shades of Deep Magenta #CE26C5
Tints of Deep Magenta #CE26C5
RGB
CMYK
RGB Variations
Color information
#CE26C5 (or 0xCE26C5) is known color: Deep Magenta. HEX triplet: CE, 26 and C5. RGB value is (206,38,197). Sum of RGB (Red+Green+Blue) = 206+38+197=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26C5 is #31D93A. Grayscale: #696969. Windows color (decimal): -3266875 or 12920526. OLE color: 12920526.
HSL color Cylindrical-coordinate representation of color #CE26C5: hue angle of 303.21º 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 #CE26C5 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 197 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.19 |
| HSL | 303.21º | 0.69% | 0.48% | - |
| HSV(B) | 303.21º | 0.82% | 0.81% | - |
| XYZ | 36.22 | 18.54 | 54.49 | - |
| YUV | 106.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 197 | 0 | 0.82 | 0.04 | 0.19 | 303.21 | 0.69 | 0.48 |
| Hex | CE | 26 | C5 | 0 | 52 | 4 | 13 | 12F | 45 | 30 |
| Octal | 316 | 46 | 305 | 0 | 122 | 4 | 23 | 457 | 105 | 60 |
| Binary | 11001110 | 100110 | 11000101 | 0 | 1010010 | 100 | 10011 | 100101111 | 1000101 | 110000 |
Color Harmonies of #CE26C5
Complementary color
Monochromatic Colors of #CE26C5
Black with #CE26C5
Text Example
Text Example
White with #CE26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26C5; }
p { color: rgb(206,38,197); }
H1.HeaderClassName
{
color: #CE26C5;
}
.AnyTagClassName
{
color: #CE26C5;
}
</style>
background-color css
<style>
a { background-color: #CE26C5; }
a { background-color: rgb(206,38,197); }
div.DivClassName
{
background-color: #CE26C5;
}
.BgClassName
{
background-color: #CE26C5;
}
</style>
border-color css
<style>
span { border-color: #CE26C5; }
span { border-color: rgb(206,38,197); }
td.TdClassName
{
border-color: #CE26C5;
}
.TagClassName
{
border-color: #CE26C5;
}
</style>