Shades of Fuchsia #CE5AB1
Tints of Fuchsia #CE5AB1
RGB
CMYK
RGB Variations
Color information
#CE5AB1 (or 0xCE5AB1) is known color: Fuchsia. HEX triplet: CE, 5A and B1. RGB value is (206,90,177). Sum of RGB (Red+Green+Blue) = 206+90+177=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AB1 is #31A54E. Grayscale: #868686. Windows color (decimal): -3253583 or 11623118. OLE color: 11623118.
HSL color Cylindrical-coordinate representation of color #CE5AB1: hue angle of 315º 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 #CE5AB1 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 177 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.19 |
| HSL | 315º | 0.54% | 0.58% | - |
| HSV(B) | 315º | 0.56% | 0.81% | - |
| XYZ | 37.05 | 23.61 | 44.2 | - |
| YUV | 134.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 177 | 0 | 0.56 | 0.14 | 0.19 | 315 | 0.54 | 0.58 |
| Hex | CE | 5A | B1 | 0 | 38 | E | 13 | 13B | 36 | 3A |
| Octal | 316 | 132 | 261 | 0 | 70 | 16 | 23 | 473 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10110001 | 0 | 111000 | 1110 | 10011 | 100111011 | 110110 | 111010 |
Color Harmonies of #CE5AB1
Complementary color
Monochromatic Colors of #CE5AB1
Black with #CE5AB1
Text Example
Text Example
White with #CE5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AB1; }
p { color: rgb(206,90,177); }
H1.HeaderClassName
{
color: #CE5AB1;
}
.AnyTagClassName
{
color: #CE5AB1;
}
</style>
background-color css
<style>
a { background-color: #CE5AB1; }
a { background-color: rgb(206,90,177); }
div.DivClassName
{
background-color: #CE5AB1;
}
.BgClassName
{
background-color: #CE5AB1;
}
</style>
border-color css
<style>
span { border-color: #CE5AB1; }
span { border-color: rgb(206,90,177); }
td.TdClassName
{
border-color: #CE5AB1;
}
.TagClassName
{
border-color: #CE5AB1;
}
</style>