Shades of Fuchsia #CE58AC
Tints of Fuchsia #CE58AC
RGB
CMYK
RGB Variations
Color information
#CE58AC (or 0xCE58AC) is known color: Fuchsia. HEX triplet: CE, 58 and AC. RGB value is (206,88,172). Sum of RGB (Red+Green+Blue) = 206+88+172=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE58AC is #31A753. Grayscale: #848484. Windows color (decimal): -3254100 or 11294926. OLE color: 11294926.
HSL color Cylindrical-coordinate representation of color #CE58AC: hue angle of 317.29º degrees, saturation: 0.55, 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 #CE58AC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 172 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.19 |
| HSL | 317.29º | 0.55% | 0.58% | - |
| HSV(B) | 317.29º | 0.57% | 0.81% | - |
| XYZ | 36.39 | 23.08 | 41.57 | - |
| YUV | 132.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 172 | 0 | 0.57 | 0.17 | 0.19 | 317.29 | 0.55 | 0.58 |
| Hex | CE | 58 | AC | 0 | 39 | 11 | 13 | 13D | 37 | 3A |
| Octal | 316 | 130 | 254 | 0 | 71 | 21 | 23 | 475 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10101100 | 0 | 111001 | 10001 | 10011 | 100111101 | 110111 | 111010 |
Color Harmonies of #CE58AC
Complementary color
Monochromatic Colors of #CE58AC
Black with #CE58AC
Text Example
Text Example
White with #CE58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58AC; }
p { color: rgb(206,88,172); }
H1.HeaderClassName
{
color: #CE58AC;
}
.AnyTagClassName
{
color: #CE58AC;
}
</style>
background-color css
<style>
a { background-color: #CE58AC; }
a { background-color: rgb(206,88,172); }
div.DivClassName
{
background-color: #CE58AC;
}
.BgClassName
{
background-color: #CE58AC;
}
</style>
border-color css
<style>
span { border-color: #CE58AC; }
span { border-color: rgb(206,88,172); }
td.TdClassName
{
border-color: #CE58AC;
}
.TagClassName
{
border-color: #CE58AC;
}
</style>