Shades of Deep Magenta #CE11CA
Tints of Deep Magenta #CE11CA
RGB
CMYK
RGB Variations
Color information
#CE11CA (or 0xCE11CA) is known color: Deep Magenta. HEX triplet: CE, 11 and CA. RGB value is (206,17,202). Sum of RGB (Red+Green+Blue) = 206+17+202=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11CA is #31EE35. Grayscale: #5E5E5E. Windows color (decimal): -3272246 or 13242830. OLE color: 13242830.
HSL color Cylindrical-coordinate representation of color #CE11CA: hue angle of 301.27º degrees, saturation: 0.85, 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 #CE11CA is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.19 |
| HSL | 301.27º | 0.85% | 0.44% | - |
| HSV(B) | 301.27º | 0.92% | 0.81% | - |
| XYZ | 36.31 | 17.79 | 57.4 | - |
| YUV | 94.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 202 | 0 | 0.92 | 0.02 | 0.19 | 301.27 | 0.85 | 0.44 |
| Hex | CE | 11 | CA | 0 | 5C | 2 | 13 | 12D | 55 | 2C |
| Octal | 316 | 21 | 312 | 0 | 134 | 2 | 23 | 455 | 125 | 54 |
| Binary | 11001110 | 10001 | 11001010 | 0 | 1011100 | 10 | 10011 | 100101101 | 1010101 | 101100 |
Color Harmonies of #CE11CA
Complementary color
Monochromatic Colors of #CE11CA
Black with #CE11CA
Text Example
Text Example
White with #CE11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11CA; }
p { color: rgb(206,17,202); }
H1.HeaderClassName
{
color: #CE11CA;
}
.AnyTagClassName
{
color: #CE11CA;
}
</style>
background-color css
<style>
a { background-color: #CE11CA; }
a { background-color: rgb(206,17,202); }
div.DivClassName
{
background-color: #CE11CA;
}
.BgClassName
{
background-color: #CE11CA;
}
</style>
border-color css
<style>
span { border-color: #CE11CA; }
span { border-color: rgb(206,17,202); }
td.TdClassName
{
border-color: #CE11CA;
}
.TagClassName
{
border-color: #CE11CA;
}
</style>