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