Shades of Fuchsia #CE2FAE
Tints of Fuchsia #CE2FAE
RGB
CMYK
RGB Variations
Color information
#CE2FAE (or 0xCE2FAE) is known color: Fuchsia. HEX triplet: CE, 2F and AE. RGB value is (206,47,174). Sum of RGB (Red+Green+Blue) = 206+47+174=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FAE is #31D051. Grayscale: #6C6C6C. Windows color (decimal): -3264594 or 11415502. OLE color: 11415502.
HSL color Cylindrical-coordinate representation of color #CE2FAE: hue angle of 312.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FAE is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 174 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.19 |
| HSL | 312.08º | 0.63% | 0.5% | - |
| HSV(B) | 312.08º | 0.77% | 0.81% | - |
| XYZ | 34.11 | 18.21 | 41.76 | - |
| YUV | 109.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 174 | 0 | 0.77 | 0.16 | 0.19 | 312.08 | 0.63 | 0.5 |
| Hex | CE | 2F | AE | 0 | 4D | 10 | 13 | 138 | 3F | 32 |
| Octal | 316 | 57 | 256 | 0 | 115 | 20 | 23 | 470 | 77 | 62 |
| Binary | 11001110 | 101111 | 10101110 | 0 | 1001101 | 10000 | 10011 | 100111000 | 111111 | 110010 |
Color Harmonies of #CE2FAE
Complementary color
Monochromatic Colors of #CE2FAE
Black with #CE2FAE
Text Example
Text Example
White with #CE2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FAE; }
p { color: rgb(206,47,174); }
H1.HeaderClassName
{
color: #CE2FAE;
}
.AnyTagClassName
{
color: #CE2FAE;
}
</style>
background-color css
<style>
a { background-color: #CE2FAE; }
a { background-color: rgb(206,47,174); }
div.DivClassName
{
background-color: #CE2FAE;
}
.BgClassName
{
background-color: #CE2FAE;
}
</style>
border-color css
<style>
span { border-color: #CE2FAE; }
span { border-color: rgb(206,47,174); }
td.TdClassName
{
border-color: #CE2FAE;
}
.TagClassName
{
border-color: #CE2FAE;
}
</style>