Shades of Deep Magenta #CE1FCE
Tints of Deep Magenta #CE1FCE
RGB
CMYK
RGB Variations
Color information
#CE1FCE (or 0xCE1FCE) is known color: Deep Magenta. HEX triplet: CE, 1F and CE. RGB value is (206,31,206). Sum of RGB (Red+Green+Blue) = 206+31+206=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FCE is #31E031. Grayscale: #666666. Windows color (decimal): -3268658 or 13508558. OLE color: 13508558.
HSL color Cylindrical-coordinate representation of color #CE1FCE: hue angle of 300º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1FCE is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 206 | - |
| CMYK | 0 | 0.85 | 0 | 0.19 |
| HSL | 300º | 0.74% | 0.46% | - |
| HSV(B) | 300º | 0.85% | 0.81% | - |
| XYZ | 37.08 | 18.56 | 60.02 | - |
| YUV | 103.28 | 185.98 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 206 | 0 | 0.85 | 0 | 0.19 | 300 | 0.74 | 0.46 |
| Hex | CE | 1F | CE | 0 | 55 | 0 | 13 | 12C | 4A | 2E |
| Octal | 316 | 37 | 316 | 0 | 125 | 0 | 23 | 454 | 112 | 56 |
| Binary | 11001110 | 11111 | 11001110 | 0 | 1010101 | 0 | 10011 | 100101100 | 1001010 | 101110 |
Color Harmonies of #CE1FCE
Complementary color
Monochromatic Colors of #CE1FCE
Black with #CE1FCE
Text Example
Text Example
White with #CE1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FCE; }
p { color: rgb(206,31,206); }
H1.HeaderClassName
{
color: #CE1FCE;
}
.AnyTagClassName
{
color: #CE1FCE;
}
</style>
background-color css
<style>
a { background-color: #CE1FCE; }
a { background-color: rgb(206,31,206); }
div.DivClassName
{
background-color: #CE1FCE;
}
.BgClassName
{
background-color: #CE1FCE;
}
</style>
border-color css
<style>
span { border-color: #CE1FCE; }
span { border-color: rgb(206,31,206); }
td.TdClassName
{
border-color: #CE1FCE;
}
.TagClassName
{
border-color: #CE1FCE;
}
</style>