Shades of Fuchsia #CE2ECC
Tints of Fuchsia #CE2ECC
RGB
CMYK
RGB Variations
Color information
#CE2ECC (or 0xCE2ECC) is known color: Fuchsia. HEX triplet: CE, 2E and CC. RGB value is (206,46,204). Sum of RGB (Red+Green+Blue) = 206+46+204=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ECC is #31D133. Grayscale: #6F6F6F. Windows color (decimal): -3264820 or 13381326. OLE color: 13381326.
HSL color Cylindrical-coordinate representation of color #CE2ECC: hue angle of 300.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2ECC is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 204 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.19 |
| HSL | 300.75º | 0.63% | 0.49% | - |
| HSV(B) | 300.75º | 0.78% | 0.81% | - |
| XYZ | 37.33 | 19.44 | 58.91 | - |
| YUV | 111.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 204 | 0 | 0.78 | 0.01 | 0.19 | 300.75 | 0.63 | 0.49 |
| Hex | CE | 2E | CC | 0 | 4E | 1 | 13 | 12D | 3F | 31 |
| Octal | 316 | 56 | 314 | 0 | 116 | 1 | 23 | 455 | 77 | 61 |
| Binary | 11001110 | 101110 | 11001100 | 0 | 1001110 | 1 | 10011 | 100101101 | 111111 | 110001 |
Color Harmonies of #CE2ECC
Complementary color
Monochromatic Colors of #CE2ECC
Black with #CE2ECC
Text Example
Text Example
White with #CE2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ECC; }
p { color: rgb(206,46,204); }
H1.HeaderClassName
{
color: #CE2ECC;
}
.AnyTagClassName
{
color: #CE2ECC;
}
</style>
background-color css
<style>
a { background-color: #CE2ECC; }
a { background-color: rgb(206,46,204); }
div.DivClassName
{
background-color: #CE2ECC;
}
.BgClassName
{
background-color: #CE2ECC;
}
</style>
border-color css
<style>
span { border-color: #CE2ECC; }
span { border-color: rgb(206,46,204); }
td.TdClassName
{
border-color: #CE2ECC;
}
.TagClassName
{
border-color: #CE2ECC;
}
</style>