Shades of Deep Magenta #CE13D6
Tints of Deep Magenta #CE13D6
RGB
CMYK
RGB Variations
Color information
#CE13D6 (or 0xCE13D6) is known color: Deep Magenta. HEX triplet: CE, 13 and D6. RGB value is (206,19,214). Sum of RGB (Red+Green+Blue) = 206+19+214=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE13D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13D6 is #31EC29. Grayscale: #606060. Windows color (decimal): -3271722 or 14029774. OLE color: 14029774.
HSL color Cylindrical-coordinate representation of color #CE13D6: hue angle of 297.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13D6 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 19 | 214 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.16 |
| HSL | 297.54º | 0.84% | 0.46% | - |
| HSV(B) | 297.54º | 0.91% | 0.84% | - |
| XYZ | 37.82 | 18.44 | 65.18 | - |
| YUV | 97.14 | 193.95 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 214 | 0.04 | 0.91 | 0 | 0.16 | 297.54 | 0.84 | 0.46 |
| Hex | CE | 13 | D6 | 4 | 5B | 0 | 10 | 12A | 54 | 2E |
| Octal | 316 | 23 | 326 | 4 | 133 | 0 | 20 | 452 | 124 | 56 |
| Binary | 11001110 | 10011 | 11010110 | 100 | 1011011 | 0 | 10000 | 100101010 | 1010100 | 101110 |
Color Harmonies of #CE13D6
Complementary color
Monochromatic Colors of #CE13D6
Black with #CE13D6
Text Example
Text Example
White with #CE13D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13D6; }
p { color: rgb(206,19,214); }
H1.HeaderClassName
{
color: #CE13D6;
}
.AnyTagClassName
{
color: #CE13D6;
}
</style>
background-color css
<style>
a { background-color: #CE13D6; }
a { background-color: rgb(206,19,214); }
div.DivClassName
{
background-color: #CE13D6;
}
.BgClassName
{
background-color: #CE13D6;
}
</style>
border-color css
<style>
span { border-color: #CE13D6; }
span { border-color: rgb(206,19,214); }
td.TdClassName
{
border-color: #CE13D6;
}
.TagClassName
{
border-color: #CE13D6;
}
</style>