Shades of Deep Magenta #CE1CDA
Tints of Deep Magenta #CE1CDA
RGB
CMYK
RGB Variations
Color information
#CE1CDA (or 0xCE1CDA) is known color: Deep Magenta. HEX triplet: CE, 1C and DA. RGB value is (206,28,218). Sum of RGB (Red+Green+Blue) = 206+28+218=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CDA is #31E325. Grayscale: #666666. Windows color (decimal): -3269414 or 14294222. OLE color: 14294222.
HSL color Cylindrical-coordinate representation of color #CE1CDA: hue angle of 296.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1CDA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 28 | 218 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.15 |
| HSL | 296.21º | 0.77% | 0.48% | - |
| HSV(B) | 296.21º | 0.87% | 0.85% | - |
| XYZ | 38.52 | 19.01 | 67.97 | - |
| YUV | 102.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 218 | 0.06 | 0.87 | 0 | 0.15 | 296.21 | 0.77 | 0.48 |
| Hex | CE | 1C | DA | 6 | 57 | 0 | F | 128 | 4D | 30 |
| Octal | 316 | 34 | 332 | 6 | 127 | 0 | 17 | 450 | 115 | 60 |
| Binary | 11001110 | 11100 | 11011010 | 110 | 1010111 | 0 | 1111 | 100101000 | 1001101 | 110000 |
Color Harmonies of #CE1CDA
Complementary color
Monochromatic Colors of #CE1CDA
Black with #CE1CDA
Text Example
Text Example
White with #CE1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CDA; }
p { color: rgb(206,28,218); }
H1.HeaderClassName
{
color: #CE1CDA;
}
.AnyTagClassName
{
color: #CE1CDA;
}
</style>
background-color css
<style>
a { background-color: #CE1CDA; }
a { background-color: rgb(206,28,218); }
div.DivClassName
{
background-color: #CE1CDA;
}
.BgClassName
{
background-color: #CE1CDA;
}
</style>
border-color css
<style>
span { border-color: #CE1CDA; }
span { border-color: rgb(206,28,218); }
td.TdClassName
{
border-color: #CE1CDA;
}
.TagClassName
{
border-color: #CE1CDA;
}
</style>