Shades of Deep Magenta #CE1BBF
Tints of Deep Magenta #CE1BBF
RGB
CMYK
RGB Variations
Color information
#CE1BBF (or 0xCE1BBF) is known color: Deep Magenta. HEX triplet: CE, 1B and BF. RGB value is (206,27,191). Sum of RGB (Red+Green+Blue) = 206+27+191=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BBF is #31E440. Grayscale: #626262. Windows color (decimal): -3269697 or 12524494. OLE color: 12524494.
HSL color Cylindrical-coordinate representation of color #CE1BBF: hue angle of 305.03º 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 #CE1BBF is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 191 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.19 |
| HSL | 305.03º | 0.77% | 0.46% | - |
| HSV(B) | 305.03º | 0.87% | 0.81% | - |
| XYZ | 35.25 | 17.67 | 50.84 | - |
| YUV | 99.22 | 179.8 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 191 | 0 | 0.87 | 0.07 | 0.19 | 305.03 | 0.77 | 0.46 |
| Hex | CE | 1B | BF | 0 | 57 | 7 | 13 | 131 | 4D | 2E |
| Octal | 316 | 33 | 277 | 0 | 127 | 7 | 23 | 461 | 115 | 56 |
| Binary | 11001110 | 11011 | 10111111 | 0 | 1010111 | 111 | 10011 | 100110001 | 1001101 | 101110 |
Color Harmonies of #CE1BBF
Complementary color
Monochromatic Colors of #CE1BBF
Black with #CE1BBF
Text Example
Text Example
White with #CE1BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BBF; }
p { color: rgb(206,27,191); }
H1.HeaderClassName
{
color: #CE1BBF;
}
.AnyTagClassName
{
color: #CE1BBF;
}
</style>
background-color css
<style>
a { background-color: #CE1BBF; }
a { background-color: rgb(206,27,191); }
div.DivClassName
{
background-color: #CE1BBF;
}
.BgClassName
{
background-color: #CE1BBF;
}
</style>
border-color css
<style>
span { border-color: #CE1BBF; }
span { border-color: rgb(206,27,191); }
td.TdClassName
{
border-color: #CE1BBF;
}
.TagClassName
{
border-color: #CE1BBF;
}
</style>