Shades of Deep Magenta #CE10B5
Tints of Deep Magenta #CE10B5
RGB
CMYK
RGB Variations
Color information
#CE10B5 (or 0xCE10B5) is known color: Deep Magenta. HEX triplet: CE, 10 and B5. RGB value is (206,16,181). Sum of RGB (Red+Green+Blue) = 206+16+181=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10B5 is #31EF4A. Grayscale: #5B5B5B. Windows color (decimal): -3272523 or 11866318. OLE color: 11866318.
HSL color Cylindrical-coordinate representation of color #CE10B5: hue angle of 307.89º 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 #CE10B5 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.19 |
| HSL | 307.89º | 0.86% | 0.44% | - |
| HSV(B) | 307.89º | 0.92% | 0.81% | - |
| XYZ | 33.98 | 16.83 | 45.17 | - |
| YUV | 91.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 181 | 0 | 0.92 | 0.12 | 0.19 | 307.89 | 0.86 | 0.44 |
| Hex | CE | 10 | B5 | 0 | 5C | C | 13 | 134 | 56 | 2C |
| Octal | 316 | 20 | 265 | 0 | 134 | 14 | 23 | 464 | 126 | 54 |
| Binary | 11001110 | 10000 | 10110101 | 0 | 1011100 | 1100 | 10011 | 100110100 | 1010110 | 101100 |
Color Harmonies of #CE10B5
Complementary color
Monochromatic Colors of #CE10B5
Black with #CE10B5
Text Example
Text Example
White with #CE10B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10B5; }
p { color: rgb(206,16,181); }
H1.HeaderClassName
{
color: #CE10B5;
}
.AnyTagClassName
{
color: #CE10B5;
}
</style>
background-color css
<style>
a { background-color: #CE10B5; }
a { background-color: rgb(206,16,181); }
div.DivClassName
{
background-color: #CE10B5;
}
.BgClassName
{
background-color: #CE10B5;
}
</style>
border-color css
<style>
span { border-color: #CE10B5; }
span { border-color: rgb(206,16,181); }
td.TdClassName
{
border-color: #CE10B5;
}
.TagClassName
{
border-color: #CE10B5;
}
</style>