Shades of Deep Magenta #CE1BB8
Tints of Deep Magenta #CE1BB8
RGB
CMYK
RGB Variations
Color information
#CE1BB8 (or 0xCE1BB8) is known color: Deep Magenta. HEX triplet: CE, 1B and B8. RGB value is (206,27,184). Sum of RGB (Red+Green+Blue) = 206+27+184=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BB8 is #31E447. Grayscale: #616161. Windows color (decimal): -3269704 or 12065742. OLE color: 12065742.
HSL color Cylindrical-coordinate representation of color #CE1BB8: hue angle of 307.37º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1BB8 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 184 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.19 |
| HSL | 307.37º | 0.77% | 0.46% | - |
| HSV(B) | 307.37º | 0.87% | 0.81% | - |
| XYZ | 34.5 | 17.37 | 46.88 | - |
| YUV | 98.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 184 | 0 | 0.87 | 0.11 | 0.19 | 307.37 | 0.77 | 0.46 |
| Hex | CE | 1B | B8 | 0 | 57 | B | 13 | 133 | 4D | 2E |
| Octal | 316 | 33 | 270 | 0 | 127 | 13 | 23 | 463 | 115 | 56 |
| Binary | 11001110 | 11011 | 10111000 | 0 | 1010111 | 1011 | 10011 | 100110011 | 1001101 | 101110 |
Color Harmonies of #CE1BB8
Complementary color
Monochromatic Colors of #CE1BB8
Black with #CE1BB8
Text Example
Text Example
White with #CE1BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BB8; }
p { color: rgb(206,27,184); }
H1.HeaderClassName
{
color: #CE1BB8;
}
.AnyTagClassName
{
color: #CE1BB8;
}
</style>
background-color css
<style>
a { background-color: #CE1BB8; }
a { background-color: rgb(206,27,184); }
div.DivClassName
{
background-color: #CE1BB8;
}
.BgClassName
{
background-color: #CE1BB8;
}
</style>
border-color css
<style>
span { border-color: #CE1BB8; }
span { border-color: rgb(206,27,184); }
td.TdClassName
{
border-color: #CE1BB8;
}
.TagClassName
{
border-color: #CE1BB8;
}
</style>