Shades of Deep Magenta #CE1FBE
Tints of Deep Magenta #CE1FBE
RGB
CMYK
RGB Variations
Color information
#CE1FBE (or 0xCE1FBE) is known color: Deep Magenta. HEX triplet: CE, 1F and BE. RGB value is (206,31,190). Sum of RGB (Red+Green+Blue) = 206+31+190=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FBE is #31E041. Grayscale: #646464. Windows color (decimal): -3268674 or 12459982. OLE color: 12459982.
HSL color Cylindrical-coordinate representation of color #CE1FBE: hue angle of 305.49º 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 #CE1FBE is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 190 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.19 |
| HSL | 305.49º | 0.74% | 0.46% | - |
| HSV(B) | 305.49º | 0.85% | 0.81% | - |
| XYZ | 35.24 | 17.82 | 50.3 | - |
| YUV | 101.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 190 | 0 | 0.85 | 0.08 | 0.19 | 305.49 | 0.74 | 0.46 |
| Hex | CE | 1F | BE | 0 | 55 | 8 | 13 | 131 | 4A | 2E |
| Octal | 316 | 37 | 276 | 0 | 125 | 10 | 23 | 461 | 112 | 56 |
| Binary | 11001110 | 11111 | 10111110 | 0 | 1010101 | 1000 | 10011 | 100110001 | 1001010 | 101110 |
Color Harmonies of #CE1FBE
Complementary color
Monochromatic Colors of #CE1FBE
Black with #CE1FBE
Text Example
Text Example
White with #CE1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FBE; }
p { color: rgb(206,31,190); }
H1.HeaderClassName
{
color: #CE1FBE;
}
.AnyTagClassName
{
color: #CE1FBE;
}
</style>
background-color css
<style>
a { background-color: #CE1FBE; }
a { background-color: rgb(206,31,190); }
div.DivClassName
{
background-color: #CE1FBE;
}
.BgClassName
{
background-color: #CE1FBE;
}
</style>
border-color css
<style>
span { border-color: #CE1FBE; }
span { border-color: rgb(206,31,190); }
td.TdClassName
{
border-color: #CE1FBE;
}
.TagClassName
{
border-color: #CE1FBE;
}
</style>