Shades of Fuchsia #CE46AC
Tints of Fuchsia #CE46AC
RGB
CMYK
RGB Variations
Color information
#CE46AC (or 0xCE46AC) is known color: Fuchsia. HEX triplet: CE, 46 and AC. RGB value is (206,70,172). Sum of RGB (Red+Green+Blue) = 206+70+172=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46AC is #31B953. Grayscale: #7A7A7A. Windows color (decimal): -3258708 or 11290318. OLE color: 11290318.
HSL color Cylindrical-coordinate representation of color #CE46AC: hue angle of 315º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46AC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 172 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.19 |
| HSL | 315º | 0.58% | 0.54% | - |
| HSV(B) | 315º | 0.66% | 0.81% | - |
| XYZ | 35.09 | 20.48 | 41.13 | - |
| YUV | 122.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 172 | 0 | 0.66 | 0.17 | 0.19 | 315 | 0.58 | 0.54 |
| Hex | CE | 46 | AC | 0 | 42 | 11 | 13 | 13B | 3A | 36 |
| Octal | 316 | 106 | 254 | 0 | 102 | 21 | 23 | 473 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10101100 | 0 | 1000010 | 10001 | 10011 | 100111011 | 111010 | 110110 |
Color Harmonies of #CE46AC
Complementary color
Monochromatic Colors of #CE46AC
Black with #CE46AC
Text Example
Text Example
White with #CE46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46AC; }
p { color: rgb(206,70,172); }
H1.HeaderClassName
{
color: #CE46AC;
}
.AnyTagClassName
{
color: #CE46AC;
}
</style>
background-color css
<style>
a { background-color: #CE46AC; }
a { background-color: rgb(206,70,172); }
div.DivClassName
{
background-color: #CE46AC;
}
.BgClassName
{
background-color: #CE46AC;
}
</style>
border-color css
<style>
span { border-color: #CE46AC; }
span { border-color: rgb(206,70,172); }
td.TdClassName
{
border-color: #CE46AC;
}
.TagClassName
{
border-color: #CE46AC;
}
</style>