Shades of Fuchsia #CE56CF
Tints of Fuchsia #CE56CF
RGB
CMYK
RGB Variations
Color information
#CE56CF (or 0xCE56CF) is known color: Fuchsia. HEX triplet: CE, 56 and CF. RGB value is (206,86,207). Sum of RGB (Red+Green+Blue) = 206+86+207=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56CF is #31A930. Grayscale: #878787. Windows color (decimal): -3254577 or 13588174. OLE color: 13588174.
HSL color Cylindrical-coordinate representation of color #CE56CF: hue angle of 299.5º degrees, saturation: 0.56, 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 #CE56CF is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 207 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.19 |
| HSL | 299.5º | 0.56% | 0.57% | - |
| HSV(B) | 299.5º | 0.58% | 0.81% | - |
| XYZ | 40.04 | 24.28 | 61.61 | - |
| YUV | 135.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 207 | 0.00 | 0.58 | 0 | 0.19 | 299.5 | 0.56 | 0.57 |
| Hex | CE | 56 | CF | 0 | 3A | 0 | 13 | 12C | 38 | 39 |
| Octal | 316 | 126 | 317 | 0 | 72 | 0 | 23 | 454 | 70 | 71 |
| Binary | 11001110 | 1010110 | 11001111 | 0 | 111010 | 0 | 10011 | 100101100 | 111000 | 111001 |
Color Harmonies of #CE56CF
Complementary color
Monochromatic Colors of #CE56CF
Black with #CE56CF
Text Example
Text Example
White with #CE56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56CF; }
p { color: rgb(206,86,207); }
H1.HeaderClassName
{
color: #CE56CF;
}
.AnyTagClassName
{
color: #CE56CF;
}
</style>
background-color css
<style>
a { background-color: #CE56CF; }
a { background-color: rgb(206,86,207); }
div.DivClassName
{
background-color: #CE56CF;
}
.BgClassName
{
background-color: #CE56CF;
}
</style>
border-color css
<style>
span { border-color: #CE56CF; }
span { border-color: rgb(206,86,207); }
td.TdClassName
{
border-color: #CE56CF;
}
.TagClassName
{
border-color: #CE56CF;
}
</style>