Shades of Deep Magenta #CE12DA
Tints of Deep Magenta #CE12DA
RGB
CMYK
RGB Variations
Color information
#CE12DA (or 0xCE12DA) is known color: Deep Magenta. HEX triplet: CE, 12 and DA. RGB value is (206,18,218). Sum of RGB (Red+Green+Blue) = 206+18+218=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12DA is #31ED25. Grayscale: #606060. Windows color (decimal): -3271974 or 14291662. OLE color: 14291662.
HSL color Cylindrical-coordinate representation of color #CE12DA: hue angle of 296.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE12DA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 18 | 218 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.15 |
| HSL | 296.4º | 0.85% | 0.46% | - |
| HSV(B) | 296.4º | 0.92% | 0.85% | - |
| XYZ | 38.32 | 18.62 | 67.9 | - |
| YUV | 97.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 218 | 0.06 | 0.92 | 0 | 0.15 | 296.4 | 0.85 | 0.46 |
| Hex | CE | 12 | DA | 6 | 5C | 0 | F | 128 | 55 | 2E |
| Octal | 316 | 22 | 332 | 6 | 134 | 0 | 17 | 450 | 125 | 56 |
| Binary | 11001110 | 10010 | 11011010 | 110 | 1011100 | 0 | 1111 | 100101000 | 1010101 | 101110 |
Color Harmonies of #CE12DA
Complementary color
Monochromatic Colors of #CE12DA
Black with #CE12DA
Text Example
Text Example
White with #CE12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12DA; }
p { color: rgb(206,18,218); }
H1.HeaderClassName
{
color: #CE12DA;
}
.AnyTagClassName
{
color: #CE12DA;
}
</style>
background-color css
<style>
a { background-color: #CE12DA; }
a { background-color: rgb(206,18,218); }
div.DivClassName
{
background-color: #CE12DA;
}
.BgClassName
{
background-color: #CE12DA;
}
</style>
border-color css
<style>
span { border-color: #CE12DA; }
span { border-color: rgb(206,18,218); }
td.TdClassName
{
border-color: #CE12DA;
}
.TagClassName
{
border-color: #CE12DA;
}
</style>