Shades of Deep Magenta #CE12D4
Tints of Deep Magenta #CE12D4
RGB
CMYK
RGB Variations
Color information
#CE12D4 (or 0xCE12D4) is known color: Deep Magenta. HEX triplet: CE, 12 and D4. RGB value is (206,18,212). Sum of RGB (Red+Green+Blue) = 206+18+212=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE12D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12D4 is #31ED2B. Grayscale: #5F5F5F. Windows color (decimal): -3271980 or 13898446. OLE color: 13898446.
HSL color Cylindrical-coordinate representation of color #CE12D4: hue angle of 298.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE12D4 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 18 | 212 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.17 |
| HSL | 298.14º | 0.84% | 0.45% | - |
| HSV(B) | 298.14º | 0.92% | 0.83% | - |
| XYZ | 37.55 | 18.31 | 63.84 | - |
| YUV | 96.33 | 193.28 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 212 | 0.03 | 0.92 | 0 | 0.17 | 298.14 | 0.84 | 0.45 |
| Hex | CE | 12 | D4 | 3 | 5C | 0 | 11 | 12A | 54 | 2D |
| Octal | 316 | 22 | 324 | 3 | 134 | 0 | 21 | 452 | 124 | 55 |
| Binary | 11001110 | 10010 | 11010100 | 11 | 1011100 | 0 | 10001 | 100101010 | 1010100 | 101101 |
Color Harmonies of #CE12D4
Complementary color
Monochromatic Colors of #CE12D4
Black with #CE12D4
Text Example
Text Example
White with #CE12D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12D4; }
p { color: rgb(206,18,212); }
H1.HeaderClassName
{
color: #CE12D4;
}
.AnyTagClassName
{
color: #CE12D4;
}
</style>
background-color css
<style>
a { background-color: #CE12D4; }
a { background-color: rgb(206,18,212); }
div.DivClassName
{
background-color: #CE12D4;
}
.BgClassName
{
background-color: #CE12D4;
}
</style>
border-color css
<style>
span { border-color: #CE12D4; }
span { border-color: rgb(206,18,212); }
td.TdClassName
{
border-color: #CE12D4;
}
.TagClassName
{
border-color: #CE12D4;
}
</style>