Shades of Fuchsia #CE59B6
Tints of Fuchsia #CE59B6
RGB
CMYK
RGB Variations
Color information
#CE59B6 (or 0xCE59B6) is known color: Fuchsia. HEX triplet: CE, 59 and B6. RGB value is (206,89,182). Sum of RGB (Red+Green+Blue) = 206+89+182=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59B6 is #31A649. Grayscale: #868686. Windows color (decimal): -3253834 or 11950542. OLE color: 11950542.
HSL color Cylindrical-coordinate representation of color #CE59B6: hue angle of 312.31º 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 #CE59B6 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 182 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.19 |
| HSL | 312.31º | 0.54% | 0.58% | - |
| HSV(B) | 312.31º | 0.57% | 0.81% | - |
| XYZ | 37.47 | 23.64 | 46.84 | - |
| YUV | 134.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 182 | 0 | 0.57 | 0.12 | 0.19 | 312.31 | 0.54 | 0.58 |
| Hex | CE | 59 | B6 | 0 | 39 | C | 13 | 138 | 36 | 3A |
| Octal | 316 | 131 | 266 | 0 | 71 | 14 | 23 | 470 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10110110 | 0 | 111001 | 1100 | 10011 | 100111000 | 110110 | 111010 |
Color Harmonies of #CE59B6
Complementary color
Monochromatic Colors of #CE59B6
Black with #CE59B6
Text Example
Text Example
White with #CE59B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59B6; }
p { color: rgb(206,89,182); }
H1.HeaderClassName
{
color: #CE59B6;
}
.AnyTagClassName
{
color: #CE59B6;
}
</style>
background-color css
<style>
a { background-color: #CE59B6; }
a { background-color: rgb(206,89,182); }
div.DivClassName
{
background-color: #CE59B6;
}
.BgClassName
{
background-color: #CE59B6;
}
</style>
border-color css
<style>
span { border-color: #CE59B6; }
span { border-color: rgb(206,89,182); }
td.TdClassName
{
border-color: #CE59B6;
}
.TagClassName
{
border-color: #CE59B6;
}
</style>