Shades of Deep Magenta #CE26C1
Tints of Deep Magenta #CE26C1
RGB
CMYK
RGB Variations
Color information
#CE26C1 (or 0xCE26C1) is known color: Deep Magenta. HEX triplet: CE, 26 and C1. RGB value is (206,38,193). Sum of RGB (Red+Green+Blue) = 206+38+193=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26C1 is #31D93E. Grayscale: #696969. Windows color (decimal): -3266879 or 12658382. OLE color: 12658382.
HSL color Cylindrical-coordinate representation of color #CE26C1: hue angle of 304.64º 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 #CE26C1 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 193 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.19 |
| HSL | 304.64º | 0.69% | 0.48% | - |
| HSV(B) | 304.64º | 0.82% | 0.81% | - |
| XYZ | 35.77 | 18.36 | 52.11 | - |
| YUV | 105.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 193 | 0 | 0.82 | 0.06 | 0.19 | 304.64 | 0.69 | 0.48 |
| Hex | CE | 26 | C1 | 0 | 52 | 6 | 13 | 131 | 45 | 30 |
| Octal | 316 | 46 | 301 | 0 | 122 | 6 | 23 | 461 | 105 | 60 |
| Binary | 11001110 | 100110 | 11000001 | 0 | 1010010 | 110 | 10011 | 100110001 | 1000101 | 110000 |
Color Harmonies of #CE26C1
Complementary color
Monochromatic Colors of #CE26C1
Black with #CE26C1
Text Example
Text Example
White with #CE26C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26C1; }
p { color: rgb(206,38,193); }
H1.HeaderClassName
{
color: #CE26C1;
}
.AnyTagClassName
{
color: #CE26C1;
}
</style>
background-color css
<style>
a { background-color: #CE26C1; }
a { background-color: rgb(206,38,193); }
div.DivClassName
{
background-color: #CE26C1;
}
.BgClassName
{
background-color: #CE26C1;
}
</style>
border-color css
<style>
span { border-color: #CE26C1; }
span { border-color: rgb(206,38,193); }
td.TdClassName
{
border-color: #CE26C1;
}
.TagClassName
{
border-color: #CE26C1;
}
</style>