Shades of Fuchsia #CE49AC
Tints of Fuchsia #CE49AC
RGB
CMYK
RGB Variations
Color information
#CE49AC (or 0xCE49AC) is known color: Fuchsia. HEX triplet: CE, 49 and AC. RGB value is (206,73,172). Sum of RGB (Red+Green+Blue) = 206+73+172=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49AC is #31B653. Grayscale: #7B7B7B. Windows color (decimal): -3257940 or 11291086. OLE color: 11291086.
HSL color Cylindrical-coordinate representation of color #CE49AC: hue angle of 315.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE49AC is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 172 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.19 |
| HSL | 315.34º | 0.58% | 0.55% | - |
| HSV(B) | 315.34º | 0.65% | 0.81% | - |
| XYZ | 35.28 | 20.87 | 41.2 | - |
| YUV | 124.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 172 | 0 | 0.65 | 0.17 | 0.19 | 315.34 | 0.58 | 0.55 |
| Hex | CE | 49 | AC | 0 | 41 | 11 | 13 | 13B | 3A | 37 |
| Octal | 316 | 111 | 254 | 0 | 101 | 21 | 23 | 473 | 72 | 67 |
| Binary | 11001110 | 1001001 | 10101100 | 0 | 1000001 | 10001 | 10011 | 100111011 | 111010 | 110111 |
Color Harmonies of #CE49AC
Complementary color
Monochromatic Colors of #CE49AC
Black with #CE49AC
Text Example
Text Example
White with #CE49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49AC; }
p { color: rgb(206,73,172); }
H1.HeaderClassName
{
color: #CE49AC;
}
.AnyTagClassName
{
color: #CE49AC;
}
</style>
background-color css
<style>
a { background-color: #CE49AC; }
a { background-color: rgb(206,73,172); }
div.DivClassName
{
background-color: #CE49AC;
}
.BgClassName
{
background-color: #CE49AC;
}
</style>
border-color css
<style>
span { border-color: #CE49AC; }
span { border-color: rgb(206,73,172); }
td.TdClassName
{
border-color: #CE49AC;
}
.TagClassName
{
border-color: #CE49AC;
}
</style>