Shades of Deep Magenta #CE10CF
Tints of Deep Magenta #CE10CF
RGB
CMYK
RGB Variations
Color information
#CE10CF (or 0xCE10CF) is known color: Deep Magenta. HEX triplet: CE, 10 and CF. RGB value is (206,16,207). Sum of RGB (Red+Green+Blue) = 206+16+207=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10CF is #31EF30. Grayscale: #5E5E5E. Windows color (decimal): -3272497 or 13570254. OLE color: 13570254.
HSL color Cylindrical-coordinate representation of color #CE10CF: hue angle of 299.69º 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 #CE10CF is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 207 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.19 |
| HSL | 299.69º | 0.86% | 0.44% | - |
| HSV(B) | 299.69º | 0.92% | 0.81% | - |
| XYZ | 36.9 | 18 | 60.56 | - |
| YUV | 94.58 | 191.45 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 207 | 0.00 | 0.92 | 0 | 0.19 | 299.69 | 0.86 | 0.44 |
| Hex | CE | 10 | CF | 0 | 5C | 0 | 13 | 12C | 56 | 2C |
| Octal | 316 | 20 | 317 | 0 | 134 | 0 | 23 | 454 | 126 | 54 |
| Binary | 11001110 | 10000 | 11001111 | 0 | 1011100 | 0 | 10011 | 100101100 | 1010110 | 101100 |
Color Harmonies of #CE10CF
Complementary color
Monochromatic Colors of #CE10CF
Black with #CE10CF
Text Example
Text Example
White with #CE10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10CF; }
p { color: rgb(206,16,207); }
H1.HeaderClassName
{
color: #CE10CF;
}
.AnyTagClassName
{
color: #CE10CF;
}
</style>
background-color css
<style>
a { background-color: #CE10CF; }
a { background-color: rgb(206,16,207); }
div.DivClassName
{
background-color: #CE10CF;
}
.BgClassName
{
background-color: #CE10CF;
}
</style>
border-color css
<style>
span { border-color: #CE10CF; }
span { border-color: rgb(206,16,207); }
td.TdClassName
{
border-color: #CE10CF;
}
.TagClassName
{
border-color: #CE10CF;
}
</style>