Shades of Fuchsia #CE58BC
Tints of Fuchsia #CE58BC
RGB
CMYK
RGB Variations
Color information
#CE58BC (or 0xCE58BC) is known color: Fuchsia. HEX triplet: CE, 58 and BC. RGB value is (206,88,188). Sum of RGB (Red+Green+Blue) = 206+88+188=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58BC is #31A743. Grayscale: #868686. Windows color (decimal): -3254084 or 12343502. OLE color: 12343502.
HSL color Cylindrical-coordinate representation of color #CE58BC: hue angle of 309.15º 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 #CE58BC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 188 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.19 |
| HSL | 309.15º | 0.55% | 0.58% | - |
| HSV(B) | 309.15º | 0.57% | 0.81% | - |
| XYZ | 38.02 | 23.73 | 50.15 | - |
| YUV | 134.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 188 | 0 | 0.57 | 0.09 | 0.19 | 309.15 | 0.55 | 0.58 |
| Hex | CE | 58 | BC | 0 | 39 | 9 | 13 | 135 | 37 | 3A |
| Octal | 316 | 130 | 274 | 0 | 71 | 11 | 23 | 465 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10111100 | 0 | 111001 | 1001 | 10011 | 100110101 | 110111 | 111010 |
Color Harmonies of #CE58BC
Complementary color
Monochromatic Colors of #CE58BC
Black with #CE58BC
Text Example
Text Example
White with #CE58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58BC; }
p { color: rgb(206,88,188); }
H1.HeaderClassName
{
color: #CE58BC;
}
.AnyTagClassName
{
color: #CE58BC;
}
</style>
background-color css
<style>
a { background-color: #CE58BC; }
a { background-color: rgb(206,88,188); }
div.DivClassName
{
background-color: #CE58BC;
}
.BgClassName
{
background-color: #CE58BC;
}
</style>
border-color css
<style>
span { border-color: #CE58BC; }
span { border-color: rgb(206,88,188); }
td.TdClassName
{
border-color: #CE58BC;
}
.TagClassName
{
border-color: #CE58BC;
}
</style>