Shades of Fuchsia #CE3DAE
Tints of Fuchsia #CE3DAE
RGB
CMYK
RGB Variations
Color information
#CE3DAE (or 0xCE3DAE) is known color: Fuchsia. HEX triplet: CE, 3D and AE. RGB value is (206,61,174). Sum of RGB (Red+Green+Blue) = 206+61+174=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DAE is #31C251. Grayscale: #747474. Windows color (decimal): -3261010 or 11419086. OLE color: 11419086.
HSL color Cylindrical-coordinate representation of color #CE3DAE: hue angle of 313.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3DAE is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 174 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.19 |
| HSL | 313.24º | 0.6% | 0.52% | - |
| HSV(B) | 313.24º | 0.7% | 0.81% | - |
| XYZ | 34.76 | 19.52 | 41.98 | - |
| YUV | 117.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 174 | 0 | 0.70 | 0.16 | 0.19 | 313.24 | 0.6 | 0.52 |
| Hex | CE | 3D | AE | 0 | 46 | 10 | 13 | 139 | 3C | 34 |
| Octal | 316 | 75 | 256 | 0 | 106 | 20 | 23 | 471 | 74 | 64 |
| Binary | 11001110 | 111101 | 10101110 | 0 | 1000110 | 10000 | 10011 | 100111001 | 111100 | 110100 |
Color Harmonies of #CE3DAE
Complementary color
Monochromatic Colors of #CE3DAE
Black with #CE3DAE
Text Example
Text Example
White with #CE3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DAE; }
p { color: rgb(206,61,174); }
H1.HeaderClassName
{
color: #CE3DAE;
}
.AnyTagClassName
{
color: #CE3DAE;
}
</style>
background-color css
<style>
a { background-color: #CE3DAE; }
a { background-color: rgb(206,61,174); }
div.DivClassName
{
background-color: #CE3DAE;
}
.BgClassName
{
background-color: #CE3DAE;
}
</style>
border-color css
<style>
span { border-color: #CE3DAE; }
span { border-color: rgb(206,61,174); }
td.TdClassName
{
border-color: #CE3DAE;
}
.TagClassName
{
border-color: #CE3DAE;
}
</style>