Shades of Deep Magenta #CE00DA
Tints of Deep Magenta #CE00DA
RGB
CMYK
RGB Variations
Color information
#CE00DA (or 0xCE00DA) is known color: Deep Magenta. HEX triplet: CE, 00 and DA. RGB value is (206,0,218). Sum of RGB (Red+Green+Blue) = 206+0+218=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00DA is #31FF25. Grayscale: #555555. Windows color (decimal): -3276582 or 14287054. OLE color: 14287054.
HSL color Cylindrical-coordinate representation of color #CE00DA: hue angle of 296.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00DA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 0 | 218 | - |
| CMYK | 0.06 | 1 | 0 | 0.15 |
| HSL | 296.7º | 1% | 0.43% | - |
| HSV(B) | 296.7º | 1% | 0.85% | - |
| XYZ | 38.11 | 18.18 | 67.83 | - |
| YUV | 86.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 218 | 0.06 | 1 | 0 | 0.15 | 296.7 | 1 | 0.43 |
| Hex | CE | 0 | DA | 6 | 64 | 0 | F | 129 | 64 | 2B |
| Octal | 316 | 0 | 332 | 6 | 144 | 0 | 17 | 451 | 144 | 53 |
| Binary | 11001110 | 0 | 11011010 | 110 | 1100100 | 0 | 1111 | 100101001 | 1100100 | 101011 |
Color Harmonies of #CE00DA
Complementary color
Monochromatic Colors of #CE00DA
Black with #CE00DA
Text Example
Text Example
White with #CE00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00DA; }
p { color: rgb(206,0,218); }
H1.HeaderClassName
{
color: #CE00DA;
}
.AnyTagClassName
{
color: #CE00DA;
}
</style>
background-color css
<style>
a { background-color: #CE00DA; }
a { background-color: rgb(206,0,218); }
div.DivClassName
{
background-color: #CE00DA;
}
.BgClassName
{
background-color: #CE00DA;
}
</style>
border-color css
<style>
span { border-color: #CE00DA; }
span { border-color: rgb(206,0,218); }
td.TdClassName
{
border-color: #CE00DA;
}
.TagClassName
{
border-color: #CE00DA;
}
</style>