Shades of Fuchsia #CE6AB9
Tints of Fuchsia #CE6AB9
RGB
CMYK
RGB Variations
Color information
#CE6AB9 (or 0xCE6AB9) is known color: Fuchsia. HEX triplet: CE, 6A and B9. RGB value is (206,106,185). Sum of RGB (Red+Green+Blue) = 206+106+185=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AB9 is #319546. Grayscale: #909090. Windows color (decimal): -3249479 or 12151502. OLE color: 12151502.
HSL color Cylindrical-coordinate representation of color #CE6AB9: hue angle of 312.6º 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 #CE6AB9 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 185 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.19 |
| HSL | 312.6º | 0.51% | 0.61% | - |
| HSV(B) | 312.6º | 0.49% | 0.81% | - |
| XYZ | 39.36 | 26.93 | 49.02 | - |
| YUV | 144.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 185 | 0 | 0.49 | 0.10 | 0.19 | 312.6 | 0.51 | 0.61 |
| Hex | CE | 6A | B9 | 0 | 31 | A | 13 | 139 | 33 | 3D |
| Octal | 316 | 152 | 271 | 0 | 61 | 12 | 23 | 471 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10111001 | 0 | 110001 | 1010 | 10011 | 100111001 | 110011 | 111101 |
Color Harmonies of #CE6AB9
Complementary color
Monochromatic Colors of #CE6AB9
Black with #CE6AB9
Text Example
Text Example
White with #CE6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AB9; }
p { color: rgb(206,106,185); }
H1.HeaderClassName
{
color: #CE6AB9;
}
.AnyTagClassName
{
color: #CE6AB9;
}
</style>
background-color css
<style>
a { background-color: #CE6AB9; }
a { background-color: rgb(206,106,185); }
div.DivClassName
{
background-color: #CE6AB9;
}
.BgClassName
{
background-color: #CE6AB9;
}
</style>
border-color css
<style>
span { border-color: #CE6AB9; }
span { border-color: rgb(206,106,185); }
td.TdClassName
{
border-color: #CE6AB9;
}
.TagClassName
{
border-color: #CE6AB9;
}
</style>