Shades of Deep Magenta #CE00D7
Tints of Deep Magenta #CE00D7
RGB
CMYK
RGB Variations
Color information
#CE00D7 (or 0xCE00D7) is known color: Deep Magenta. HEX triplet: CE, 00 and D7. RGB value is (206,0,215). Sum of RGB (Red+Green+Blue) = 206+0+215=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE00D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00D7 is #31FF28. Grayscale: #555555. Windows color (decimal): -3276585 or 14090446. OLE color: 14090446.
HSL color Cylindrical-coordinate representation of color #CE00D7: hue angle of 297.49º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00D7 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 0 | 215 | - |
| CMYK | 0.04 | 1 | 0 | 0.16 |
| HSL | 297.49º | 1% | 0.42% | - |
| HSV(B) | 297.49º | 1% | 0.84% | - |
| XYZ | 37.72 | 18.03 | 65.78 | - |
| YUV | 86.1 | 200.75 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 215 | 0.04 | 1 | 0 | 0.16 | 297.49 | 1 | 0.42 |
| Hex | CE | 0 | D7 | 4 | 64 | 0 | 10 | 129 | 64 | 2A |
| Octal | 316 | 0 | 327 | 4 | 144 | 0 | 20 | 451 | 144 | 52 |
| Binary | 11001110 | 0 | 11010111 | 100 | 1100100 | 0 | 10000 | 100101001 | 1100100 | 101010 |
Color Harmonies of #CE00D7
Complementary color
Monochromatic Colors of #CE00D7
Black with #CE00D7
Text Example
Text Example
White with #CE00D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00D7; }
p { color: rgb(206,0,215); }
H1.HeaderClassName
{
color: #CE00D7;
}
.AnyTagClassName
{
color: #CE00D7;
}
</style>
background-color css
<style>
a { background-color: #CE00D7; }
a { background-color: rgb(206,0,215); }
div.DivClassName
{
background-color: #CE00D7;
}
.BgClassName
{
background-color: #CE00D7;
}
</style>
border-color css
<style>
span { border-color: #CE00D7; }
span { border-color: rgb(206,0,215); }
td.TdClassName
{
border-color: #CE00D7;
}
.TagClassName
{
border-color: #CE00D7;
}
</style>