Shades of Fuchsia #CE5FBB
Tints of Fuchsia #CE5FBB
RGB
CMYK
RGB Variations
Color information
#CE5FBB (or 0xCE5FBB) is known color: Fuchsia. HEX triplet: CE, 5F and BB. RGB value is (206,95,187). Sum of RGB (Red+Green+Blue) = 206+95+187=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FBB is #31A044. Grayscale: #8A8A8A. Windows color (decimal): -3252293 or 12279758. OLE color: 12279758.
HSL color Cylindrical-coordinate representation of color #CE5FBB: hue angle of 310.27º 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 #CE5FBB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 187 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.19 |
| HSL | 310.27º | 0.53% | 0.59% | - |
| HSV(B) | 310.27º | 0.54% | 0.81% | - |
| XYZ | 38.52 | 24.89 | 49.79 | - |
| YUV | 138.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 187 | 0 | 0.54 | 0.09 | 0.19 | 310.27 | 0.53 | 0.59 |
| Hex | CE | 5F | BB | 0 | 36 | 9 | 13 | 136 | 35 | 3B |
| Octal | 316 | 137 | 273 | 0 | 66 | 11 | 23 | 466 | 65 | 73 |
| Binary | 11001110 | 1011111 | 10111011 | 0 | 110110 | 1001 | 10011 | 100110110 | 110101 | 111011 |
Color Harmonies of #CE5FBB
Complementary color
Monochromatic Colors of #CE5FBB
Black with #CE5FBB
Text Example
Text Example
White with #CE5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FBB; }
p { color: rgb(206,95,187); }
H1.HeaderClassName
{
color: #CE5FBB;
}
.AnyTagClassName
{
color: #CE5FBB;
}
</style>
background-color css
<style>
a { background-color: #CE5FBB; }
a { background-color: rgb(206,95,187); }
div.DivClassName
{
background-color: #CE5FBB;
}
.BgClassName
{
background-color: #CE5FBB;
}
</style>
border-color css
<style>
span { border-color: #CE5FBB; }
span { border-color: rgb(206,95,187); }
td.TdClassName
{
border-color: #CE5FBB;
}
.TagClassName
{
border-color: #CE5FBB;
}
</style>