Shades of Fuchsia #CE5DAE
Tints of Fuchsia #CE5DAE
RGB
CMYK
RGB Variations
Color information
#CE5DAE (or 0xCE5DAE) is known color: Fuchsia. HEX triplet: CE, 5D and AE. RGB value is (206,93,174). Sum of RGB (Red+Green+Blue) = 206+93+174=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DAE is #31A251. Grayscale: #878787. Windows color (decimal): -3252818 or 11427278. OLE color: 11427278.
HSL color Cylindrical-coordinate representation of color #CE5DAE: hue angle of 316.99º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DAE is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 174 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.19 |
| HSL | 316.99º | 0.54% | 0.59% | - |
| HSV(B) | 316.99º | 0.55% | 0.81% | - |
| XYZ | 37.01 | 24.01 | 42.73 | - |
| YUV | 136.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 174 | 0 | 0.55 | 0.16 | 0.19 | 316.99 | 0.54 | 0.59 |
| Hex | CE | 5D | AE | 0 | 37 | 10 | 13 | 13D | 36 | 3B |
| Octal | 316 | 135 | 256 | 0 | 67 | 20 | 23 | 475 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10101110 | 0 | 110111 | 10000 | 10011 | 100111101 | 110110 | 111011 |
Color Harmonies of #CE5DAE
Complementary color
Monochromatic Colors of #CE5DAE
Black with #CE5DAE
Text Example
Text Example
White with #CE5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DAE; }
p { color: rgb(206,93,174); }
H1.HeaderClassName
{
color: #CE5DAE;
}
.AnyTagClassName
{
color: #CE5DAE;
}
</style>
background-color css
<style>
a { background-color: #CE5DAE; }
a { background-color: rgb(206,93,174); }
div.DivClassName
{
background-color: #CE5DAE;
}
.BgClassName
{
background-color: #CE5DAE;
}
</style>
border-color css
<style>
span { border-color: #CE5DAE; }
span { border-color: rgb(206,93,174); }
td.TdClassName
{
border-color: #CE5DAE;
}
.TagClassName
{
border-color: #CE5DAE;
}
</style>