Shades of Fuchsia #CE4ECC
Tints of Fuchsia #CE4ECC
RGB
CMYK
RGB Variations
Color information
#CE4ECC (or 0xCE4ECC) is known color: Fuchsia. HEX triplet: CE, 4E and CC. RGB value is (206,78,204). Sum of RGB (Red+Green+Blue) = 206+78+204=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ECC is #31B133. Grayscale: #828282. Windows color (decimal): -3256628 or 13389518. OLE color: 13389518.
HSL color Cylindrical-coordinate representation of color #CE4ECC: hue angle of 300.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4ECC is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 204 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.19 |
| HSL | 300.94º | 0.57% | 0.56% | - |
| HSV(B) | 300.94º | 0.62% | 0.81% | - |
| XYZ | 39.08 | 22.93 | 59.49 | - |
| YUV | 130.64 | 169.41 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 204 | 0 | 0.62 | 0.01 | 0.19 | 300.94 | 0.57 | 0.56 |
| Hex | CE | 4E | CC | 0 | 3E | 1 | 13 | 12D | 39 | 38 |
| Octal | 316 | 116 | 314 | 0 | 76 | 1 | 23 | 455 | 71 | 70 |
| Binary | 11001110 | 1001110 | 11001100 | 0 | 111110 | 1 | 10011 | 100101101 | 111001 | 111000 |
Color Harmonies of #CE4ECC
Complementary color
Monochromatic Colors of #CE4ECC
Black with #CE4ECC
Text Example
Text Example
White with #CE4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ECC; }
p { color: rgb(206,78,204); }
H1.HeaderClassName
{
color: #CE4ECC;
}
.AnyTagClassName
{
color: #CE4ECC;
}
</style>
background-color css
<style>
a { background-color: #CE4ECC; }
a { background-color: rgb(206,78,204); }
div.DivClassName
{
background-color: #CE4ECC;
}
.BgClassName
{
background-color: #CE4ECC;
}
</style>
border-color css
<style>
span { border-color: #CE4ECC; }
span { border-color: rgb(206,78,204); }
td.TdClassName
{
border-color: #CE4ECC;
}
.TagClassName
{
border-color: #CE4ECC;
}
</style>