Shades of Fuchsia #CE55C6
Tints of Fuchsia #CE55C6
RGB
CMYK
RGB Variations
Color information
#CE55C6 (or 0xCE55C6) is known color: Fuchsia. HEX triplet: CE, 55 and C6. RGB value is (206,85,198). Sum of RGB (Red+Green+Blue) = 206+85+198=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55C6 is #31AA39. Grayscale: #858585. Windows color (decimal): -3254842 or 12998094. OLE color: 12998094.
HSL color Cylindrical-coordinate representation of color #CE55C6: hue angle of 303.97º 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 #CE55C6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 198 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.19 |
| HSL | 303.97º | 0.55% | 0.57% | - |
| HSV(B) | 303.97º | 0.59% | 0.81% | - |
| XYZ | 38.9 | 23.7 | 55.95 | - |
| YUV | 134.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 198 | 0 | 0.59 | 0.04 | 0.19 | 303.97 | 0.55 | 0.57 |
| Hex | CE | 55 | C6 | 0 | 3B | 4 | 13 | 130 | 37 | 39 |
| Octal | 316 | 125 | 306 | 0 | 73 | 4 | 23 | 460 | 67 | 71 |
| Binary | 11001110 | 1010101 | 11000110 | 0 | 111011 | 100 | 10011 | 100110000 | 110111 | 111001 |
Color Harmonies of #CE55C6
Complementary color
Monochromatic Colors of #CE55C6
Black with #CE55C6
Text Example
Text Example
White with #CE55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55C6; }
p { color: rgb(206,85,198); }
H1.HeaderClassName
{
color: #CE55C6;
}
.AnyTagClassName
{
color: #CE55C6;
}
</style>
background-color css
<style>
a { background-color: #CE55C6; }
a { background-color: rgb(206,85,198); }
div.DivClassName
{
background-color: #CE55C6;
}
.BgClassName
{
background-color: #CE55C6;
}
</style>
border-color css
<style>
span { border-color: #CE55C6; }
span { border-color: rgb(206,85,198); }
td.TdClassName
{
border-color: #CE55C6;
}
.TagClassName
{
border-color: #CE55C6;
}
</style>