Shades of Fuchsia #CE56C2
Tints of Fuchsia #CE56C2
RGB
CMYK
RGB Variations
Color information
#CE56C2 (or 0xCE56C2) is known color: Fuchsia. HEX triplet: CE, 56 and C2. RGB value is (206,86,194). Sum of RGB (Red+Green+Blue) = 206+86+194=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56C2 is #31A93D. Grayscale: #858585. Windows color (decimal): -3254590 or 12736206. OLE color: 12736206.
HSL color Cylindrical-coordinate representation of color #CE56C2: hue angle of 306º 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 #CE56C2 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 194 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.19 |
| HSL | 306º | 0.55% | 0.57% | - |
| HSV(B) | 306º | 0.58% | 0.81% | - |
| XYZ | 38.52 | 23.67 | 53.58 | - |
| YUV | 134.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 194 | 0 | 0.58 | 0.06 | 0.19 | 306 | 0.55 | 0.57 |
| Hex | CE | 56 | C2 | 0 | 3A | 6 | 13 | 132 | 37 | 39 |
| Octal | 316 | 126 | 302 | 0 | 72 | 6 | 23 | 462 | 67 | 71 |
| Binary | 11001110 | 1010110 | 11000010 | 0 | 111010 | 110 | 10011 | 100110010 | 110111 | 111001 |
Color Harmonies of #CE56C2
Complementary color
Monochromatic Colors of #CE56C2
Black with #CE56C2
Text Example
Text Example
White with #CE56C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56C2; }
p { color: rgb(206,86,194); }
H1.HeaderClassName
{
color: #CE56C2;
}
.AnyTagClassName
{
color: #CE56C2;
}
</style>
background-color css
<style>
a { background-color: #CE56C2; }
a { background-color: rgb(206,86,194); }
div.DivClassName
{
background-color: #CE56C2;
}
.BgClassName
{
background-color: #CE56C2;
}
</style>
border-color css
<style>
span { border-color: #CE56C2; }
span { border-color: rgb(206,86,194); }
td.TdClassName
{
border-color: #CE56C2;
}
.TagClassName
{
border-color: #CE56C2;
}
</style>