Shades of Deep Magenta #CE10B3
Tints of Deep Magenta #CE10B3
RGB
CMYK
RGB Variations
Color information
#CE10B3 (or 0xCE10B3) is known color: Deep Magenta. HEX triplet: CE, 10 and B3. RGB value is (206,16,179). Sum of RGB (Red+Green+Blue) = 206+16+179=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10B3 is #31EF4C. Grayscale: #5A5A5A. Windows color (decimal): -3272525 or 11735246. OLE color: 11735246.
HSL color Cylindrical-coordinate representation of color #CE10B3: hue angle of 308.53º 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 #CE10B3 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 179 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.19 |
| HSL | 308.53º | 0.86% | 0.44% | - |
| HSV(B) | 308.53º | 0.92% | 0.81% | - |
| XYZ | 33.78 | 16.75 | 44.1 | - |
| YUV | 91.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 179 | 0 | 0.92 | 0.13 | 0.19 | 308.53 | 0.86 | 0.44 |
| Hex | CE | 10 | B3 | 0 | 5C | D | 13 | 135 | 56 | 2C |
| Octal | 316 | 20 | 263 | 0 | 134 | 15 | 23 | 465 | 126 | 54 |
| Binary | 11001110 | 10000 | 10110011 | 0 | 1011100 | 1101 | 10011 | 100110101 | 1010110 | 101100 |
Color Harmonies of #CE10B3
Complementary color
Monochromatic Colors of #CE10B3
Black with #CE10B3
Text Example
Text Example
White with #CE10B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10B3; }
p { color: rgb(206,16,179); }
H1.HeaderClassName
{
color: #CE10B3;
}
.AnyTagClassName
{
color: #CE10B3;
}
</style>
background-color css
<style>
a { background-color: #CE10B3; }
a { background-color: rgb(206,16,179); }
div.DivClassName
{
background-color: #CE10B3;
}
.BgClassName
{
background-color: #CE10B3;
}
</style>
border-color css
<style>
span { border-color: #CE10B3; }
span { border-color: rgb(206,16,179); }
td.TdClassName
{
border-color: #CE10B3;
}
.TagClassName
{
border-color: #CE10B3;
}
</style>