Shades of Deep Magenta #CE1FBC
Tints of Deep Magenta #CE1FBC
RGB
CMYK
RGB Variations
Color information
#CE1FBC (or 0xCE1FBC) is known color: Deep Magenta. HEX triplet: CE, 1F and BC. RGB value is (206,31,188). Sum of RGB (Red+Green+Blue) = 206+31+188=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FBC is #31E043. Grayscale: #646464. Windows color (decimal): -3268676 or 12328910. OLE color: 12328910.
HSL color Cylindrical-coordinate representation of color #CE1FBC: hue angle of 306.17º 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 #CE1FBC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 188 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.19 |
| HSL | 306.17º | 0.74% | 0.46% | - |
| HSV(B) | 306.17º | 0.85% | 0.81% | - |
| XYZ | 35.02 | 17.73 | 49.15 | - |
| YUV | 101.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 188 | 0 | 0.85 | 0.09 | 0.19 | 306.17 | 0.74 | 0.46 |
| Hex | CE | 1F | BC | 0 | 55 | 9 | 13 | 132 | 4A | 2E |
| Octal | 316 | 37 | 274 | 0 | 125 | 11 | 23 | 462 | 112 | 56 |
| Binary | 11001110 | 11111 | 10111100 | 0 | 1010101 | 1001 | 10011 | 100110010 | 1001010 | 101110 |
Color Harmonies of #CE1FBC
Complementary color
Monochromatic Colors of #CE1FBC
Black with #CE1FBC
Text Example
Text Example
White with #CE1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FBC; }
p { color: rgb(206,31,188); }
H1.HeaderClassName
{
color: #CE1FBC;
}
.AnyTagClassName
{
color: #CE1FBC;
}
</style>
background-color css
<style>
a { background-color: #CE1FBC; }
a { background-color: rgb(206,31,188); }
div.DivClassName
{
background-color: #CE1FBC;
}
.BgClassName
{
background-color: #CE1FBC;
}
</style>
border-color css
<style>
span { border-color: #CE1FBC; }
span { border-color: rgb(206,31,188); }
td.TdClassName
{
border-color: #CE1FBC;
}
.TagClassName
{
border-color: #CE1FBC;
}
</style>