Shades of Fuchsia #CE4DAE
Tints of Fuchsia #CE4DAE
RGB
CMYK
RGB Variations
Color information
#CE4DAE (or 0xCE4DAE) is known color: Fuchsia. HEX triplet: CE, 4D and AE. RGB value is (206,77,174). Sum of RGB (Red+Green+Blue) = 206+77+174=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4DAE is #31B251. Grayscale: #7E7E7E. Windows color (decimal): -3256914 or 11423182. OLE color: 11423182.
HSL color Cylindrical-coordinate representation of color #CE4DAE: hue angle of 314.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DAE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 174 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.19 |
| HSL | 314.88º | 0.57% | 0.55% | - |
| HSV(B) | 314.88º | 0.63% | 0.81% | - |
| XYZ | 35.75 | 21.49 | 42.31 | - |
| YUV | 126.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 174 | 0 | 0.63 | 0.16 | 0.19 | 314.88 | 0.57 | 0.55 |
| Hex | CE | 4D | AE | 0 | 3F | 10 | 13 | 13B | 39 | 37 |
| Octal | 316 | 115 | 256 | 0 | 77 | 20 | 23 | 473 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10101110 | 0 | 111111 | 10000 | 10011 | 100111011 | 111001 | 110111 |
Color Harmonies of #CE4DAE
Complementary color
Monochromatic Colors of #CE4DAE
Black with #CE4DAE
Text Example
Text Example
White with #CE4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DAE; }
p { color: rgb(206,77,174); }
H1.HeaderClassName
{
color: #CE4DAE;
}
.AnyTagClassName
{
color: #CE4DAE;
}
</style>
background-color css
<style>
a { background-color: #CE4DAE; }
a { background-color: rgb(206,77,174); }
div.DivClassName
{
background-color: #CE4DAE;
}
.BgClassName
{
background-color: #CE4DAE;
}
</style>
border-color css
<style>
span { border-color: #CE4DAE; }
span { border-color: rgb(206,77,174); }
td.TdClassName
{
border-color: #CE4DAE;
}
.TagClassName
{
border-color: #CE4DAE;
}
</style>