Shades of Deep Magenta #CE18BD
Tints of Deep Magenta #CE18BD
RGB
CMYK
RGB Variations
Color information
#CE18BD (or 0xCE18BD) is known color: Deep Magenta. HEX triplet: CE, 18 and BD. RGB value is (206,24,189). Sum of RGB (Red+Green+Blue) = 206+24+189=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18BD is #31E742. Grayscale: #606060. Windows color (decimal): -3270467 or 12392654. OLE color: 12392654.
HSL color Cylindrical-coordinate representation of color #CE18BD: hue angle of 305.6º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE18BD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 189 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.19 |
| HSL | 305.6º | 0.79% | 0.45% | - |
| HSV(B) | 305.6º | 0.88% | 0.81% | - |
| XYZ | 34.97 | 17.45 | 49.67 | - |
| YUV | 97.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 189 | 0 | 0.88 | 0.08 | 0.19 | 305.6 | 0.79 | 0.45 |
| Hex | CE | 18 | BD | 0 | 58 | 8 | 13 | 132 | 4F | 2D |
| Octal | 316 | 30 | 275 | 0 | 130 | 10 | 23 | 462 | 117 | 55 |
| Binary | 11001110 | 11000 | 10111101 | 0 | 1011000 | 1000 | 10011 | 100110010 | 1001111 | 101101 |
Color Harmonies of #CE18BD
Complementary color
Monochromatic Colors of #CE18BD
Black with #CE18BD
Text Example
Text Example
White with #CE18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18BD; }
p { color: rgb(206,24,189); }
H1.HeaderClassName
{
color: #CE18BD;
}
.AnyTagClassName
{
color: #CE18BD;
}
</style>
background-color css
<style>
a { background-color: #CE18BD; }
a { background-color: rgb(206,24,189); }
div.DivClassName
{
background-color: #CE18BD;
}
.BgClassName
{
background-color: #CE18BD;
}
</style>
border-color css
<style>
span { border-color: #CE18BD; }
span { border-color: rgb(206,24,189); }
td.TdClassName
{
border-color: #CE18BD;
}
.TagClassName
{
border-color: #CE18BD;
}
</style>