Shades of Fuchsia #CE5AB9
Tints of Fuchsia #CE5AB9
RGB
CMYK
RGB Variations
Color information
#CE5AB9 (or 0xCE5AB9) is known color: Fuchsia. HEX triplet: CE, 5A and B9. RGB value is (206,90,185). Sum of RGB (Red+Green+Blue) = 206+90+185=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AB9 is #31A546. Grayscale: #878787. Windows color (decimal): -3253575 or 12147406. OLE color: 12147406.
HSL color Cylindrical-coordinate representation of color #CE5AB9: hue angle of 310.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5AB9 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 185 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.19 |
| HSL | 310.86º | 0.54% | 0.58% | - |
| HSV(B) | 310.86º | 0.56% | 0.81% | - |
| XYZ | 37.87 | 23.94 | 48.52 | - |
| YUV | 135.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 185 | 0 | 0.56 | 0.10 | 0.19 | 310.86 | 0.54 | 0.58 |
| Hex | CE | 5A | B9 | 0 | 38 | A | 13 | 137 | 36 | 3A |
| Octal | 316 | 132 | 271 | 0 | 70 | 12 | 23 | 467 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10111001 | 0 | 111000 | 1010 | 10011 | 100110111 | 110110 | 111010 |
Color Harmonies of #CE5AB9
Complementary color
Monochromatic Colors of #CE5AB9
Black with #CE5AB9
Text Example
Text Example
White with #CE5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AB9; }
p { color: rgb(206,90,185); }
H1.HeaderClassName
{
color: #CE5AB9;
}
.AnyTagClassName
{
color: #CE5AB9;
}
</style>
background-color css
<style>
a { background-color: #CE5AB9; }
a { background-color: rgb(206,90,185); }
div.DivClassName
{
background-color: #CE5AB9;
}
.BgClassName
{
background-color: #CE5AB9;
}
</style>
border-color css
<style>
span { border-color: #CE5AB9; }
span { border-color: rgb(206,90,185); }
td.TdClassName
{
border-color: #CE5AB9;
}
.TagClassName
{
border-color: #CE5AB9;
}
</style>