Shades of Fuchsia #CE5AAB
Tints of Fuchsia #CE5AAB
RGB
CMYK
RGB Variations
Color information
#CE5AAB (or 0xCE5AAB) is known color: Fuchsia. HEX triplet: CE, 5A and AB. RGB value is (206,90,171). Sum of RGB (Red+Green+Blue) = 206+90+171=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AAB is #31A554. Grayscale: #858585. Windows color (decimal): -3253589 or 11229902. OLE color: 11229902.
HSL color Cylindrical-coordinate representation of color #CE5AAB: hue angle of 318.1º 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 #CE5AAB is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 171 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.19 |
| HSL | 318.1º | 0.54% | 0.58% | - |
| HSV(B) | 318.1º | 0.56% | 0.81% | - |
| XYZ | 36.46 | 23.37 | 41.12 | - |
| YUV | 133.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 171 | 0 | 0.56 | 0.17 | 0.19 | 318.1 | 0.54 | 0.58 |
| Hex | CE | 5A | AB | 0 | 38 | 11 | 13 | 13E | 36 | 3A |
| Octal | 316 | 132 | 253 | 0 | 70 | 21 | 23 | 476 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10101011 | 0 | 111000 | 10001 | 10011 | 100111110 | 110110 | 111010 |
Color Harmonies of #CE5AAB
Complementary color
Monochromatic Colors of #CE5AAB
Black with #CE5AAB
Text Example
Text Example
White with #CE5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AAB; }
p { color: rgb(206,90,171); }
H1.HeaderClassName
{
color: #CE5AAB;
}
.AnyTagClassName
{
color: #CE5AAB;
}
</style>
background-color css
<style>
a { background-color: #CE5AAB; }
a { background-color: rgb(206,90,171); }
div.DivClassName
{
background-color: #CE5AAB;
}
.BgClassName
{
background-color: #CE5AAB;
}
</style>
border-color css
<style>
span { border-color: #CE5AAB; }
span { border-color: rgb(206,90,171); }
td.TdClassName
{
border-color: #CE5AAB;
}
.TagClassName
{
border-color: #CE5AAB;
}
</style>