Shades of Deep Magenta #CE12BE
Tints of Deep Magenta #CE12BE
RGB
CMYK
RGB Variations
Color information
#CE12BE (or 0xCE12BE) is known color: Deep Magenta. HEX triplet: CE, 12 and BE. RGB value is (206,18,190). Sum of RGB (Red+Green+Blue) = 206+18+190=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12BE is #31ED41. Grayscale: #5D5D5D. Windows color (decimal): -3272002 or 12456654. OLE color: 12456654.
HSL color Cylindrical-coordinate representation of color #CE12BE: hue angle of 305.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE12BE is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 190 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.19 |
| HSL | 305.11º | 0.84% | 0.44% | - |
| HSV(B) | 305.11º | 0.91% | 0.81% | - |
| XYZ | 34.96 | 17.27 | 50.21 | - |
| YUV | 93.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 190 | 0 | 0.91 | 0.08 | 0.19 | 305.11 | 0.84 | 0.44 |
| Hex | CE | 12 | BE | 0 | 5B | 8 | 13 | 131 | 54 | 2C |
| Octal | 316 | 22 | 276 | 0 | 133 | 10 | 23 | 461 | 124 | 54 |
| Binary | 11001110 | 10010 | 10111110 | 0 | 1011011 | 1000 | 10011 | 100110001 | 1010100 | 101100 |
Color Harmonies of #CE12BE
Complementary color
Monochromatic Colors of #CE12BE
Black with #CE12BE
Text Example
Text Example
White with #CE12BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12BE; }
p { color: rgb(206,18,190); }
H1.HeaderClassName
{
color: #CE12BE;
}
.AnyTagClassName
{
color: #CE12BE;
}
</style>
background-color css
<style>
a { background-color: #CE12BE; }
a { background-color: rgb(206,18,190); }
div.DivClassName
{
background-color: #CE12BE;
}
.BgClassName
{
background-color: #CE12BE;
}
</style>
border-color css
<style>
span { border-color: #CE12BE; }
span { border-color: rgb(206,18,190); }
td.TdClassName
{
border-color: #CE12BE;
}
.TagClassName
{
border-color: #CE12BE;
}
</style>