Shades of Fuchsia #CE47AF
Tints of Fuchsia #CE47AF
RGB
CMYK
RGB Variations
Color information
#CE47AF (or 0xCE47AF) is known color: Fuchsia. HEX triplet: CE, 47 and AF. RGB value is (206,71,175). Sum of RGB (Red+Green+Blue) = 206+71+175=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE47AF is #31B850. Grayscale: #7A7A7A. Windows color (decimal): -3258449 or 11487182. OLE color: 11487182.
HSL color Cylindrical-coordinate representation of color #CE47AF: hue angle of 313.78º 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 #CE47AF is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 175 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.19 |
| HSL | 313.78º | 0.58% | 0.54% | - |
| HSV(B) | 313.78º | 0.66% | 0.81% | - |
| XYZ | 35.44 | 20.72 | 42.69 | - |
| YUV | 123.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 175 | 0 | 0.66 | 0.15 | 0.19 | 313.78 | 0.58 | 0.54 |
| Hex | CE | 47 | AF | 0 | 42 | F | 13 | 13A | 3A | 36 |
| Octal | 316 | 107 | 257 | 0 | 102 | 17 | 23 | 472 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10101111 | 0 | 1000010 | 1111 | 10011 | 100111010 | 111010 | 110110 |
Color Harmonies of #CE47AF
Complementary color
Monochromatic Colors of #CE47AF
Black with #CE47AF
Text Example
Text Example
White with #CE47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47AF; }
p { color: rgb(206,71,175); }
H1.HeaderClassName
{
color: #CE47AF;
}
.AnyTagClassName
{
color: #CE47AF;
}
</style>
background-color css
<style>
a { background-color: #CE47AF; }
a { background-color: rgb(206,71,175); }
div.DivClassName
{
background-color: #CE47AF;
}
.BgClassName
{
background-color: #CE47AF;
}
</style>
border-color css
<style>
span { border-color: #CE47AF; }
span { border-color: rgb(206,71,175); }
td.TdClassName
{
border-color: #CE47AF;
}
.TagClassName
{
border-color: #CE47AF;
}
</style>