Shades of Fuchsia #CE56B2
Tints of Fuchsia #CE56B2
RGB
CMYK
RGB Variations
Color information
#CE56B2 (or 0xCE56B2) is known color: Fuchsia. HEX triplet: CE, 56 and B2. RGB value is (206,86,178). Sum of RGB (Red+Green+Blue) = 206+86+178=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE56B2 is #31A94D. Grayscale: #848484. Windows color (decimal): -3254606 or 11687630. OLE color: 11687630.
HSL color Cylindrical-coordinate representation of color #CE56B2: hue angle of 314º 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 #CE56B2 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 178 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.19 |
| HSL | 314º | 0.55% | 0.57% | - |
| HSV(B) | 314º | 0.58% | 0.81% | - |
| XYZ | 36.82 | 22.99 | 44.62 | - |
| YUV | 132.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 178 | 0 | 0.58 | 0.14 | 0.19 | 314 | 0.55 | 0.57 |
| Hex | CE | 56 | B2 | 0 | 3A | E | 13 | 13A | 37 | 39 |
| Octal | 316 | 126 | 262 | 0 | 72 | 16 | 23 | 472 | 67 | 71 |
| Binary | 11001110 | 1010110 | 10110010 | 0 | 111010 | 1110 | 10011 | 100111010 | 110111 | 111001 |
Color Harmonies of #CE56B2
Complementary color
Monochromatic Colors of #CE56B2
Black with #CE56B2
Text Example
Text Example
White with #CE56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56B2; }
p { color: rgb(206,86,178); }
H1.HeaderClassName
{
color: #CE56B2;
}
.AnyTagClassName
{
color: #CE56B2;
}
</style>
background-color css
<style>
a { background-color: #CE56B2; }
a { background-color: rgb(206,86,178); }
div.DivClassName
{
background-color: #CE56B2;
}
.BgClassName
{
background-color: #CE56B2;
}
</style>
border-color css
<style>
span { border-color: #CE56B2; }
span { border-color: rgb(206,86,178); }
td.TdClassName
{
border-color: #CE56B2;
}
.TagClassName
{
border-color: #CE56B2;
}
</style>