Shades of Deep Magenta #CE1BCF
Tints of Deep Magenta #CE1BCF
RGB
CMYK
RGB Variations
Color information
#CE1BCF (or 0xCE1BCF) is known color: Deep Magenta. HEX triplet: CE, 1B and CF. RGB value is (206,27,207). Sum of RGB (Red+Green+Blue) = 206+27+207=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE1BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BCF is #31E430. Grayscale: #646464. Windows color (decimal): -3269681 or 13573070. OLE color: 13573070.
HSL color Cylindrical-coordinate representation of color #CE1BCF: hue angle of 299.67º 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 #CE1BCF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 207 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.19 |
| HSL | 299.67º | 0.77% | 0.46% | - |
| HSV(B) | 299.67º | 0.87% | 0.81% | - |
| XYZ | 37.11 | 18.41 | 60.63 | - |
| YUV | 101.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 207 | 0.00 | 0.87 | 0 | 0.19 | 299.67 | 0.77 | 0.46 |
| Hex | CE | 1B | CF | 0 | 57 | 0 | 13 | 12C | 4D | 2E |
| Octal | 316 | 33 | 317 | 0 | 127 | 0 | 23 | 454 | 115 | 56 |
| Binary | 11001110 | 11011 | 11001111 | 0 | 1010111 | 0 | 10011 | 100101100 | 1001101 | 101110 |
Color Harmonies of #CE1BCF
Complementary color
Monochromatic Colors of #CE1BCF
Black with #CE1BCF
Text Example
Text Example
White with #CE1BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BCF; }
p { color: rgb(206,27,207); }
H1.HeaderClassName
{
color: #CE1BCF;
}
.AnyTagClassName
{
color: #CE1BCF;
}
</style>
background-color css
<style>
a { background-color: #CE1BCF; }
a { background-color: rgb(206,27,207); }
div.DivClassName
{
background-color: #CE1BCF;
}
.BgClassName
{
background-color: #CE1BCF;
}
</style>
border-color css
<style>
span { border-color: #CE1BCF; }
span { border-color: rgb(206,27,207); }
td.TdClassName
{
border-color: #CE1BCF;
}
.TagClassName
{
border-color: #CE1BCF;
}
</style>