Shades of Fuchsia #CE58B9
Tints of Fuchsia #CE58B9
RGB
CMYK
RGB Variations
Color information
#CE58B9 (or 0xCE58B9) is known color: Fuchsia. HEX triplet: CE, 58 and B9. RGB value is (206,88,185). Sum of RGB (Red+Green+Blue) = 206+88+185=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58B9 is #31A746. Grayscale: #868686. Windows color (decimal): -3254087 or 12146894. OLE color: 12146894.
HSL color Cylindrical-coordinate representation of color #CE58B9: hue angle of 310.68º 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 #CE58B9 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 185 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.19 |
| HSL | 310.68º | 0.55% | 0.58% | - |
| HSV(B) | 310.68º | 0.57% | 0.81% | - |
| XYZ | 37.7 | 23.6 | 48.47 | - |
| YUV | 134.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 185 | 0 | 0.57 | 0.10 | 0.19 | 310.68 | 0.55 | 0.58 |
| Hex | CE | 58 | B9 | 0 | 39 | A | 13 | 137 | 37 | 3A |
| Octal | 316 | 130 | 271 | 0 | 71 | 12 | 23 | 467 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10111001 | 0 | 111001 | 1010 | 10011 | 100110111 | 110111 | 111010 |
Color Harmonies of #CE58B9
Complementary color
Monochromatic Colors of #CE58B9
Black with #CE58B9
Text Example
Text Example
White with #CE58B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58B9; }
p { color: rgb(206,88,185); }
H1.HeaderClassName
{
color: #CE58B9;
}
.AnyTagClassName
{
color: #CE58B9;
}
</style>
background-color css
<style>
a { background-color: #CE58B9; }
a { background-color: rgb(206,88,185); }
div.DivClassName
{
background-color: #CE58B9;
}
.BgClassName
{
background-color: #CE58B9;
}
</style>
border-color css
<style>
span { border-color: #CE58B9; }
span { border-color: rgb(206,88,185); }
td.TdClassName
{
border-color: #CE58B9;
}
.TagClassName
{
border-color: #CE58B9;
}
</style>