Shades of Fuchsia #CE58AD
Tints of Fuchsia #CE58AD
RGB
CMYK
RGB Variations
Color information
#CE58AD (or 0xCE58AD) is known color: Fuchsia. HEX triplet: CE, 58 and AD. RGB value is (206,88,173). Sum of RGB (Red+Green+Blue) = 206+88+173=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE58AD is #31A752. Grayscale: #848484. Windows color (decimal): -3254099 or 11360462. OLE color: 11360462.
HSL color Cylindrical-coordinate representation of color #CE58AD: hue angle of 316.78º 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 #CE58AD is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 173 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.19 |
| HSL | 316.78º | 0.55% | 0.58% | - |
| HSV(B) | 316.78º | 0.57% | 0.81% | - |
| XYZ | 36.49 | 23.12 | 42.07 | - |
| YUV | 132.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 173 | 0 | 0.57 | 0.16 | 0.19 | 316.78 | 0.55 | 0.58 |
| Hex | CE | 58 | AD | 0 | 39 | 10 | 13 | 13D | 37 | 3A |
| Octal | 316 | 130 | 255 | 0 | 71 | 20 | 23 | 475 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10101101 | 0 | 111001 | 10000 | 10011 | 100111101 | 110111 | 111010 |
Color Harmonies of #CE58AD
Complementary color
Monochromatic Colors of #CE58AD
Black with #CE58AD
Text Example
Text Example
White with #CE58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58AD; }
p { color: rgb(206,88,173); }
H1.HeaderClassName
{
color: #CE58AD;
}
.AnyTagClassName
{
color: #CE58AD;
}
</style>
background-color css
<style>
a { background-color: #CE58AD; }
a { background-color: rgb(206,88,173); }
div.DivClassName
{
background-color: #CE58AD;
}
.BgClassName
{
background-color: #CE58AD;
}
</style>
border-color css
<style>
span { border-color: #CE58AD; }
span { border-color: rgb(206,88,173); }
td.TdClassName
{
border-color: #CE58AD;
}
.TagClassName
{
border-color: #CE58AD;
}
</style>