Shades of Fuchsia #CE47B5
Tints of Fuchsia #CE47B5
RGB
CMYK
RGB Variations
Color information
#CE47B5 (or 0xCE47B5) is known color: Fuchsia. HEX triplet: CE, 47 and B5. RGB value is (206,71,181). Sum of RGB (Red+Green+Blue) = 206+71+181=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47B5 is #31B84A. Grayscale: #7B7B7B. Windows color (decimal): -3258443 or 11880398. OLE color: 11880398.
HSL color Cylindrical-coordinate representation of color #CE47B5: hue angle of 311.11º 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 #CE47B5 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 181 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.19 |
| HSL | 311.11º | 0.58% | 0.54% | - |
| HSV(B) | 311.11º | 0.66% | 0.81% | - |
| XYZ | 36.05 | 20.96 | 45.86 | - |
| YUV | 123.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 181 | 0 | 0.66 | 0.12 | 0.19 | 311.11 | 0.58 | 0.54 |
| Hex | CE | 47 | B5 | 0 | 42 | C | 13 | 137 | 3A | 36 |
| Octal | 316 | 107 | 265 | 0 | 102 | 14 | 23 | 467 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10110101 | 0 | 1000010 | 1100 | 10011 | 100110111 | 111010 | 110110 |
Color Harmonies of #CE47B5
Complementary color
Monochromatic Colors of #CE47B5
Black with #CE47B5
Text Example
Text Example
White with #CE47B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47B5; }
p { color: rgb(206,71,181); }
H1.HeaderClassName
{
color: #CE47B5;
}
.AnyTagClassName
{
color: #CE47B5;
}
</style>
background-color css
<style>
a { background-color: #CE47B5; }
a { background-color: rgb(206,71,181); }
div.DivClassName
{
background-color: #CE47B5;
}
.BgClassName
{
background-color: #CE47B5;
}
</style>
border-color css
<style>
span { border-color: #CE47B5; }
span { border-color: rgb(206,71,181); }
td.TdClassName
{
border-color: #CE47B5;
}
.TagClassName
{
border-color: #CE47B5;
}
</style>