Shades of Fuchsia #CE5EAC
Tints of Fuchsia #CE5EAC
RGB
CMYK
RGB Variations
Color information
#CE5EAC (or 0xCE5EAC) is known color: Fuchsia. HEX triplet: CE, 5E and AC. RGB value is (206,94,172). Sum of RGB (Red+Green+Blue) = 206+94+172=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5EAC is #31A153. Grayscale: #888888. Windows color (decimal): -3252564 or 11296462. OLE color: 11296462.
HSL color Cylindrical-coordinate representation of color #CE5EAC: hue angle of 318.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5EAC is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 172 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.19 |
| HSL | 318.21º | 0.53% | 0.59% | - |
| HSV(B) | 318.21º | 0.54% | 0.81% | - |
| XYZ | 36.9 | 24.11 | 41.74 | - |
| YUV | 136.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 172 | 0 | 0.54 | 0.17 | 0.19 | 318.21 | 0.53 | 0.59 |
| Hex | CE | 5E | AC | 0 | 36 | 11 | 13 | 13E | 35 | 3B |
| Octal | 316 | 136 | 254 | 0 | 66 | 21 | 23 | 476 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10101100 | 0 | 110110 | 10001 | 10011 | 100111110 | 110101 | 111011 |
Color Harmonies of #CE5EAC
Complementary color
Monochromatic Colors of #CE5EAC
Black with #CE5EAC
Text Example
Text Example
White with #CE5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EAC; }
p { color: rgb(206,94,172); }
H1.HeaderClassName
{
color: #CE5EAC;
}
.AnyTagClassName
{
color: #CE5EAC;
}
</style>
background-color css
<style>
a { background-color: #CE5EAC; }
a { background-color: rgb(206,94,172); }
div.DivClassName
{
background-color: #CE5EAC;
}
.BgClassName
{
background-color: #CE5EAC;
}
</style>
border-color css
<style>
span { border-color: #CE5EAC; }
span { border-color: rgb(206,94,172); }
td.TdClassName
{
border-color: #CE5EAC;
}
.TagClassName
{
border-color: #CE5EAC;
}
</style>