Shades of Deep Magenta #CE18B6
Tints of Deep Magenta #CE18B6
RGB
CMYK
RGB Variations
Color information
#CE18B6 (or 0xCE18B6) is known color: Deep Magenta. HEX triplet: CE, 18 and B6. RGB value is (206,24,182). Sum of RGB (Red+Green+Blue) = 206+24+182=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18B6 is #31E749. Grayscale: #5F5F5F. Windows color (decimal): -3270474 or 11933902. OLE color: 11933902.
HSL color Cylindrical-coordinate representation of color #CE18B6: hue angle of 307.91º 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 #CE18B6 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 182 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.19 |
| HSL | 307.91º | 0.79% | 0.45% | - |
| HSV(B) | 307.91º | 0.88% | 0.81% | - |
| XYZ | 34.22 | 17.15 | 45.76 | - |
| YUV | 96.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 182 | 0 | 0.88 | 0.12 | 0.19 | 307.91 | 0.79 | 0.45 |
| Hex | CE | 18 | B6 | 0 | 58 | C | 13 | 134 | 4F | 2D |
| Octal | 316 | 30 | 266 | 0 | 130 | 14 | 23 | 464 | 117 | 55 |
| Binary | 11001110 | 11000 | 10110110 | 0 | 1011000 | 1100 | 10011 | 100110100 | 1001111 | 101101 |
Color Harmonies of #CE18B6
Complementary color
Monochromatic Colors of #CE18B6
Black with #CE18B6
Text Example
Text Example
White with #CE18B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18B6; }
p { color: rgb(206,24,182); }
H1.HeaderClassName
{
color: #CE18B6;
}
.AnyTagClassName
{
color: #CE18B6;
}
</style>
background-color css
<style>
a { background-color: #CE18B6; }
a { background-color: rgb(206,24,182); }
div.DivClassName
{
background-color: #CE18B6;
}
.BgClassName
{
background-color: #CE18B6;
}
</style>
border-color css
<style>
span { border-color: #CE18B6; }
span { border-color: rgb(206,24,182); }
td.TdClassName
{
border-color: #CE18B6;
}
.TagClassName
{
border-color: #CE18B6;
}
</style>