Shades of Deep Magenta #CE10B2
Tints of Deep Magenta #CE10B2
RGB
CMYK
RGB Variations
Color information
#CE10B2 (or 0xCE10B2) is known color: Deep Magenta. HEX triplet: CE, 10 and B2. RGB value is (206,16,178). Sum of RGB (Red+Green+Blue) = 206+16+178=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10B2 is #31EF4D. Grayscale: #5A5A5A. Windows color (decimal): -3272526 or 11669710. OLE color: 11669710.
HSL color Cylindrical-coordinate representation of color #CE10B2: hue angle of 308.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10B2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 178 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.19 |
| HSL | 308.84º | 0.86% | 0.44% | - |
| HSV(B) | 308.84º | 0.92% | 0.81% | - |
| XYZ | 33.67 | 16.71 | 43.57 | - |
| YUV | 91.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 178 | 0 | 0.92 | 0.14 | 0.19 | 308.84 | 0.86 | 0.44 |
| Hex | CE | 10 | B2 | 0 | 5C | E | 13 | 135 | 56 | 2C |
| Octal | 316 | 20 | 262 | 0 | 134 | 16 | 23 | 465 | 126 | 54 |
| Binary | 11001110 | 10000 | 10110010 | 0 | 1011100 | 1110 | 10011 | 100110101 | 1010110 | 101100 |
Color Harmonies of #CE10B2
Complementary color
Monochromatic Colors of #CE10B2
Black with #CE10B2
Text Example
Text Example
White with #CE10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10B2; }
p { color: rgb(206,16,178); }
H1.HeaderClassName
{
color: #CE10B2;
}
.AnyTagClassName
{
color: #CE10B2;
}
</style>
background-color css
<style>
a { background-color: #CE10B2; }
a { background-color: rgb(206,16,178); }
div.DivClassName
{
background-color: #CE10B2;
}
.BgClassName
{
background-color: #CE10B2;
}
</style>
border-color css
<style>
span { border-color: #CE10B2; }
span { border-color: rgb(206,16,178); }
td.TdClassName
{
border-color: #CE10B2;
}
.TagClassName
{
border-color: #CE10B2;
}
</style>