Shades of Fuchsia #CE54AC
Tints of Fuchsia #CE54AC
RGB
CMYK
RGB Variations
Color information
#CE54AC (or 0xCE54AC) is known color: Fuchsia. HEX triplet: CE, 54 and AC. RGB value is (206,84,172). Sum of RGB (Red+Green+Blue) = 206+84+172=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54AC is #31AB53. Grayscale: #828282. Windows color (decimal): -3255124 or 11293902. OLE color: 11293902.
HSL color Cylindrical-coordinate representation of color #CE54AC: hue angle of 316.72º 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 #CE54AC is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 172 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.19 |
| HSL | 316.72º | 0.55% | 0.57% | - |
| HSV(B) | 316.72º | 0.59% | 0.81% | - |
| XYZ | 36.07 | 22.44 | 41.46 | - |
| YUV | 130.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 172 | 0 | 0.59 | 0.17 | 0.19 | 316.72 | 0.55 | 0.57 |
| Hex | CE | 54 | AC | 0 | 3B | 11 | 13 | 13D | 37 | 39 |
| Octal | 316 | 124 | 254 | 0 | 73 | 21 | 23 | 475 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10101100 | 0 | 111011 | 10001 | 10011 | 100111101 | 110111 | 111001 |
Color Harmonies of #CE54AC
Complementary color
Monochromatic Colors of #CE54AC
Black with #CE54AC
Text Example
Text Example
White with #CE54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54AC; }
p { color: rgb(206,84,172); }
H1.HeaderClassName
{
color: #CE54AC;
}
.AnyTagClassName
{
color: #CE54AC;
}
</style>
background-color css
<style>
a { background-color: #CE54AC; }
a { background-color: rgb(206,84,172); }
div.DivClassName
{
background-color: #CE54AC;
}
.BgClassName
{
background-color: #CE54AC;
}
</style>
border-color css
<style>
span { border-color: #CE54AC; }
span { border-color: rgb(206,84,172); }
td.TdClassName
{
border-color: #CE54AC;
}
.TagClassName
{
border-color: #CE54AC;
}
</style>