Shades of Deep Magenta #CE00D3
Tints of Deep Magenta #CE00D3
RGB
CMYK
RGB Variations
Color information
#CE00D3 (or 0xCE00D3) is known color: Deep Magenta. HEX triplet: CE, 00 and D3. RGB value is (206,0,211). Sum of RGB (Red+Green+Blue) = 206+0+211=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00D3 is #31FF2C. Grayscale: #555555. Windows color (decimal): -3276589 or 13828302. OLE color: 13828302.
HSL color Cylindrical-coordinate representation of color #CE00D3: hue angle of 298.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00D3 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 0 | 211 | - |
| CMYK | 0.02 | 1 | 0 | 0.17 |
| HSL | 298.58º | 1% | 0.41% | - |
| HSV(B) | 298.58º | 1% | 0.83% | - |
| XYZ | 37.21 | 17.82 | 63.11 | - |
| YUV | 85.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 211 | 0.02 | 1 | 0 | 0.17 | 298.58 | 1 | 0.41 |
| Hex | CE | 0 | D3 | 2 | 64 | 0 | 11 | 12B | 64 | 29 |
| Octal | 316 | 0 | 323 | 2 | 144 | 0 | 21 | 453 | 144 | 51 |
| Binary | 11001110 | 0 | 11010011 | 10 | 1100100 | 0 | 10001 | 100101011 | 1100100 | 101001 |
Color Harmonies of #CE00D3
Complementary color
Monochromatic Colors of #CE00D3
Black with #CE00D3
Text Example
Text Example
White with #CE00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00D3; }
p { color: rgb(206,0,211); }
H1.HeaderClassName
{
color: #CE00D3;
}
.AnyTagClassName
{
color: #CE00D3;
}
</style>
background-color css
<style>
a { background-color: #CE00D3; }
a { background-color: rgb(206,0,211); }
div.DivClassName
{
background-color: #CE00D3;
}
.BgClassName
{
background-color: #CE00D3;
}
</style>
border-color css
<style>
span { border-color: #CE00D3; }
span { border-color: rgb(206,0,211); }
td.TdClassName
{
border-color: #CE00D3;
}
.TagClassName
{
border-color: #CE00D3;
}
</style>