Shades of Fuchsia #CE56C7
Tints of Fuchsia #CE56C7
RGB
CMYK
RGB Variations
Color information
#CE56C7 (or 0xCE56C7) is known color: Fuchsia. HEX triplet: CE, 56 and C7. RGB value is (206,86,199). Sum of RGB (Red+Green+Blue) = 206+86+199=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56C7 is #31A938. Grayscale: #868686. Windows color (decimal): -3254585 or 13063886. OLE color: 13063886.
HSL color Cylindrical-coordinate representation of color #CE56C7: hue angle of 303.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 #CE56C7 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 199 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.19 |
| HSL | 303.5º | 0.55% | 0.57% | - |
| HSV(B) | 303.5º | 0.58% | 0.81% | - |
| XYZ | 39.09 | 23.9 | 56.59 | - |
| YUV | 134.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 199 | 0 | 0.58 | 0.03 | 0.19 | 303.5 | 0.55 | 0.57 |
| Hex | CE | 56 | C7 | 0 | 3A | 3 | 13 | 130 | 37 | 39 |
| Octal | 316 | 126 | 307 | 0 | 72 | 3 | 23 | 460 | 67 | 71 |
| Binary | 11001110 | 1010110 | 11000111 | 0 | 111010 | 11 | 10011 | 100110000 | 110111 | 111001 |
Color Harmonies of #CE56C7
Complementary color
Monochromatic Colors of #CE56C7
Black with #CE56C7
Text Example
Text Example
White with #CE56C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56C7; }
p { color: rgb(206,86,199); }
H1.HeaderClassName
{
color: #CE56C7;
}
.AnyTagClassName
{
color: #CE56C7;
}
</style>
background-color css
<style>
a { background-color: #CE56C7; }
a { background-color: rgb(206,86,199); }
div.DivClassName
{
background-color: #CE56C7;
}
.BgClassName
{
background-color: #CE56C7;
}
</style>
border-color css
<style>
span { border-color: #CE56C7; }
span { border-color: rgb(206,86,199); }
td.TdClassName
{
border-color: #CE56C7;
}
.TagClassName
{
border-color: #CE56C7;
}
</style>