Shades of Deep Magenta #CE1EB6
Tints of Deep Magenta #CE1EB6
RGB
CMYK
RGB Variations
Color information
#CE1EB6 (or 0xCE1EB6) is known color: Deep Magenta. HEX triplet: CE, 1E and B6. RGB value is (206,30,182). Sum of RGB (Red+Green+Blue) = 206+30+182=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EB6 is #31E149. Grayscale: #636363. Windows color (decimal): -3268938 or 11935438. OLE color: 11935438.
HSL color Cylindrical-coordinate representation of color #CE1EB6: hue angle of 308.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1EB6 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 30 | 182 | - |
CMYK | 0 | 0.85 | 0.12 | 0.19 |
HSL | 308.18º | 0.75% | 0.46% | - |
HSV(B) | 308.18º | 0.85% | 0.81% | - |
XYZ | 34.36 | 17.43 | 45.81 | - |
YUV | 99.95 | 174.31 | 203.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 30 | 182 | 0 | 0.85 | 0.12 | 0.19 | 308.18 | 0.75 | 0.46 |
Hex | CE | 1E | B6 | 0 | 55 | C | 13 | 134 | 4B | 2E |
Octal | 316 | 36 | 266 | 0 | 125 | 14 | 23 | 464 | 113 | 56 |
Binary | 11001110 | 11110 | 10110110 | 0 | 1010101 | 1100 | 10011 | 100110100 | 1001011 | 101110 |
Color Harmonies of #CE1EB6
Complementary color
Monochromatic Colors of #CE1EB6
Black with #CE1EB6
Text Example
Text Example
White with #CE1EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EB6; }
p { color: rgb(206,30,182); }
H1.HeaderClassName
{
color: #CE1EB6;
}
.AnyTagClassName
{
color: #CE1EB6;
}
</style>
background-color css
<style>
a { background-color: #CE1EB6; }
a { background-color: rgb(206,30,182); }
div.DivClassName
{
background-color: #CE1EB6;
}
.BgClassName
{
background-color: #CE1EB6;
}
</style>
border-color css
<style>
span { border-color: #CE1EB6; }
span { border-color: rgb(206,30,182); }
td.TdClassName
{
border-color: #CE1EB6;
}
.TagClassName
{
border-color: #CE1EB6;
}
</style>