Shades of Fuchsia #CE55C9
Tints of Fuchsia #CE55C9
RGB
CMYK
RGB Variations
Color information
#CE55C9 (or 0xCE55C9) is known color: Fuchsia. HEX triplet: CE, 55 and C9. RGB value is (206,85,201). Sum of RGB (Red+Green+Blue) = 206+85+201=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55C9 is #31AA36. Grayscale: #868686. Windows color (decimal): -3254839 or 13194702. OLE color: 13194702.
HSL color Cylindrical-coordinate representation of color #CE55C9: hue angle of 302.48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55C9 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 201 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.19 |
| HSL | 302.48º | 0.55% | 0.57% | - |
| HSV(B) | 302.48º | 0.59% | 0.81% | - |
| XYZ | 39.24 | 23.84 | 57.79 | - |
| YUV | 134.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 201 | 0 | 0.59 | 0.02 | 0.19 | 302.48 | 0.55 | 0.57 |
| Hex | CE | 55 | C9 | 0 | 3B | 2 | 13 | 12E | 37 | 39 |
| Octal | 316 | 125 | 311 | 0 | 73 | 2 | 23 | 456 | 67 | 71 |
| Binary | 11001110 | 1010101 | 11001001 | 0 | 111011 | 10 | 10011 | 100101110 | 110111 | 111001 |
Color Harmonies of #CE55C9
Complementary color
Monochromatic Colors of #CE55C9
Black with #CE55C9
Text Example
Text Example
White with #CE55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55C9; }
p { color: rgb(206,85,201); }
H1.HeaderClassName
{
color: #CE55C9;
}
.AnyTagClassName
{
color: #CE55C9;
}
</style>
background-color css
<style>
a { background-color: #CE55C9; }
a { background-color: rgb(206,85,201); }
div.DivClassName
{
background-color: #CE55C9;
}
.BgClassName
{
background-color: #CE55C9;
}
</style>
border-color css
<style>
span { border-color: #CE55C9; }
span { border-color: rgb(206,85,201); }
td.TdClassName
{
border-color: #CE55C9;
}
.TagClassName
{
border-color: #CE55C9;
}
</style>