Shades of Deep Magenta #CE10D3
Tints of Deep Magenta #CE10D3
RGB
CMYK
RGB Variations
Color information
#CE10D3 (or 0xCE10D3) is known color: Deep Magenta. HEX triplet: CE, 10 and D3. RGB value is (206,16,211). Sum of RGB (Red+Green+Blue) = 206+16+211=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE10D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10D3 is #31EF2C. Grayscale: #5E5E5E. Windows color (decimal): -3272493 or 13832398. OLE color: 13832398.
HSL color Cylindrical-coordinate representation of color #CE10D3: hue angle of 298.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10D3 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 16 | 211 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.17 |
| HSL | 298.46º | 0.86% | 0.45% | - |
| HSV(B) | 298.46º | 0.92% | 0.83% | - |
| XYZ | 37.4 | 18.2 | 63.17 | - |
| YUV | 95.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 211 | 0.02 | 0.92 | 0 | 0.17 | 298.46 | 0.86 | 0.45 |
| Hex | CE | 10 | D3 | 2 | 5C | 0 | 11 | 12A | 56 | 2D |
| Octal | 316 | 20 | 323 | 2 | 134 | 0 | 21 | 452 | 126 | 55 |
| Binary | 11001110 | 10000 | 11010011 | 10 | 1011100 | 0 | 10001 | 100101010 | 1010110 | 101101 |
Color Harmonies of #CE10D3
Complementary color
Monochromatic Colors of #CE10D3
Black with #CE10D3
Text Example
Text Example
White with #CE10D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10D3; }
p { color: rgb(206,16,211); }
H1.HeaderClassName
{
color: #CE10D3;
}
.AnyTagClassName
{
color: #CE10D3;
}
</style>
background-color css
<style>
a { background-color: #CE10D3; }
a { background-color: rgb(206,16,211); }
div.DivClassName
{
background-color: #CE10D3;
}
.BgClassName
{
background-color: #CE10D3;
}
</style>
border-color css
<style>
span { border-color: #CE10D3; }
span { border-color: rgb(206,16,211); }
td.TdClassName
{
border-color: #CE10D3;
}
.TagClassName
{
border-color: #CE10D3;
}
</style>