Shades of Deep Magenta #CE12DB
Tints of Deep Magenta #CE12DB
RGB
CMYK
RGB Variations
Color information
#CE12DB (or 0xCE12DB) is known color: Deep Magenta. HEX triplet: CE, 12 and DB. RGB value is (206,18,219). Sum of RGB (Red+Green+Blue) = 206+18+219=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12DB is #31ED24. Grayscale: #606060. Windows color (decimal): -3271973 or 14357198. OLE color: 14357198.
HSL color Cylindrical-coordinate representation of color #CE12DB: hue angle of 296.12º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE12DB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 18 | 219 | - |
CMYK | 0.06 | 0.92 | 0 | 0.14 |
HSL | 296.12º | 0.85% | 0.46% | - |
HSV(B) | 296.12º | 0.92% | 0.86% | - |
XYZ | 38.46 | 18.67 | 68.59 | - |
YUV | 97.13 | 196.78 | 205.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 18 | 219 | 0.06 | 0.92 | 0 | 0.14 | 296.12 | 0.85 | 0.46 |
Hex | CE | 12 | DB | 6 | 5C | 0 | E | 128 | 55 | 2E |
Octal | 316 | 22 | 333 | 6 | 134 | 0 | 16 | 450 | 125 | 56 |
Binary | 11001110 | 10010 | 11011011 | 110 | 1011100 | 0 | 1110 | 100101000 | 1010101 | 101110 |
Color Harmonies of #CE12DB
Complementary color
Monochromatic Colors of #CE12DB
Black with #CE12DB
Text Example
Text Example
White with #CE12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12DB; }
p { color: rgb(206,18,219); }
H1.HeaderClassName
{
color: #CE12DB;
}
.AnyTagClassName
{
color: #CE12DB;
}
</style>
background-color css
<style>
a { background-color: #CE12DB; }
a { background-color: rgb(206,18,219); }
div.DivClassName
{
background-color: #CE12DB;
}
.BgClassName
{
background-color: #CE12DB;
}
</style>
border-color css
<style>
span { border-color: #CE12DB; }
span { border-color: rgb(206,18,219); }
td.TdClassName
{
border-color: #CE12DB;
}
.TagClassName
{
border-color: #CE12DB;
}
</style>