Shades of Fuchsia #CE6AB2
Tints of Fuchsia #CE6AB2
RGB
CMYK
RGB Variations
Color information
#CE6AB2 (or 0xCE6AB2) is known color: Fuchsia. HEX triplet: CE, 6A and B2. RGB value is (206,106,178). Sum of RGB (Red+Green+Blue) = 206+106+178=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6AB2 is #31954D. Grayscale: #8F8F8F. Windows color (decimal): -3249486 or 11692750. OLE color: 11692750.
HSL color Cylindrical-coordinate representation of color #CE6AB2: hue angle of 316.8º 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 #CE6AB2 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 178 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.19 |
| HSL | 316.8º | 0.51% | 0.61% | - |
| HSV(B) | 316.8º | 0.49% | 0.81% | - |
| XYZ | 38.64 | 26.64 | 45.23 | - |
| YUV | 144.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 178 | 0 | 0.49 | 0.14 | 0.19 | 316.8 | 0.51 | 0.61 |
| Hex | CE | 6A | B2 | 0 | 31 | E | 13 | 13D | 33 | 3D |
| Octal | 316 | 152 | 262 | 0 | 61 | 16 | 23 | 475 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10110010 | 0 | 110001 | 1110 | 10011 | 100111101 | 110011 | 111101 |
Color Harmonies of #CE6AB2
Complementary color
Monochromatic Colors of #CE6AB2
Black with #CE6AB2
Text Example
Text Example
White with #CE6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AB2; }
p { color: rgb(206,106,178); }
H1.HeaderClassName
{
color: #CE6AB2;
}
.AnyTagClassName
{
color: #CE6AB2;
}
</style>
background-color css
<style>
a { background-color: #CE6AB2; }
a { background-color: rgb(206,106,178); }
div.DivClassName
{
background-color: #CE6AB2;
}
.BgClassName
{
background-color: #CE6AB2;
}
</style>
border-color css
<style>
span { border-color: #CE6AB2; }
span { border-color: rgb(206,106,178); }
td.TdClassName
{
border-color: #CE6AB2;
}
.TagClassName
{
border-color: #CE6AB2;
}
</style>