Shades of Fuchsia #CE59B5
Tints of Fuchsia #CE59B5
RGB
CMYK
RGB Variations
Color information
#CE59B5 (or 0xCE59B5) is known color: Fuchsia. HEX triplet: CE, 59 and B5. RGB value is (206,89,181). Sum of RGB (Red+Green+Blue) = 206+89+181=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59B5 is #31A64A. Grayscale: #868686. Windows color (decimal): -3253835 or 11885006. OLE color: 11885006.
HSL color Cylindrical-coordinate representation of color #CE59B5: hue angle of 312.82º 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 #CE59B5 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 181 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.19 |
| HSL | 312.82º | 0.54% | 0.58% | - |
| HSV(B) | 312.82º | 0.57% | 0.81% | - |
| XYZ | 37.37 | 23.6 | 46.3 | - |
| YUV | 134.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 181 | 0 | 0.57 | 0.12 | 0.19 | 312.82 | 0.54 | 0.58 |
| Hex | CE | 59 | B5 | 0 | 39 | C | 13 | 139 | 36 | 3A |
| Octal | 316 | 131 | 265 | 0 | 71 | 14 | 23 | 471 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10110101 | 0 | 111001 | 1100 | 10011 | 100111001 | 110110 | 111010 |
Color Harmonies of #CE59B5
Complementary color
Monochromatic Colors of #CE59B5
Black with #CE59B5
Text Example
Text Example
White with #CE59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59B5; }
p { color: rgb(206,89,181); }
H1.HeaderClassName
{
color: #CE59B5;
}
.AnyTagClassName
{
color: #CE59B5;
}
</style>
background-color css
<style>
a { background-color: #CE59B5; }
a { background-color: rgb(206,89,181); }
div.DivClassName
{
background-color: #CE59B5;
}
.BgClassName
{
background-color: #CE59B5;
}
</style>
border-color css
<style>
span { border-color: #CE59B5; }
span { border-color: rgb(206,89,181); }
td.TdClassName
{
border-color: #CE59B5;
}
.TagClassName
{
border-color: #CE59B5;
}
</style>