Shades of Fuchsia #CE55B6
Tints of Fuchsia #CE55B6
RGB
CMYK
RGB Variations
Color information
#CE55B6 (or 0xCE55B6) is known color: Fuchsia. HEX triplet: CE, 55 and B6. RGB value is (206,85,182). Sum of RGB (Red+Green+Blue) = 206+85+182=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55B6 is #31AA49. Grayscale: #838383. Windows color (decimal): -3254858 or 11949518. OLE color: 11949518.
HSL color Cylindrical-coordinate representation of color #CE55B6: hue angle of 311.9º 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 #CE55B6 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 182 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.19 |
| HSL | 311.9º | 0.55% | 0.57% | - |
| HSV(B) | 311.9º | 0.59% | 0.81% | - |
| XYZ | 37.15 | 23 | 46.74 | - |
| YUV | 132.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 182 | 0 | 0.59 | 0.12 | 0.19 | 311.9 | 0.55 | 0.57 |
| Hex | CE | 55 | B6 | 0 | 3B | C | 13 | 138 | 37 | 39 |
| Octal | 316 | 125 | 266 | 0 | 73 | 14 | 23 | 470 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10110110 | 0 | 111011 | 1100 | 10011 | 100111000 | 110111 | 111001 |
Color Harmonies of #CE55B6
Complementary color
Monochromatic Colors of #CE55B6
Black with #CE55B6
Text Example
Text Example
White with #CE55B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55B6; }
p { color: rgb(206,85,182); }
H1.HeaderClassName
{
color: #CE55B6;
}
.AnyTagClassName
{
color: #CE55B6;
}
</style>
background-color css
<style>
a { background-color: #CE55B6; }
a { background-color: rgb(206,85,182); }
div.DivClassName
{
background-color: #CE55B6;
}
.BgClassName
{
background-color: #CE55B6;
}
</style>
border-color css
<style>
span { border-color: #CE55B6; }
span { border-color: rgb(206,85,182); }
td.TdClassName
{
border-color: #CE55B6;
}
.TagClassName
{
border-color: #CE55B6;
}
</style>