Shades of Deep Magenta #CE1FB6
Tints of Deep Magenta #CE1FB6
RGB
CMYK
RGB Variations
Color information
#CE1FB6 (or 0xCE1FB6) is known color: Deep Magenta. HEX triplet: CE, 1F and B6. RGB value is (206,31,182). Sum of RGB (Red+Green+Blue) = 206+31+182=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FB6 is #31E049. Grayscale: #646464. Windows color (decimal): -3268682 or 11935694. OLE color: 11935694.
HSL color Cylindrical-coordinate representation of color #CE1FB6: hue angle of 308.23º 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 #CE1FB6 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 182 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.19 |
| HSL | 308.23º | 0.74% | 0.46% | - |
| HSV(B) | 308.23º | 0.85% | 0.81% | - |
| XYZ | 34.39 | 17.48 | 45.82 | - |
| YUV | 100.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 182 | 0 | 0.85 | 0.12 | 0.19 | 308.23 | 0.74 | 0.46 |
| Hex | CE | 1F | B6 | 0 | 55 | C | 13 | 134 | 4A | 2E |
| Octal | 316 | 37 | 266 | 0 | 125 | 14 | 23 | 464 | 112 | 56 |
| Binary | 11001110 | 11111 | 10110110 | 0 | 1010101 | 1100 | 10011 | 100110100 | 1001010 | 101110 |
Color Harmonies of #CE1FB6
Complementary color
Monochromatic Colors of #CE1FB6
Black with #CE1FB6
Text Example
Text Example
White with #CE1FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FB6; }
p { color: rgb(206,31,182); }
H1.HeaderClassName
{
color: #CE1FB6;
}
.AnyTagClassName
{
color: #CE1FB6;
}
</style>
background-color css
<style>
a { background-color: #CE1FB6; }
a { background-color: rgb(206,31,182); }
div.DivClassName
{
background-color: #CE1FB6;
}
.BgClassName
{
background-color: #CE1FB6;
}
</style>
border-color css
<style>
span { border-color: #CE1FB6; }
span { border-color: rgb(206,31,182); }
td.TdClassName
{
border-color: #CE1FB6;
}
.TagClassName
{
border-color: #CE1FB6;
}
</style>