Shades of Deep Magenta #CE18BB
Tints of Deep Magenta #CE18BB
RGB
CMYK
RGB Variations
Color information
#CE18BB (or 0xCE18BB) is known color: Deep Magenta. HEX triplet: CE, 18 and BB. RGB value is (206,24,187). Sum of RGB (Red+Green+Blue) = 206+24+187=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18BB is #31E744. Grayscale: #606060. Windows color (decimal): -3270469 or 12261582. OLE color: 12261582.
HSL color Cylindrical-coordinate representation of color #CE18BB: hue angle of 306.26º 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 #CE18BB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 187 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.19 |
| HSL | 306.26º | 0.79% | 0.45% | - |
| HSV(B) | 306.26º | 0.88% | 0.81% | - |
| XYZ | 34.75 | 17.36 | 48.53 | - |
| YUV | 97 | 178.8 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 187 | 0 | 0.88 | 0.09 | 0.19 | 306.26 | 0.79 | 0.45 |
| Hex | CE | 18 | BB | 0 | 58 | 9 | 13 | 132 | 4F | 2D |
| Octal | 316 | 30 | 273 | 0 | 130 | 11 | 23 | 462 | 117 | 55 |
| Binary | 11001110 | 11000 | 10111011 | 0 | 1011000 | 1001 | 10011 | 100110010 | 1001111 | 101101 |
Color Harmonies of #CE18BB
Complementary color
Monochromatic Colors of #CE18BB
Black with #CE18BB
Text Example
Text Example
White with #CE18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18BB; }
p { color: rgb(206,24,187); }
H1.HeaderClassName
{
color: #CE18BB;
}
.AnyTagClassName
{
color: #CE18BB;
}
</style>
background-color css
<style>
a { background-color: #CE18BB; }
a { background-color: rgb(206,24,187); }
div.DivClassName
{
background-color: #CE18BB;
}
.BgClassName
{
background-color: #CE18BB;
}
</style>
border-color css
<style>
span { border-color: #CE18BB; }
span { border-color: rgb(206,24,187); }
td.TdClassName
{
border-color: #CE18BB;
}
.TagClassName
{
border-color: #CE18BB;
}
</style>