Shades of Fuchsia #CE5EBB
Tints of Fuchsia #CE5EBB
RGB
CMYK
RGB Variations
Color information
#CE5EBB (or 0xCE5EBB) is known color: Fuchsia. HEX triplet: CE, 5E and BB. RGB value is (206,94,187). Sum of RGB (Red+Green+Blue) = 206+94+187=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EBB is #31A144. Grayscale: #898989. Windows color (decimal): -3252549 or 12279502. OLE color: 12279502.
HSL color Cylindrical-coordinate representation of color #CE5EBB: hue angle of 310.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5EBB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 187 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.19 |
| HSL | 310.18º | 0.53% | 0.59% | - |
| HSV(B) | 310.18º | 0.54% | 0.81% | - |
| XYZ | 38.43 | 24.72 | 49.76 | - |
| YUV | 138.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 187 | 0 | 0.54 | 0.09 | 0.19 | 310.18 | 0.53 | 0.59 |
| Hex | CE | 5E | BB | 0 | 36 | 9 | 13 | 136 | 35 | 3B |
| Octal | 316 | 136 | 273 | 0 | 66 | 11 | 23 | 466 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10111011 | 0 | 110110 | 1001 | 10011 | 100110110 | 110101 | 111011 |
Color Harmonies of #CE5EBB
Complementary color
Monochromatic Colors of #CE5EBB
Black with #CE5EBB
Text Example
Text Example
White with #CE5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EBB; }
p { color: rgb(206,94,187); }
H1.HeaderClassName
{
color: #CE5EBB;
}
.AnyTagClassName
{
color: #CE5EBB;
}
</style>
background-color css
<style>
a { background-color: #CE5EBB; }
a { background-color: rgb(206,94,187); }
div.DivClassName
{
background-color: #CE5EBB;
}
.BgClassName
{
background-color: #CE5EBB;
}
</style>
border-color css
<style>
span { border-color: #CE5EBB; }
span { border-color: rgb(206,94,187); }
td.TdClassName
{
border-color: #CE5EBB;
}
.TagClassName
{
border-color: #CE5EBB;
}
</style>