Shades of Deep Magenta #CE13DF
Tints of Deep Magenta #CE13DF
RGB
CMYK
RGB Variations
Color information
#CE13DF (or 0xCE13DF) is known color: Deep Magenta. HEX triplet: CE, 13 and DF. RGB value is (206,19,223). Sum of RGB (Red+Green+Blue) = 206+19+223=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13DF is #31EC20. Grayscale: #616161. Windows color (decimal): -3271713 or 14619598. OLE color: 14619598.
HSL color Cylindrical-coordinate representation of color #CE13DF: hue angle of 295º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13DF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 19 | 223 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.13 |
| HSL | 295º | 0.84% | 0.47% | - |
| HSV(B) | 295º | 0.91% | 0.87% | - |
| XYZ | 39.01 | 18.92 | 71.41 | - |
| YUV | 98.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 223 | 0.08 | 0.91 | 0 | 0.13 | 295 | 0.84 | 0.47 |
| Hex | CE | 13 | DF | 8 | 5B | 0 | D | 127 | 54 | 2F |
| Octal | 316 | 23 | 337 | 10 | 133 | 0 | 15 | 447 | 124 | 57 |
| Binary | 11001110 | 10011 | 11011111 | 1000 | 1011011 | 0 | 1101 | 100100111 | 1010100 | 101111 |
Color Harmonies of #CE13DF
Complementary color
Monochromatic Colors of #CE13DF
Black with #CE13DF
Text Example
Text Example
White with #CE13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13DF; }
p { color: rgb(206,19,223); }
H1.HeaderClassName
{
color: #CE13DF;
}
.AnyTagClassName
{
color: #CE13DF;
}
</style>
background-color css
<style>
a { background-color: #CE13DF; }
a { background-color: rgb(206,19,223); }
div.DivClassName
{
background-color: #CE13DF;
}
.BgClassName
{
background-color: #CE13DF;
}
</style>
border-color css
<style>
span { border-color: #CE13DF; }
span { border-color: rgb(206,19,223); }
td.TdClassName
{
border-color: #CE13DF;
}
.TagClassName
{
border-color: #CE13DF;
}
</style>