Shades of Fuchsia #CE5AAF
Tints of Fuchsia #CE5AAF
RGB
CMYK
RGB Variations
Color information
#CE5AAF (or 0xCE5AAF) is known color: Fuchsia. HEX triplet: CE, 5A and AF. RGB value is (206,90,175). Sum of RGB (Red+Green+Blue) = 206+90+175=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AAF is #31A550. Grayscale: #868686. Windows color (decimal): -3253585 or 11492046. OLE color: 11492046.
HSL color Cylindrical-coordinate representation of color #CE5AAF: hue angle of 316.03º 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 #CE5AAF is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 175 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.19 |
| HSL | 316.03º | 0.54% | 0.58% | - |
| HSV(B) | 316.03º | 0.56% | 0.81% | - |
| XYZ | 36.85 | 23.53 | 43.16 | - |
| YUV | 134.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 175 | 0 | 0.56 | 0.15 | 0.19 | 316.03 | 0.54 | 0.58 |
| Hex | CE | 5A | AF | 0 | 38 | F | 13 | 13C | 36 | 3A |
| Octal | 316 | 132 | 257 | 0 | 70 | 17 | 23 | 474 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10101111 | 0 | 111000 | 1111 | 10011 | 100111100 | 110110 | 111010 |
Color Harmonies of #CE5AAF
Complementary color
Monochromatic Colors of #CE5AAF
Black with #CE5AAF
Text Example
Text Example
White with #CE5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AAF; }
p { color: rgb(206,90,175); }
H1.HeaderClassName
{
color: #CE5AAF;
}
.AnyTagClassName
{
color: #CE5AAF;
}
</style>
background-color css
<style>
a { background-color: #CE5AAF; }
a { background-color: rgb(206,90,175); }
div.DivClassName
{
background-color: #CE5AAF;
}
.BgClassName
{
background-color: #CE5AAF;
}
</style>
border-color css
<style>
span { border-color: #CE5AAF; }
span { border-color: rgb(206,90,175); }
td.TdClassName
{
border-color: #CE5AAF;
}
.TagClassName
{
border-color: #CE5AAF;
}
</style>