Shades of Fuchsia #CE6AB3
Tints of Fuchsia #CE6AB3
RGB
CMYK
RGB Variations
Color information
#CE6AB3 (or 0xCE6AB3) is known color: Fuchsia. HEX triplet: CE, 6A and B3. RGB value is (206,106,179). Sum of RGB (Red+Green+Blue) = 206+106+179=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AB3 is #31954C. Grayscale: #909090. Windows color (decimal): -3249485 or 11758286. OLE color: 11758286.
HSL color Cylindrical-coordinate representation of color #CE6AB3: hue angle of 316.2º 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 #CE6AB3 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 179 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.19 |
| HSL | 316.2º | 0.51% | 0.61% | - |
| HSV(B) | 316.2º | 0.49% | 0.81% | - |
| XYZ | 38.74 | 26.68 | 45.76 | - |
| YUV | 144.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 179 | 0 | 0.49 | 0.13 | 0.19 | 316.2 | 0.51 | 0.61 |
| Hex | CE | 6A | B3 | 0 | 31 | D | 13 | 13C | 33 | 3D |
| Octal | 316 | 152 | 263 | 0 | 61 | 15 | 23 | 474 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10110011 | 0 | 110001 | 1101 | 10011 | 100111100 | 110011 | 111101 |
Color Harmonies of #CE6AB3
Complementary color
Monochromatic Colors of #CE6AB3
Black with #CE6AB3
Text Example
Text Example
White with #CE6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AB3; }
p { color: rgb(206,106,179); }
H1.HeaderClassName
{
color: #CE6AB3;
}
.AnyTagClassName
{
color: #CE6AB3;
}
</style>
background-color css
<style>
a { background-color: #CE6AB3; }
a { background-color: rgb(206,106,179); }
div.DivClassName
{
background-color: #CE6AB3;
}
.BgClassName
{
background-color: #CE6AB3;
}
</style>
border-color css
<style>
span { border-color: #CE6AB3; }
span { border-color: rgb(206,106,179); }
td.TdClassName
{
border-color: #CE6AB3;
}
.TagClassName
{
border-color: #CE6AB3;
}
</style>