Shades of Fuchsia #CE6BBB
Tints of Fuchsia #CE6BBB
RGB
CMYK
RGB Variations
Color information
#CE6BBB (or 0xCE6BBB) is known color: Fuchsia. HEX triplet: CE, 6B and BB. RGB value is (206,107,187). Sum of RGB (Red+Green+Blue) = 206+107+187=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BBB is #319444. Grayscale: #919191. Windows color (decimal): -3249221 or 12282830. OLE color: 12282830.
HSL color Cylindrical-coordinate representation of color #CE6BBB: hue angle of 311.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BBB is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 187 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.19 |
| HSL | 311.52º | 0.5% | 0.61% | - |
| HSV(B) | 311.52º | 0.48% | 0.81% | - |
| XYZ | 39.68 | 27.23 | 50.18 | - |
| YUV | 145.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 187 | 0 | 0.48 | 0.09 | 0.19 | 311.52 | 0.5 | 0.61 |
| Hex | CE | 6B | BB | 0 | 30 | 9 | 13 | 138 | 32 | 3D |
| Octal | 316 | 153 | 273 | 0 | 60 | 11 | 23 | 470 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10111011 | 0 | 110000 | 1001 | 10011 | 100111000 | 110010 | 111101 |
Color Harmonies of #CE6BBB
Complementary color
Monochromatic Colors of #CE6BBB
Black with #CE6BBB
Text Example
Text Example
White with #CE6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BBB; }
p { color: rgb(206,107,187); }
H1.HeaderClassName
{
color: #CE6BBB;
}
.AnyTagClassName
{
color: #CE6BBB;
}
</style>
background-color css
<style>
a { background-color: #CE6BBB; }
a { background-color: rgb(206,107,187); }
div.DivClassName
{
background-color: #CE6BBB;
}
.BgClassName
{
background-color: #CE6BBB;
}
</style>
border-color css
<style>
span { border-color: #CE6BBB; }
span { border-color: rgb(206,107,187); }
td.TdClassName
{
border-color: #CE6BBB;
}
.TagClassName
{
border-color: #CE6BBB;
}
</style>