Shades of Deep Magenta #CE1FC9
Tints of Deep Magenta #CE1FC9
RGB
CMYK
RGB Variations
Color information
#CE1FC9 (or 0xCE1FC9) is known color: Deep Magenta. HEX triplet: CE, 1F and C9. RGB value is (206,31,201). Sum of RGB (Red+Green+Blue) = 206+31+201=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FC9 is #31E036. Grayscale: #666666. Windows color (decimal): -3268663 or 13180878. OLE color: 13180878.
HSL color Cylindrical-coordinate representation of color #CE1FC9: hue angle of 301.71º 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 #CE1FC9 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 201 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.19 |
| HSL | 301.71º | 0.74% | 0.46% | - |
| HSV(B) | 301.71º | 0.85% | 0.81% | - |
| XYZ | 36.49 | 18.32 | 56.87 | - |
| YUV | 102.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 201 | 0 | 0.85 | 0.02 | 0.19 | 301.71 | 0.74 | 0.46 |
| Hex | CE | 1F | C9 | 0 | 55 | 2 | 13 | 12E | 4A | 2E |
| Octal | 316 | 37 | 311 | 0 | 125 | 2 | 23 | 456 | 112 | 56 |
| Binary | 11001110 | 11111 | 11001001 | 0 | 1010101 | 10 | 10011 | 100101110 | 1001010 | 101110 |
Color Harmonies of #CE1FC9
Complementary color
Monochromatic Colors of #CE1FC9
Black with #CE1FC9
Text Example
Text Example
White with #CE1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FC9; }
p { color: rgb(206,31,201); }
H1.HeaderClassName
{
color: #CE1FC9;
}
.AnyTagClassName
{
color: #CE1FC9;
}
</style>
background-color css
<style>
a { background-color: #CE1FC9; }
a { background-color: rgb(206,31,201); }
div.DivClassName
{
background-color: #CE1FC9;
}
.BgClassName
{
background-color: #CE1FC9;
}
</style>
border-color css
<style>
span { border-color: #CE1FC9; }
span { border-color: rgb(206,31,201); }
td.TdClassName
{
border-color: #CE1FC9;
}
.TagClassName
{
border-color: #CE1FC9;
}
</style>