Shades of Deep Magenta #CE07D3
Tints of Deep Magenta #CE07D3
RGB
CMYK
RGB Variations
Color information
#CE07D3 (or 0xCE07D3) is known color: Deep Magenta. HEX triplet: CE, 07 and D3. RGB value is (206,7,211). Sum of RGB (Red+Green+Blue) = 206+7+211=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 211 (82.81% from 255 or 49.76% from 424); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE07D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07D3 is #31F82C. Grayscale: #595959. Windows color (decimal): -3274797 or 13830094. OLE color: 13830094.
HSL color Cylindrical-coordinate representation of color #CE07D3: hue angle of 298.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07D3 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 7 | 211 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.17 |
| HSL | 298.53º | 0.94% | 0.43% | - |
| HSV(B) | 298.53º | 0.97% | 0.83% | - |
| XYZ | 37.29 | 17.98 | 63.13 | - |
| YUV | 89.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 211 | 0.02 | 0.97 | 0 | 0.17 | 298.53 | 0.94 | 0.43 |
| Hex | CE | 7 | D3 | 2 | 61 | 0 | 11 | 12B | 5E | 2B |
| Octal | 316 | 7 | 323 | 2 | 141 | 0 | 21 | 453 | 136 | 53 |
| Binary | 11001110 | 111 | 11010011 | 10 | 1100001 | 0 | 10001 | 100101011 | 1011110 | 101011 |
Color Harmonies of #CE07D3
Complementary color
Monochromatic Colors of #CE07D3
Black with #CE07D3
Text Example
Text Example
White with #CE07D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07D3; }
p { color: rgb(206,7,211); }
H1.HeaderClassName
{
color: #CE07D3;
}
.AnyTagClassName
{
color: #CE07D3;
}
</style>
background-color css
<style>
a { background-color: #CE07D3; }
a { background-color: rgb(206,7,211); }
div.DivClassName
{
background-color: #CE07D3;
}
.BgClassName
{
background-color: #CE07D3;
}
</style>
border-color css
<style>
span { border-color: #CE07D3; }
span { border-color: rgb(206,7,211); }
td.TdClassName
{
border-color: #CE07D3;
}
.TagClassName
{
border-color: #CE07D3;
}
</style>