Shades of Fuchsia #CE59C5
Tints of Fuchsia #CE59C5
RGB
CMYK
RGB Variations
Color information
#CE59C5 (or 0xCE59C5) is known color: Fuchsia. HEX triplet: CE, 59 and C5. RGB value is (206,89,197). Sum of RGB (Red+Green+Blue) = 206+89+197=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59C5 is #31A63A. Grayscale: #878787. Windows color (decimal): -3253819 or 12933582. OLE color: 12933582.
HSL color Cylindrical-coordinate representation of color #CE59C5: hue angle of 304.62º 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 #CE59C5 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 197 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.19 |
| HSL | 304.62º | 0.54% | 0.58% | - |
| HSV(B) | 304.62º | 0.57% | 0.81% | - |
| XYZ | 39.1 | 24.3 | 55.45 | - |
| YUV | 136.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 197 | 0 | 0.57 | 0.04 | 0.19 | 304.62 | 0.54 | 0.58 |
| Hex | CE | 59 | C5 | 0 | 39 | 4 | 13 | 131 | 36 | 3A |
| Octal | 316 | 131 | 305 | 0 | 71 | 4 | 23 | 461 | 66 | 72 |
| Binary | 11001110 | 1011001 | 11000101 | 0 | 111001 | 100 | 10011 | 100110001 | 110110 | 111010 |
Color Harmonies of #CE59C5
Complementary color
Monochromatic Colors of #CE59C5
Black with #CE59C5
Text Example
Text Example
White with #CE59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59C5; }
p { color: rgb(206,89,197); }
H1.HeaderClassName
{
color: #CE59C5;
}
.AnyTagClassName
{
color: #CE59C5;
}
</style>
background-color css
<style>
a { background-color: #CE59C5; }
a { background-color: rgb(206,89,197); }
div.DivClassName
{
background-color: #CE59C5;
}
.BgClassName
{
background-color: #CE59C5;
}
</style>
border-color css
<style>
span { border-color: #CE59C5; }
span { border-color: rgb(206,89,197); }
td.TdClassName
{
border-color: #CE59C5;
}
.TagClassName
{
border-color: #CE59C5;
}
</style>