Shades of Fuchsia #CE59AD
Tints of Fuchsia #CE59AD
RGB
CMYK
RGB Variations
Color information
#CE59AD (or 0xCE59AD) is known color: Fuchsia. HEX triplet: CE, 59 and AD. RGB value is (206,89,173). Sum of RGB (Red+Green+Blue) = 206+89+173=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59AD is #31A652. Grayscale: #858585. Windows color (decimal): -3253843 or 11360718. OLE color: 11360718.
HSL color Cylindrical-coordinate representation of color #CE59AD: hue angle of 316.92º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE59AD is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 173 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.19 |
| HSL | 316.92º | 0.54% | 0.58% | - |
| HSV(B) | 316.92º | 0.57% | 0.81% | - |
| XYZ | 36.57 | 23.28 | 42.1 | - |
| YUV | 133.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 173 | 0 | 0.57 | 0.16 | 0.19 | 316.92 | 0.54 | 0.58 |
| Hex | CE | 59 | AD | 0 | 39 | 10 | 13 | 13D | 36 | 3A |
| Octal | 316 | 131 | 255 | 0 | 71 | 20 | 23 | 475 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10101101 | 0 | 111001 | 10000 | 10011 | 100111101 | 110110 | 111010 |
Color Harmonies of #CE59AD
Complementary color
Monochromatic Colors of #CE59AD
Black with #CE59AD
Text Example
Text Example
White with #CE59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59AD; }
p { color: rgb(206,89,173); }
H1.HeaderClassName
{
color: #CE59AD;
}
.AnyTagClassName
{
color: #CE59AD;
}
</style>
background-color css
<style>
a { background-color: #CE59AD; }
a { background-color: rgb(206,89,173); }
div.DivClassName
{
background-color: #CE59AD;
}
.BgClassName
{
background-color: #CE59AD;
}
</style>
border-color css
<style>
span { border-color: #CE59AD; }
span { border-color: rgb(206,89,173); }
td.TdClassName
{
border-color: #CE59AD;
}
.TagClassName
{
border-color: #CE59AD;
}
</style>