Shades of Fuchsia #CE55BA
Tints of Fuchsia #CE55BA
RGB
CMYK
RGB Variations
Color information
#CE55BA (or 0xCE55BA) is known color: Fuchsia. HEX triplet: CE, 55 and BA. RGB value is (206,85,186). Sum of RGB (Red+Green+Blue) = 206+85+186=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55BA is #31AA45. Grayscale: #848484. Windows color (decimal): -3254854 or 12211662. OLE color: 12211662.
HSL color Cylindrical-coordinate representation of color #CE55BA: hue angle of 309.92º 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 #CE55BA is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 186 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.19 |
| HSL | 309.92º | 0.55% | 0.57% | - |
| HSV(B) | 309.92º | 0.59% | 0.81% | - |
| XYZ | 37.57 | 23.16 | 48.95 | - |
| YUV | 132.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 186 | 0 | 0.59 | 0.10 | 0.19 | 309.92 | 0.55 | 0.57 |
| Hex | CE | 55 | BA | 0 | 3B | A | 13 | 136 | 37 | 39 |
| Octal | 316 | 125 | 272 | 0 | 73 | 12 | 23 | 466 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10111010 | 0 | 111011 | 1010 | 10011 | 100110110 | 110111 | 111001 |
Color Harmonies of #CE55BA
Complementary color
Monochromatic Colors of #CE55BA
Black with #CE55BA
Text Example
Text Example
White with #CE55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55BA; }
p { color: rgb(206,85,186); }
H1.HeaderClassName
{
color: #CE55BA;
}
.AnyTagClassName
{
color: #CE55BA;
}
</style>
background-color css
<style>
a { background-color: #CE55BA; }
a { background-color: rgb(206,85,186); }
div.DivClassName
{
background-color: #CE55BA;
}
.BgClassName
{
background-color: #CE55BA;
}
</style>
border-color css
<style>
span { border-color: #CE55BA; }
span { border-color: rgb(206,85,186); }
td.TdClassName
{
border-color: #CE55BA;
}
.TagClassName
{
border-color: #CE55BA;
}
</style>