Shades of Deep Magenta #CE1BDA
Tints of Deep Magenta #CE1BDA
RGB
CMYK
RGB Variations
Color information
#CE1BDA (or 0xCE1BDA) is known color: Deep Magenta. HEX triplet: CE, 1B and DA. RGB value is (206,27,218). Sum of RGB (Red+Green+Blue) = 206+27+218=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE1BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BDA is #31E425. Grayscale: #656565. Windows color (decimal): -3269670 or 14293966. OLE color: 14293966.
HSL color Cylindrical-coordinate representation of color #CE1BDA: hue angle of 296.23º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1BDA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 27 | 218 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.15 |
| HSL | 296.23º | 0.78% | 0.48% | - |
| HSV(B) | 296.23º | 0.88% | 0.85% | - |
| XYZ | 38.5 | 18.97 | 67.96 | - |
| YUV | 102.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 218 | 0.06 | 0.88 | 0 | 0.15 | 296.23 | 0.78 | 0.48 |
| Hex | CE | 1B | DA | 6 | 58 | 0 | F | 128 | 4E | 30 |
| Octal | 316 | 33 | 332 | 6 | 130 | 0 | 17 | 450 | 116 | 60 |
| Binary | 11001110 | 11011 | 11011010 | 110 | 1011000 | 0 | 1111 | 100101000 | 1001110 | 110000 |
Color Harmonies of #CE1BDA
Complementary color
Monochromatic Colors of #CE1BDA
Black with #CE1BDA
Text Example
Text Example
White with #CE1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BDA; }
p { color: rgb(206,27,218); }
H1.HeaderClassName
{
color: #CE1BDA;
}
.AnyTagClassName
{
color: #CE1BDA;
}
</style>
background-color css
<style>
a { background-color: #CE1BDA; }
a { background-color: rgb(206,27,218); }
div.DivClassName
{
background-color: #CE1BDA;
}
.BgClassName
{
background-color: #CE1BDA;
}
</style>
border-color css
<style>
span { border-color: #CE1BDA; }
span { border-color: rgb(206,27,218); }
td.TdClassName
{
border-color: #CE1BDA;
}
.TagClassName
{
border-color: #CE1BDA;
}
</style>