Shades of Fuchsia #CE6ABB
Tints of Fuchsia #CE6ABB
RGB
CMYK
RGB Variations
Color information
#CE6ABB (or 0xCE6ABB) is known color: Fuchsia. HEX triplet: CE, 6A and BB. RGB value is (206,106,187). Sum of RGB (Red+Green+Blue) = 206+106+187=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ABB is #319544. Grayscale: #909090. Windows color (decimal): -3249477 or 12282574. OLE color: 12282574.
HSL color Cylindrical-coordinate representation of color #CE6ABB: hue angle of 311.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6ABB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 187 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.19 |
| HSL | 311.4º | 0.51% | 0.61% | - |
| HSV(B) | 311.4º | 0.49% | 0.81% | - |
| XYZ | 39.58 | 27.02 | 50.14 | - |
| YUV | 145.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 187 | 0 | 0.49 | 0.09 | 0.19 | 311.4 | 0.51 | 0.61 |
| Hex | CE | 6A | BB | 0 | 31 | 9 | 13 | 137 | 33 | 3D |
| Octal | 316 | 152 | 273 | 0 | 61 | 11 | 23 | 467 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10111011 | 0 | 110001 | 1001 | 10011 | 100110111 | 110011 | 111101 |
Color Harmonies of #CE6ABB
Complementary color
Monochromatic Colors of #CE6ABB
Black with #CE6ABB
Text Example
Text Example
White with #CE6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6ABB; }
p { color: rgb(206,106,187); }
H1.HeaderClassName
{
color: #CE6ABB;
}
.AnyTagClassName
{
color: #CE6ABB;
}
</style>
background-color css
<style>
a { background-color: #CE6ABB; }
a { background-color: rgb(206,106,187); }
div.DivClassName
{
background-color: #CE6ABB;
}
.BgClassName
{
background-color: #CE6ABB;
}
</style>
border-color css
<style>
span { border-color: #CE6ABB; }
span { border-color: rgb(206,106,187); }
td.TdClassName
{
border-color: #CE6ABB;
}
.TagClassName
{
border-color: #CE6ABB;
}
</style>