Shades of Fuchsia #CE59BC
Tints of Fuchsia #CE59BC
RGB
CMYK
RGB Variations
Color information
#CE59BC (or 0xCE59BC) is known color: Fuchsia. HEX triplet: CE, 59 and BC. RGB value is (206,89,188). Sum of RGB (Red+Green+Blue) = 206+89+188=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59BC is #31A643. Grayscale: #868686. Windows color (decimal): -3253828 or 12343758. OLE color: 12343758.
HSL color Cylindrical-coordinate representation of color #CE59BC: hue angle of 309.23º 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 #CE59BC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 188 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.19 |
| HSL | 309.23º | 0.54% | 0.58% | - |
| HSV(B) | 309.23º | 0.57% | 0.81% | - |
| XYZ | 38.1 | 23.9 | 50.18 | - |
| YUV | 135.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 188 | 0 | 0.57 | 0.09 | 0.19 | 309.23 | 0.54 | 0.58 |
| Hex | CE | 59 | BC | 0 | 39 | 9 | 13 | 135 | 36 | 3A |
| Octal | 316 | 131 | 274 | 0 | 71 | 11 | 23 | 465 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10111100 | 0 | 111001 | 1001 | 10011 | 100110101 | 110110 | 111010 |
Color Harmonies of #CE59BC
Complementary color
Monochromatic Colors of #CE59BC
Black with #CE59BC
Text Example
Text Example
White with #CE59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59BC; }
p { color: rgb(206,89,188); }
H1.HeaderClassName
{
color: #CE59BC;
}
.AnyTagClassName
{
color: #CE59BC;
}
</style>
background-color css
<style>
a { background-color: #CE59BC; }
a { background-color: rgb(206,89,188); }
div.DivClassName
{
background-color: #CE59BC;
}
.BgClassName
{
background-color: #CE59BC;
}
</style>
border-color css
<style>
span { border-color: #CE59BC; }
span { border-color: rgb(206,89,188); }
td.TdClassName
{
border-color: #CE59BC;
}
.TagClassName
{
border-color: #CE59BC;
}
</style>