Shades of Fuchsia #CE3DAC
Tints of Fuchsia #CE3DAC
RGB
CMYK
RGB Variations
Color information
#CE3DAC (or 0xCE3DAC) is known color: Fuchsia. HEX triplet: CE, 3D and AC. RGB value is (206,61,172). Sum of RGB (Red+Green+Blue) = 206+61+172=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DAC is #31C253. Grayscale: #747474. Windows color (decimal): -3261012 or 11288014. OLE color: 11288014.
HSL color Cylindrical-coordinate representation of color #CE3DAC: hue angle of 314.07º 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 #CE3DAC is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 172 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.19 |
| HSL | 314.07º | 0.6% | 0.52% | - |
| HSV(B) | 314.07º | 0.7% | 0.81% | - |
| XYZ | 34.57 | 19.44 | 40.96 | - |
| YUV | 117.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 172 | 0 | 0.70 | 0.17 | 0.19 | 314.07 | 0.6 | 0.52 |
| Hex | CE | 3D | AC | 0 | 46 | 11 | 13 | 13A | 3C | 34 |
| Octal | 316 | 75 | 254 | 0 | 106 | 21 | 23 | 472 | 74 | 64 |
| Binary | 11001110 | 111101 | 10101100 | 0 | 1000110 | 10001 | 10011 | 100111010 | 111100 | 110100 |
Color Harmonies of #CE3DAC
Complementary color
Monochromatic Colors of #CE3DAC
Black with #CE3DAC
Text Example
Text Example
White with #CE3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DAC; }
p { color: rgb(206,61,172); }
H1.HeaderClassName
{
color: #CE3DAC;
}
.AnyTagClassName
{
color: #CE3DAC;
}
</style>
background-color css
<style>
a { background-color: #CE3DAC; }
a { background-color: rgb(206,61,172); }
div.DivClassName
{
background-color: #CE3DAC;
}
.BgClassName
{
background-color: #CE3DAC;
}
</style>
border-color css
<style>
span { border-color: #CE3DAC; }
span { border-color: rgb(206,61,172); }
td.TdClassName
{
border-color: #CE3DAC;
}
.TagClassName
{
border-color: #CE3DAC;
}
</style>