Shades of Deep Magenta #CE18D0
Tints of Deep Magenta #CE18D0
RGB
CMYK
RGB Variations
Color information
#CE18D0 (or 0xCE18D0) is known color: Deep Magenta. HEX triplet: CE, 18 and D0. RGB value is (206,24,208). Sum of RGB (Red+Green+Blue) = 206+24+208=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE18D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18D0 is #31E72F. Grayscale: #626262. Windows color (decimal): -3270448 or 13637838. OLE color: 13637838.
HSL color Cylindrical-coordinate representation of color #CE18D0: hue angle of 299.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE18D0 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 24 | 208 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.18 |
| HSL | 299.35º | 0.79% | 0.45% | - |
| HSV(B) | 299.35º | 0.88% | 0.82% | - |
| XYZ | 37.17 | 18.33 | 61.25 | - |
| YUV | 99.39 | 189.3 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 208 | 0.01 | 0.88 | 0 | 0.18 | 299.35 | 0.79 | 0.45 |
| Hex | CE | 18 | D0 | 1 | 58 | 0 | 12 | 12B | 4F | 2D |
| Octal | 316 | 30 | 320 | 1 | 130 | 0 | 22 | 453 | 117 | 55 |
| Binary | 11001110 | 11000 | 11010000 | 1 | 1011000 | 0 | 10010 | 100101011 | 1001111 | 101101 |
Color Harmonies of #CE18D0
Complementary color
Monochromatic Colors of #CE18D0
Black with #CE18D0
Text Example
Text Example
White with #CE18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18D0; }
p { color: rgb(206,24,208); }
H1.HeaderClassName
{
color: #CE18D0;
}
.AnyTagClassName
{
color: #CE18D0;
}
</style>
background-color css
<style>
a { background-color: #CE18D0; }
a { background-color: rgb(206,24,208); }
div.DivClassName
{
background-color: #CE18D0;
}
.BgClassName
{
background-color: #CE18D0;
}
</style>
border-color css
<style>
span { border-color: #CE18D0; }
span { border-color: rgb(206,24,208); }
td.TdClassName
{
border-color: #CE18D0;
}
.TagClassName
{
border-color: #CE18D0;
}
</style>