Shades of Fuchsia #CE56BC
Tints of Fuchsia #CE56BC
RGB
CMYK
RGB Variations
Color information
#CE56BC (or 0xCE56BC) is known color: Fuchsia. HEX triplet: CE, 56 and BC. RGB value is (206,86,188). Sum of RGB (Red+Green+Blue) = 206+86+188=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56BC is #31A943. Grayscale: #858585. Windows color (decimal): -3254596 or 12342990. OLE color: 12342990.
HSL color Cylindrical-coordinate representation of color #CE56BC: hue angle of 309º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE56BC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 188 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.19 |
| HSL | 309º | 0.55% | 0.57% | - |
| HSV(B) | 309º | 0.58% | 0.81% | - |
| XYZ | 37.86 | 23.41 | 50.1 | - |
| YUV | 133.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 188 | 0 | 0.58 | 0.09 | 0.19 | 309 | 0.55 | 0.57 |
| Hex | CE | 56 | BC | 0 | 3A | 9 | 13 | 135 | 37 | 39 |
| Octal | 316 | 126 | 274 | 0 | 72 | 11 | 23 | 465 | 67 | 71 |
| Binary | 11001110 | 1010110 | 10111100 | 0 | 111010 | 1001 | 10011 | 100110101 | 110111 | 111001 |
Color Harmonies of #CE56BC
Complementary color
Monochromatic Colors of #CE56BC
Black with #CE56BC
Text Example
Text Example
White with #CE56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56BC; }
p { color: rgb(206,86,188); }
H1.HeaderClassName
{
color: #CE56BC;
}
.AnyTagClassName
{
color: #CE56BC;
}
</style>
background-color css
<style>
a { background-color: #CE56BC; }
a { background-color: rgb(206,86,188); }
div.DivClassName
{
background-color: #CE56BC;
}
.BgClassName
{
background-color: #CE56BC;
}
</style>
border-color css
<style>
span { border-color: #CE56BC; }
span { border-color: rgb(206,86,188); }
td.TdClassName
{
border-color: #CE56BC;
}
.TagClassName
{
border-color: #CE56BC;
}
</style>