Shades of Deep Magenta #CE18DA
Tints of Deep Magenta #CE18DA
RGB
CMYK
RGB Variations
Color information
#CE18DA (or 0xCE18DA) is known color: Deep Magenta. HEX triplet: CE, 18 and DA. RGB value is (206,24,218). Sum of RGB (Red+Green+Blue) = 206+24+218=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18DA is #31E725. Grayscale: #636363. Windows color (decimal): -3270438 or 14293198. OLE color: 14293198.
HSL color Cylindrical-coordinate representation of color #CE18DA: hue angle of 296.29º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE18DA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 24 | 218 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.15 |
| HSL | 296.29º | 0.8% | 0.47% | - |
| HSV(B) | 296.29º | 0.89% | 0.85% | - |
| XYZ | 38.44 | 18.84 | 67.94 | - |
| YUV | 100.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 218 | 0.06 | 0.89 | 0 | 0.15 | 296.29 | 0.8 | 0.47 |
| Hex | CE | 18 | DA | 6 | 59 | 0 | F | 128 | 50 | 2F |
| Octal | 316 | 30 | 332 | 6 | 131 | 0 | 17 | 450 | 120 | 57 |
| Binary | 11001110 | 11000 | 11011010 | 110 | 1011001 | 0 | 1111 | 100101000 | 1010000 | 101111 |
Color Harmonies of #CE18DA
Complementary color
Monochromatic Colors of #CE18DA
Black with #CE18DA
Text Example
Text Example
White with #CE18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18DA; }
p { color: rgb(206,24,218); }
H1.HeaderClassName
{
color: #CE18DA;
}
.AnyTagClassName
{
color: #CE18DA;
}
</style>
background-color css
<style>
a { background-color: #CE18DA; }
a { background-color: rgb(206,24,218); }
div.DivClassName
{
background-color: #CE18DA;
}
.BgClassName
{
background-color: #CE18DA;
}
</style>
border-color css
<style>
span { border-color: #CE18DA; }
span { border-color: rgb(206,24,218); }
td.TdClassName
{
border-color: #CE18DA;
}
.TagClassName
{
border-color: #CE18DA;
}
</style>