Shades of Fuchsia #CE55BB
Tints of Fuchsia #CE55BB
RGB
CMYK
RGB Variations
Color information
#CE55BB (or 0xCE55BB) is known color: Fuchsia. HEX triplet: CE, 55 and BB. RGB value is (206,85,187). Sum of RGB (Red+Green+Blue) = 206+85+187=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55BB is #31AA44. Grayscale: #848484. Windows color (decimal): -3254853 or 12277198. OLE color: 12277198.
HSL color Cylindrical-coordinate representation of color #CE55BB: hue angle of 309.42º 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 #CE55BB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 187 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.19 |
| HSL | 309.42º | 0.55% | 0.57% | - |
| HSV(B) | 309.42º | 0.59% | 0.81% | - |
| XYZ | 37.67 | 23.21 | 49.51 | - |
| YUV | 132.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 187 | 0 | 0.59 | 0.09 | 0.19 | 309.42 | 0.55 | 0.57 |
| Hex | CE | 55 | BB | 0 | 3B | 9 | 13 | 135 | 37 | 39 |
| Octal | 316 | 125 | 273 | 0 | 73 | 11 | 23 | 465 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10111011 | 0 | 111011 | 1001 | 10011 | 100110101 | 110111 | 111001 |
Color Harmonies of #CE55BB
Complementary color
Monochromatic Colors of #CE55BB
Black with #CE55BB
Text Example
Text Example
White with #CE55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55BB; }
p { color: rgb(206,85,187); }
H1.HeaderClassName
{
color: #CE55BB;
}
.AnyTagClassName
{
color: #CE55BB;
}
</style>
background-color css
<style>
a { background-color: #CE55BB; }
a { background-color: rgb(206,85,187); }
div.DivClassName
{
background-color: #CE55BB;
}
.BgClassName
{
background-color: #CE55BB;
}
</style>
border-color css
<style>
span { border-color: #CE55BB; }
span { border-color: rgb(206,85,187); }
td.TdClassName
{
border-color: #CE55BB;
}
.TagClassName
{
border-color: #CE55BB;
}
</style>