Shades of Deep Magenta #CE1FC7
Tints of Deep Magenta #CE1FC7
RGB
CMYK
RGB Variations
Color information
#CE1FC7 (or 0xCE1FC7) is known color: Deep Magenta. HEX triplet: CE, 1F and C7. RGB value is (206,31,199). Sum of RGB (Red+Green+Blue) = 206+31+199=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FC7 is #31E038. Grayscale: #656565. Windows color (decimal): -3268665 or 13049806. OLE color: 13049806.
HSL color Cylindrical-coordinate representation of color #CE1FC7: hue angle of 302.4º 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 #CE1FC7 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 199 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.19 |
| HSL | 302.4º | 0.74% | 0.46% | - |
| HSV(B) | 302.4º | 0.85% | 0.81% | - |
| XYZ | 36.25 | 18.23 | 55.64 | - |
| YUV | 102.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 199 | 0 | 0.85 | 0.03 | 0.19 | 302.4 | 0.74 | 0.46 |
| Hex | CE | 1F | C7 | 0 | 55 | 3 | 13 | 12E | 4A | 2E |
| Octal | 316 | 37 | 307 | 0 | 125 | 3 | 23 | 456 | 112 | 56 |
| Binary | 11001110 | 11111 | 11000111 | 0 | 1010101 | 11 | 10011 | 100101110 | 1001010 | 101110 |
Color Harmonies of #CE1FC7
Complementary color
Monochromatic Colors of #CE1FC7
Black with #CE1FC7
Text Example
Text Example
White with #CE1FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FC7; }
p { color: rgb(206,31,199); }
H1.HeaderClassName
{
color: #CE1FC7;
}
.AnyTagClassName
{
color: #CE1FC7;
}
</style>
background-color css
<style>
a { background-color: #CE1FC7; }
a { background-color: rgb(206,31,199); }
div.DivClassName
{
background-color: #CE1FC7;
}
.BgClassName
{
background-color: #CE1FC7;
}
</style>
border-color css
<style>
span { border-color: #CE1FC7; }
span { border-color: rgb(206,31,199); }
td.TdClassName
{
border-color: #CE1FC7;
}
.TagClassName
{
border-color: #CE1FC7;
}
</style>