Shades of Deep Magenta #CE26C4
Tints of Deep Magenta #CE26C4
RGB
CMYK
RGB Variations
Color information
#CE26C4 (or 0xCE26C4) is known color: Deep Magenta. HEX triplet: CE, 26 and C4. RGB value is (206,38,196). Sum of RGB (Red+Green+Blue) = 206+38+196=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26C4 is #31D93B. Grayscale: #696969. Windows color (decimal): -3266876 or 12854990. OLE color: 12854990.
HSL color Cylindrical-coordinate representation of color #CE26C4: hue angle of 303.57º 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 #CE26C4 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 196 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.19 |
| HSL | 303.57º | 0.69% | 0.48% | - |
| HSV(B) | 303.57º | 0.82% | 0.81% | - |
| XYZ | 36.11 | 18.49 | 53.89 | - |
| YUV | 106.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 196 | 0 | 0.82 | 0.05 | 0.19 | 303.57 | 0.69 | 0.48 |
| Hex | CE | 26 | C4 | 0 | 52 | 5 | 13 | 130 | 45 | 30 |
| Octal | 316 | 46 | 304 | 0 | 122 | 5 | 23 | 460 | 105 | 60 |
| Binary | 11001110 | 100110 | 11000100 | 0 | 1010010 | 101 | 10011 | 100110000 | 1000101 | 110000 |
Color Harmonies of #CE26C4
Complementary color
Monochromatic Colors of #CE26C4
Black with #CE26C4
Text Example
Text Example
White with #CE26C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26C4; }
p { color: rgb(206,38,196); }
H1.HeaderClassName
{
color: #CE26C4;
}
.AnyTagClassName
{
color: #CE26C4;
}
</style>
background-color css
<style>
a { background-color: #CE26C4; }
a { background-color: rgb(206,38,196); }
div.DivClassName
{
background-color: #CE26C4;
}
.BgClassName
{
background-color: #CE26C4;
}
</style>
border-color css
<style>
span { border-color: #CE26C4; }
span { border-color: rgb(206,38,196); }
td.TdClassName
{
border-color: #CE26C4;
}
.TagClassName
{
border-color: #CE26C4;
}
</style>