Shades of Deep Magenta #CE07DA
Tints of Deep Magenta #CE07DA
RGB
CMYK
RGB Variations
Color information
#CE07DA (or 0xCE07DA) is known color: Deep Magenta. HEX triplet: CE, 07 and DA. RGB value is (206,7,218). Sum of RGB (Red+Green+Blue) = 206+7+218=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE07DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07DA is #31F825. Grayscale: #595959. Windows color (decimal): -3274790 or 14288846. OLE color: 14288846.
HSL color Cylindrical-coordinate representation of color #CE07DA: hue angle of 296.59º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07DA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 7 | 218 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.15 |
| HSL | 296.59º | 0.94% | 0.44% | - |
| HSV(B) | 296.59º | 0.97% | 0.85% | - |
| XYZ | 38.18 | 18.34 | 67.86 | - |
| YUV | 90.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 218 | 0.06 | 0.97 | 0 | 0.15 | 296.59 | 0.94 | 0.44 |
| Hex | CE | 7 | DA | 6 | 61 | 0 | F | 129 | 5E | 2C |
| Octal | 316 | 7 | 332 | 6 | 141 | 0 | 17 | 451 | 136 | 54 |
| Binary | 11001110 | 111 | 11011010 | 110 | 1100001 | 0 | 1111 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CE07DA
Complementary color
Monochromatic Colors of #CE07DA
Black with #CE07DA
Text Example
Text Example
White with #CE07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07DA; }
p { color: rgb(206,7,218); }
H1.HeaderClassName
{
color: #CE07DA;
}
.AnyTagClassName
{
color: #CE07DA;
}
</style>
background-color css
<style>
a { background-color: #CE07DA; }
a { background-color: rgb(206,7,218); }
div.DivClassName
{
background-color: #CE07DA;
}
.BgClassName
{
background-color: #CE07DA;
}
</style>
border-color css
<style>
span { border-color: #CE07DA; }
span { border-color: rgb(206,7,218); }
td.TdClassName
{
border-color: #CE07DA;
}
.TagClassName
{
border-color: #CE07DA;
}
</style>