Shades of Fuchsia #CE54AE
Tints of Fuchsia #CE54AE
RGB
CMYK
RGB Variations
Color information
#CE54AE (or 0xCE54AE) is known color: Fuchsia. HEX triplet: CE, 54 and AE. RGB value is (206,84,174). Sum of RGB (Red+Green+Blue) = 206+84+174=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54AE is #31AB51. Grayscale: #828282. Windows color (decimal): -3255122 or 11424974. OLE color: 11424974.
HSL color Cylindrical-coordinate representation of color #CE54AE: hue angle of 315.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54AE is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 174 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.19 |
| HSL | 315.74º | 0.55% | 0.57% | - |
| HSV(B) | 315.74º | 0.59% | 0.81% | - |
| XYZ | 36.26 | 22.52 | 42.48 | - |
| YUV | 130.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 174 | 0 | 0.59 | 0.16 | 0.19 | 315.74 | 0.55 | 0.57 |
| Hex | CE | 54 | AE | 0 | 3B | 10 | 13 | 13C | 37 | 39 |
| Octal | 316 | 124 | 256 | 0 | 73 | 20 | 23 | 474 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10101110 | 0 | 111011 | 10000 | 10011 | 100111100 | 110111 | 111001 |
Color Harmonies of #CE54AE
Complementary color
Monochromatic Colors of #CE54AE
Black with #CE54AE
Text Example
Text Example
White with #CE54AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54AE; }
p { color: rgb(206,84,174); }
H1.HeaderClassName
{
color: #CE54AE;
}
.AnyTagClassName
{
color: #CE54AE;
}
</style>
background-color css
<style>
a { background-color: #CE54AE; }
a { background-color: rgb(206,84,174); }
div.DivClassName
{
background-color: #CE54AE;
}
.BgClassName
{
background-color: #CE54AE;
}
</style>
border-color css
<style>
span { border-color: #CE54AE; }
span { border-color: rgb(206,84,174); }
td.TdClassName
{
border-color: #CE54AE;
}
.TagClassName
{
border-color: #CE54AE;
}
</style>