Shades of Fuchsia #CE6AB1
Tints of Fuchsia #CE6AB1
RGB
CMYK
RGB Variations
Color information
#CE6AB1 (or 0xCE6AB1) is known color: Fuchsia. HEX triplet: CE, 6A and B1. RGB value is (206,106,177). Sum of RGB (Red+Green+Blue) = 206+106+177=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6AB1 is #31954E. Grayscale: #8F8F8F. Windows color (decimal): -3249487 or 11627214. OLE color: 11627214.
HSL color Cylindrical-coordinate representation of color #CE6AB1: hue angle of 317.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 #CE6AB1 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 177 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.19 |
| HSL | 317.4º | 0.51% | 0.61% | - |
| HSV(B) | 317.4º | 0.49% | 0.81% | - |
| XYZ | 38.54 | 26.6 | 44.7 | - |
| YUV | 143.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 177 | 0 | 0.49 | 0.14 | 0.19 | 317.4 | 0.51 | 0.61 |
| Hex | CE | 6A | B1 | 0 | 31 | E | 13 | 13D | 33 | 3D |
| Octal | 316 | 152 | 261 | 0 | 61 | 16 | 23 | 475 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10110001 | 0 | 110001 | 1110 | 10011 | 100111101 | 110011 | 111101 |
Color Harmonies of #CE6AB1
Complementary color
Monochromatic Colors of #CE6AB1
Black with #CE6AB1
Text Example
Text Example
White with #CE6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AB1; }
p { color: rgb(206,106,177); }
H1.HeaderClassName
{
color: #CE6AB1;
}
.AnyTagClassName
{
color: #CE6AB1;
}
</style>
background-color css
<style>
a { background-color: #CE6AB1; }
a { background-color: rgb(206,106,177); }
div.DivClassName
{
background-color: #CE6AB1;
}
.BgClassName
{
background-color: #CE6AB1;
}
</style>
border-color css
<style>
span { border-color: #CE6AB1; }
span { border-color: rgb(206,106,177); }
td.TdClassName
{
border-color: #CE6AB1;
}
.TagClassName
{
border-color: #CE6AB1;
}
</style>