Shades of Fuchsia #CE56BD
Tints of Fuchsia #CE56BD
RGB
CMYK
RGB Variations
Color information
#CE56BD (or 0xCE56BD) is known color: Fuchsia. HEX triplet: CE, 56 and BD. RGB value is (206,86,189). Sum of RGB (Red+Green+Blue) = 206+86+189=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56BD is #31A942. Grayscale: #858585. Windows color (decimal): -3254595 or 12408526. OLE color: 12408526.
HSL color Cylindrical-coordinate representation of color #CE56BD: hue angle of 308.5º 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 #CE56BD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 189 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.19 |
| HSL | 308.5º | 0.55% | 0.57% | - |
| HSV(B) | 308.5º | 0.58% | 0.81% | - |
| XYZ | 37.97 | 23.45 | 50.67 | - |
| YUV | 133.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 189 | 0 | 0.58 | 0.08 | 0.19 | 308.5 | 0.55 | 0.57 |
| Hex | CE | 56 | BD | 0 | 3A | 8 | 13 | 134 | 37 | 39 |
| Octal | 316 | 126 | 275 | 0 | 72 | 10 | 23 | 464 | 67 | 71 |
| Binary | 11001110 | 1010110 | 10111101 | 0 | 111010 | 1000 | 10011 | 100110100 | 110111 | 111001 |
Color Harmonies of #CE56BD
Complementary color
Monochromatic Colors of #CE56BD
Black with #CE56BD
Text Example
Text Example
White with #CE56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56BD; }
p { color: rgb(206,86,189); }
H1.HeaderClassName
{
color: #CE56BD;
}
.AnyTagClassName
{
color: #CE56BD;
}
</style>
background-color css
<style>
a { background-color: #CE56BD; }
a { background-color: rgb(206,86,189); }
div.DivClassName
{
background-color: #CE56BD;
}
.BgClassName
{
background-color: #CE56BD;
}
</style>
border-color css
<style>
span { border-color: #CE56BD; }
span { border-color: rgb(206,86,189); }
td.TdClassName
{
border-color: #CE56BD;
}
.TagClassName
{
border-color: #CE56BD;
}
</style>