Shades of Fuchsia #CE56C5
Tints of Fuchsia #CE56C5
RGB
CMYK
RGB Variations
Color information
#CE56C5 (or 0xCE56C5) is known color: Fuchsia. HEX triplet: CE, 56 and C5. RGB value is (206,86,197). Sum of RGB (Red+Green+Blue) = 206+86+197=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56C5 is #31A93A. Grayscale: #868686. Windows color (decimal): -3254587 or 12932814. OLE color: 12932814.
HSL color Cylindrical-coordinate representation of color #CE56C5: hue angle of 304.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 #CE56C5 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 197 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.19 |
| HSL | 304.5º | 0.55% | 0.57% | - |
| HSV(B) | 304.5º | 0.58% | 0.81% | - |
| XYZ | 38.86 | 23.81 | 55.37 | - |
| YUV | 134.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 197 | 0 | 0.58 | 0.04 | 0.19 | 304.5 | 0.55 | 0.57 |
| Hex | CE | 56 | C5 | 0 | 3A | 4 | 13 | 130 | 37 | 39 |
| Octal | 316 | 126 | 305 | 0 | 72 | 4 | 23 | 460 | 67 | 71 |
| Binary | 11001110 | 1010110 | 11000101 | 0 | 111010 | 100 | 10011 | 100110000 | 110111 | 111001 |
Color Harmonies of #CE56C5
Complementary color
Monochromatic Colors of #CE56C5
Black with #CE56C5
Text Example
Text Example
White with #CE56C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56C5; }
p { color: rgb(206,86,197); }
H1.HeaderClassName
{
color: #CE56C5;
}
.AnyTagClassName
{
color: #CE56C5;
}
</style>
background-color css
<style>
a { background-color: #CE56C5; }
a { background-color: rgb(206,86,197); }
div.DivClassName
{
background-color: #CE56C5;
}
.BgClassName
{
background-color: #CE56C5;
}
</style>
border-color css
<style>
span { border-color: #CE56C5; }
span { border-color: rgb(206,86,197); }
td.TdClassName
{
border-color: #CE56C5;
}
.TagClassName
{
border-color: #CE56C5;
}
</style>