Shades of Fuchsia #CE56C1
Tints of Fuchsia #CE56C1
RGB
CMYK
RGB Variations
Color information
#CE56C1 (or 0xCE56C1) is known color: Fuchsia. HEX triplet: CE, 56 and C1. RGB value is (206,86,193). Sum of RGB (Red+Green+Blue) = 206+86+193=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56C1 is #31A93E. Grayscale: #858585. Windows color (decimal): -3254591 or 12670670. OLE color: 12670670.
HSL color Cylindrical-coordinate representation of color #CE56C1: hue angle of 306.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 #CE56C1 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 193 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.19 |
| HSL | 306.5º | 0.55% | 0.57% | - |
| HSV(B) | 306.5º | 0.58% | 0.81% | - |
| XYZ | 38.41 | 23.63 | 52.99 | - |
| YUV | 134.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 193 | 0 | 0.58 | 0.06 | 0.19 | 306.5 | 0.55 | 0.57 |
| Hex | CE | 56 | C1 | 0 | 3A | 6 | 13 | 132 | 37 | 39 |
| Octal | 316 | 126 | 301 | 0 | 72 | 6 | 23 | 462 | 67 | 71 |
| Binary | 11001110 | 1010110 | 11000001 | 0 | 111010 | 110 | 10011 | 100110010 | 110111 | 111001 |
Color Harmonies of #CE56C1
Complementary color
Monochromatic Colors of #CE56C1
Black with #CE56C1
Text Example
Text Example
White with #CE56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56C1; }
p { color: rgb(206,86,193); }
H1.HeaderClassName
{
color: #CE56C1;
}
.AnyTagClassName
{
color: #CE56C1;
}
</style>
background-color css
<style>
a { background-color: #CE56C1; }
a { background-color: rgb(206,86,193); }
div.DivClassName
{
background-color: #CE56C1;
}
.BgClassName
{
background-color: #CE56C1;
}
</style>
border-color css
<style>
span { border-color: #CE56C1; }
span { border-color: rgb(206,86,193); }
td.TdClassName
{
border-color: #CE56C1;
}
.TagClassName
{
border-color: #CE56C1;
}
</style>