Shades of Deep Magenta #CE1FB7
Tints of Deep Magenta #CE1FB7
RGB
CMYK
RGB Variations
Color information
#CE1FB7 (or 0xCE1FB7) is known color: Deep Magenta. HEX triplet: CE, 1F and B7. RGB value is (206,31,183). Sum of RGB (Red+Green+Blue) = 206+31+183=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FB7 is #31E048. Grayscale: #646464. Windows color (decimal): -3268681 or 12001230. OLE color: 12001230.
HSL color Cylindrical-coordinate representation of color #CE1FB7: hue angle of 307.89º 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 #CE1FB7 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 183 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.19 |
| HSL | 307.89º | 0.74% | 0.46% | - |
| HSV(B) | 307.89º | 0.85% | 0.81% | - |
| XYZ | 34.49 | 17.52 | 46.36 | - |
| YUV | 100.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 183 | 0 | 0.85 | 0.11 | 0.19 | 307.89 | 0.74 | 0.46 |
| Hex | CE | 1F | B7 | 0 | 55 | B | 13 | 134 | 4A | 2E |
| Octal | 316 | 37 | 267 | 0 | 125 | 13 | 23 | 464 | 112 | 56 |
| Binary | 11001110 | 11111 | 10110111 | 0 | 1010101 | 1011 | 10011 | 100110100 | 1001010 | 101110 |
Color Harmonies of #CE1FB7
Complementary color
Monochromatic Colors of #CE1FB7
Black with #CE1FB7
Text Example
Text Example
White with #CE1FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FB7; }
p { color: rgb(206,31,183); }
H1.HeaderClassName
{
color: #CE1FB7;
}
.AnyTagClassName
{
color: #CE1FB7;
}
</style>
background-color css
<style>
a { background-color: #CE1FB7; }
a { background-color: rgb(206,31,183); }
div.DivClassName
{
background-color: #CE1FB7;
}
.BgClassName
{
background-color: #CE1FB7;
}
</style>
border-color css
<style>
span { border-color: #CE1FB7; }
span { border-color: rgb(206,31,183); }
td.TdClassName
{
border-color: #CE1FB7;
}
.TagClassName
{
border-color: #CE1FB7;
}
</style>