Shades of Deep Magenta #CE26CA
Tints of Deep Magenta #CE26CA
RGB
CMYK
RGB Variations
Color information
#CE26CA (or 0xCE26CA) is known color: Deep Magenta. HEX triplet: CE, 26 and CA. RGB value is (206,38,202). Sum of RGB (Red+Green+Blue) = 206+38+202=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26CA is #31D935. Grayscale: #6A6A6A. Windows color (decimal): -3266870 or 13248206. OLE color: 13248206.
HSL color Cylindrical-coordinate representation of color #CE26CA: hue angle of 301.43º 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 #CE26CA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 202 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.19 |
| HSL | 301.43º | 0.69% | 0.48% | - |
| HSV(B) | 301.43º | 0.82% | 0.81% | - |
| XYZ | 36.81 | 18.77 | 57.56 | - |
| YUV | 106.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 202 | 0 | 0.82 | 0.02 | 0.19 | 301.43 | 0.69 | 0.48 |
| Hex | CE | 26 | CA | 0 | 52 | 2 | 13 | 12D | 45 | 30 |
| Octal | 316 | 46 | 312 | 0 | 122 | 2 | 23 | 455 | 105 | 60 |
| Binary | 11001110 | 100110 | 11001010 | 0 | 1010010 | 10 | 10011 | 100101101 | 1000101 | 110000 |
Color Harmonies of #CE26CA
Complementary color
Monochromatic Colors of #CE26CA
Black with #CE26CA
Text Example
Text Example
White with #CE26CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26CA; }
p { color: rgb(206,38,202); }
H1.HeaderClassName
{
color: #CE26CA;
}
.AnyTagClassName
{
color: #CE26CA;
}
</style>
background-color css
<style>
a { background-color: #CE26CA; }
a { background-color: rgb(206,38,202); }
div.DivClassName
{
background-color: #CE26CA;
}
.BgClassName
{
background-color: #CE26CA;
}
</style>
border-color css
<style>
span { border-color: #CE26CA; }
span { border-color: rgb(206,38,202); }
td.TdClassName
{
border-color: #CE26CA;
}
.TagClassName
{
border-color: #CE26CA;
}
</style>