Shades of Fuchsia #CE55B9
Tints of Fuchsia #CE55B9
RGB
CMYK
RGB Variations
Color information
#CE55B9 (or 0xCE55B9) is known color: Fuchsia. HEX triplet: CE, 55 and B9. RGB value is (206,85,185). Sum of RGB (Red+Green+Blue) = 206+85+185=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55B9 is #31AA46. Grayscale: #848484. Windows color (decimal): -3254855 or 12146126. OLE color: 12146126.
HSL color Cylindrical-coordinate representation of color #CE55B9: hue angle of 310.41º 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 #CE55B9 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 185 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.19 |
| HSL | 310.41º | 0.55% | 0.57% | - |
| HSV(B) | 310.41º | 0.59% | 0.81% | - |
| XYZ | 37.46 | 23.12 | 48.39 | - |
| YUV | 132.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 185 | 0 | 0.59 | 0.10 | 0.19 | 310.41 | 0.55 | 0.57 |
| Hex | CE | 55 | B9 | 0 | 3B | A | 13 | 136 | 37 | 39 |
| Octal | 316 | 125 | 271 | 0 | 73 | 12 | 23 | 466 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10111001 | 0 | 111011 | 1010 | 10011 | 100110110 | 110111 | 111001 |
Color Harmonies of #CE55B9
Complementary color
Monochromatic Colors of #CE55B9
Black with #CE55B9
Text Example
Text Example
White with #CE55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55B9; }
p { color: rgb(206,85,185); }
H1.HeaderClassName
{
color: #CE55B9;
}
.AnyTagClassName
{
color: #CE55B9;
}
</style>
background-color css
<style>
a { background-color: #CE55B9; }
a { background-color: rgb(206,85,185); }
div.DivClassName
{
background-color: #CE55B9;
}
.BgClassName
{
background-color: #CE55B9;
}
</style>
border-color css
<style>
span { border-color: #CE55B9; }
span { border-color: rgb(206,85,185); }
td.TdClassName
{
border-color: #CE55B9;
}
.TagClassName
{
border-color: #CE55B9;
}
</style>