Shades of Fuchsia #CE47AD
Tints of Fuchsia #CE47AD
RGB
CMYK
RGB Variations
Color information
#CE47AD (or 0xCE47AD) is known color: Fuchsia. HEX triplet: CE, 47 and AD. RGB value is (206,71,173). Sum of RGB (Red+Green+Blue) = 206+71+173=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE47AD is #31B852. Grayscale: #7A7A7A. Windows color (decimal): -3258451 or 11356110. OLE color: 11356110.
HSL color Cylindrical-coordinate representation of color #CE47AD: hue angle of 314.67º 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 #CE47AD is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 173 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.19 |
| HSL | 314.67º | 0.58% | 0.54% | - |
| HSV(B) | 314.67º | 0.66% | 0.81% | - |
| XYZ | 35.25 | 20.65 | 41.66 | - |
| YUV | 122.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 173 | 0 | 0.66 | 0.16 | 0.19 | 314.67 | 0.58 | 0.54 |
| Hex | CE | 47 | AD | 0 | 42 | 10 | 13 | 13B | 3A | 36 |
| Octal | 316 | 107 | 255 | 0 | 102 | 20 | 23 | 473 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10101101 | 0 | 1000010 | 10000 | 10011 | 100111011 | 111010 | 110110 |
Color Harmonies of #CE47AD
Complementary color
Monochromatic Colors of #CE47AD
Black with #CE47AD
Text Example
Text Example
White with #CE47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47AD; }
p { color: rgb(206,71,173); }
H1.HeaderClassName
{
color: #CE47AD;
}
.AnyTagClassName
{
color: #CE47AD;
}
</style>
background-color css
<style>
a { background-color: #CE47AD; }
a { background-color: rgb(206,71,173); }
div.DivClassName
{
background-color: #CE47AD;
}
.BgClassName
{
background-color: #CE47AD;
}
</style>
border-color css
<style>
span { border-color: #CE47AD; }
span { border-color: rgb(206,71,173); }
td.TdClassName
{
border-color: #CE47AD;
}
.TagClassName
{
border-color: #CE47AD;
}
</style>