Shades of Fuchsia #CE2FBE
Tints of Fuchsia #CE2FBE
RGB
CMYK
RGB Variations
Color information
#CE2FBE (or 0xCE2FBE) is known color: Fuchsia. HEX triplet: CE, 2F and BE. RGB value is (206,47,190). Sum of RGB (Red+Green+Blue) = 206+47+190=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FBE is #31D041. Grayscale: #6E6E6E. Windows color (decimal): -3264578 or 12464078. OLE color: 12464078.
HSL color Cylindrical-coordinate representation of color #CE2FBE: hue angle of 306.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FBE is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 190 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.19 |
| HSL | 306.04º | 0.63% | 0.5% | - |
| HSV(B) | 306.04º | 0.77% | 0.81% | - |
| XYZ | 35.76 | 18.87 | 50.47 | - |
| YUV | 110.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 190 | 0 | 0.77 | 0.08 | 0.19 | 306.04 | 0.63 | 0.5 |
| Hex | CE | 2F | BE | 0 | 4D | 8 | 13 | 132 | 3F | 32 |
| Octal | 316 | 57 | 276 | 0 | 115 | 10 | 23 | 462 | 77 | 62 |
| Binary | 11001110 | 101111 | 10111110 | 0 | 1001101 | 1000 | 10011 | 100110010 | 111111 | 110010 |
Color Harmonies of #CE2FBE
Complementary color
Monochromatic Colors of #CE2FBE
Black with #CE2FBE
Text Example
Text Example
White with #CE2FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FBE; }
p { color: rgb(206,47,190); }
H1.HeaderClassName
{
color: #CE2FBE;
}
.AnyTagClassName
{
color: #CE2FBE;
}
</style>
background-color css
<style>
a { background-color: #CE2FBE; }
a { background-color: rgb(206,47,190); }
div.DivClassName
{
background-color: #CE2FBE;
}
.BgClassName
{
background-color: #CE2FBE;
}
</style>
border-color css
<style>
span { border-color: #CE2FBE; }
span { border-color: rgb(206,47,190); }
td.TdClassName
{
border-color: #CE2FBE;
}
.TagClassName
{
border-color: #CE2FBE;
}
</style>