Shades of Deep Magenta #CE1FC6
Tints of Deep Magenta #CE1FC6
RGB
CMYK
RGB Variations
Color information
#CE1FC6 (or 0xCE1FC6) is known color: Deep Magenta. HEX triplet: CE, 1F and C6. RGB value is (206,31,198). Sum of RGB (Red+Green+Blue) = 206+31+198=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FC6 is #31E039. Grayscale: #656565. Windows color (decimal): -3268666 or 12984270. OLE color: 12984270.
HSL color Cylindrical-coordinate representation of color #CE1FC6: hue angle of 302.74º 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 #CE1FC6 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 198 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 302.74º | 0.74% | 0.46% | - |
| HSV(B) | 302.74º | 0.85% | 0.81% | - |
| XYZ | 36.14 | 18.18 | 55.03 | - |
| YUV | 102.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 198 | 0 | 0.85 | 0.04 | 0.19 | 302.74 | 0.74 | 0.46 |
| Hex | CE | 1F | C6 | 0 | 55 | 4 | 13 | 12F | 4A | 2E |
| Octal | 316 | 37 | 306 | 0 | 125 | 4 | 23 | 457 | 112 | 56 |
| Binary | 11001110 | 11111 | 11000110 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001010 | 101110 |
Color Harmonies of #CE1FC6
Complementary color
Monochromatic Colors of #CE1FC6
Black with #CE1FC6
Text Example
Text Example
White with #CE1FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FC6; }
p { color: rgb(206,31,198); }
H1.HeaderClassName
{
color: #CE1FC6;
}
.AnyTagClassName
{
color: #CE1FC6;
}
</style>
background-color css
<style>
a { background-color: #CE1FC6; }
a { background-color: rgb(206,31,198); }
div.DivClassName
{
background-color: #CE1FC6;
}
.BgClassName
{
background-color: #CE1FC6;
}
</style>
border-color css
<style>
span { border-color: #CE1FC6; }
span { border-color: rgb(206,31,198); }
td.TdClassName
{
border-color: #CE1FC6;
}
.TagClassName
{
border-color: #CE1FC6;
}
</style>