Shades of Fuchsia #CE2FBC
Tints of Fuchsia #CE2FBC
RGB
CMYK
RGB Variations
Color information
#CE2FBC (or 0xCE2FBC) is known color: Fuchsia. HEX triplet: CE, 2F and BC. RGB value is (206,47,188). Sum of RGB (Red+Green+Blue) = 206+47+188=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FBC is #31D043. Grayscale: #6E6E6E. Windows color (decimal): -3264580 or 12333006. OLE color: 12333006.
HSL color Cylindrical-coordinate representation of color #CE2FBC: hue angle of 306.79º 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 #CE2FBC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 188 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.19 |
| HSL | 306.79º | 0.63% | 0.5% | - |
| HSV(B) | 306.79º | 0.77% | 0.81% | - |
| XYZ | 35.55 | 18.79 | 49.33 | - |
| YUV | 110.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 188 | 0 | 0.77 | 0.09 | 0.19 | 306.79 | 0.63 | 0.5 |
| Hex | CE | 2F | BC | 0 | 4D | 9 | 13 | 133 | 3F | 32 |
| Octal | 316 | 57 | 274 | 0 | 115 | 11 | 23 | 463 | 77 | 62 |
| Binary | 11001110 | 101111 | 10111100 | 0 | 1001101 | 1001 | 10011 | 100110011 | 111111 | 110010 |
Color Harmonies of #CE2FBC
Complementary color
Monochromatic Colors of #CE2FBC
Black with #CE2FBC
Text Example
Text Example
White with #CE2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FBC; }
p { color: rgb(206,47,188); }
H1.HeaderClassName
{
color: #CE2FBC;
}
.AnyTagClassName
{
color: #CE2FBC;
}
</style>
background-color css
<style>
a { background-color: #CE2FBC; }
a { background-color: rgb(206,47,188); }
div.DivClassName
{
background-color: #CE2FBC;
}
.BgClassName
{
background-color: #CE2FBC;
}
</style>
border-color css
<style>
span { border-color: #CE2FBC; }
span { border-color: rgb(206,47,188); }
td.TdClassName
{
border-color: #CE2FBC;
}
.TagClassName
{
border-color: #CE2FBC;
}
</style>