Shades of Fuchsia #CE56D0
Tints of Fuchsia #CE56D0
RGB
CMYK
RGB Variations
Color information
#CE56D0 (or 0xCE56D0) is known color: Fuchsia. HEX triplet: CE, 56 and D0. RGB value is (206,86,208). Sum of RGB (Red+Green+Blue) = 206+86+208=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE56D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56D0 is #31A92F. Grayscale: #878787. Windows color (decimal): -3254576 or 13653710. OLE color: 13653710.
HSL color Cylindrical-coordinate representation of color #CE56D0: hue angle of 299.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE56D0 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 86 | 208 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.18 |
| HSL | 299.02º | 0.56% | 0.58% | - |
| HSV(B) | 299.02º | 0.59% | 0.82% | - |
| XYZ | 40.17 | 24.33 | 62.25 | - |
| YUV | 135.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 208 | 0.01 | 0.59 | 0 | 0.18 | 299.02 | 0.56 | 0.58 |
| Hex | CE | 56 | D0 | 1 | 3B | 0 | 12 | 12B | 38 | 3A |
| Octal | 316 | 126 | 320 | 1 | 73 | 0 | 22 | 453 | 70 | 72 |
| Binary | 11001110 | 1010110 | 11010000 | 1 | 111011 | 0 | 10010 | 100101011 | 111000 | 111010 |
Color Harmonies of #CE56D0
Complementary color
Monochromatic Colors of #CE56D0
Black with #CE56D0
Text Example
Text Example
White with #CE56D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56D0; }
p { color: rgb(206,86,208); }
H1.HeaderClassName
{
color: #CE56D0;
}
.AnyTagClassName
{
color: #CE56D0;
}
</style>
background-color css
<style>
a { background-color: #CE56D0; }
a { background-color: rgb(206,86,208); }
div.DivClassName
{
background-color: #CE56D0;
}
.BgClassName
{
background-color: #CE56D0;
}
</style>
border-color css
<style>
span { border-color: #CE56D0; }
span { border-color: rgb(206,86,208); }
td.TdClassName
{
border-color: #CE56D0;
}
.TagClassName
{
border-color: #CE56D0;
}
</style>