Shades of Fuchsia #CE49AD
Tints of Fuchsia #CE49AD
RGB
CMYK
RGB Variations
Color information
#CE49AD (or 0xCE49AD) is known color: Fuchsia. HEX triplet: CE, 49 and AD. RGB value is (206,73,173). Sum of RGB (Red+Green+Blue) = 206+73+173=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49AD is #31B652. Grayscale: #7B7B7B. Windows color (decimal): -3257939 or 11356622. OLE color: 11356622.
HSL color Cylindrical-coordinate representation of color #CE49AD: hue angle of 314.89º 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 #CE49AD is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 173 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.19 |
| HSL | 314.89º | 0.58% | 0.55% | - |
| HSV(B) | 314.89º | 0.65% | 0.81% | - |
| XYZ | 35.38 | 20.9 | 41.71 | - |
| YUV | 124.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 173 | 0 | 0.65 | 0.16 | 0.19 | 314.89 | 0.58 | 0.55 |
| Hex | CE | 49 | AD | 0 | 41 | 10 | 13 | 13B | 3A | 37 |
| Octal | 316 | 111 | 255 | 0 | 101 | 20 | 23 | 473 | 72 | 67 |
| Binary | 11001110 | 1001001 | 10101101 | 0 | 1000001 | 10000 | 10011 | 100111011 | 111010 | 110111 |
Color Harmonies of #CE49AD
Complementary color
Monochromatic Colors of #CE49AD
Black with #CE49AD
Text Example
Text Example
White with #CE49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49AD; }
p { color: rgb(206,73,173); }
H1.HeaderClassName
{
color: #CE49AD;
}
.AnyTagClassName
{
color: #CE49AD;
}
</style>
background-color css
<style>
a { background-color: #CE49AD; }
a { background-color: rgb(206,73,173); }
div.DivClassName
{
background-color: #CE49AD;
}
.BgClassName
{
background-color: #CE49AD;
}
</style>
border-color css
<style>
span { border-color: #CE49AD; }
span { border-color: rgb(206,73,173); }
td.TdClassName
{
border-color: #CE49AD;
}
.TagClassName
{
border-color: #CE49AD;
}
</style>