Shades of Deep Magenta #CE1FB0
Tints of Deep Magenta #CE1FB0
RGB
CMYK
RGB Variations
Color information
#CE1FB0 (or 0xCE1FB0) is known color: Deep Magenta. HEX triplet: CE, 1F and B0. RGB value is (206,31,176). Sum of RGB (Red+Green+Blue) = 206+31+176=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1FB0 is #31E04F. Grayscale: #636363. Windows color (decimal): -3268688 or 11542478. OLE color: 11542478.
HSL color Cylindrical-coordinate representation of color #CE1FB0: hue angle of 310.29º 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 #CE1FB0 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 176 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.19 |
| HSL | 310.29º | 0.74% | 0.46% | - |
| HSV(B) | 310.29º | 0.85% | 0.81% | - |
| XYZ | 33.78 | 17.24 | 42.62 | - |
| YUV | 99.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 176 | 0 | 0.85 | 0.15 | 0.19 | 310.29 | 0.74 | 0.46 |
| Hex | CE | 1F | B0 | 0 | 55 | F | 13 | 136 | 4A | 2E |
| Octal | 316 | 37 | 260 | 0 | 125 | 17 | 23 | 466 | 112 | 56 |
| Binary | 11001110 | 11111 | 10110000 | 0 | 1010101 | 1111 | 10011 | 100110110 | 1001010 | 101110 |
Color Harmonies of #CE1FB0
Complementary color
Monochromatic Colors of #CE1FB0
Black with #CE1FB0
Text Example
Text Example
White with #CE1FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FB0; }
p { color: rgb(206,31,176); }
H1.HeaderClassName
{
color: #CE1FB0;
}
.AnyTagClassName
{
color: #CE1FB0;
}
</style>
background-color css
<style>
a { background-color: #CE1FB0; }
a { background-color: rgb(206,31,176); }
div.DivClassName
{
background-color: #CE1FB0;
}
.BgClassName
{
background-color: #CE1FB0;
}
</style>
border-color css
<style>
span { border-color: #CE1FB0; }
span { border-color: rgb(206,31,176); }
td.TdClassName
{
border-color: #CE1FB0;
}
.TagClassName
{
border-color: #CE1FB0;
}
</style>