Shades of Fuchsia #CE47D0
Tints of Fuchsia #CE47D0
RGB
CMYK
RGB Variations
Color information
#CE47D0 (or 0xCE47D0) is known color: Fuchsia. HEX triplet: CE, 47 and D0. RGB value is (206,71,208). Sum of RGB (Red+Green+Blue) = 206+71+208=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE47D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47D0 is #31B82F. Grayscale: #7E7E7E. Windows color (decimal): -3258416 or 13649870. OLE color: 13649870.
HSL color Cylindrical-coordinate representation of color #CE47D0: hue angle of 299.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE47D0 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 71 | 208 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.18 |
| HSL | 299.12º | 0.59% | 0.55% | - |
| HSV(B) | 299.12º | 0.66% | 0.82% | - |
| XYZ | 39.09 | 22.18 | 61.9 | - |
| YUV | 126.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 208 | 0.01 | 0.66 | 0 | 0.18 | 299.12 | 0.59 | 0.55 |
| Hex | CE | 47 | D0 | 1 | 42 | 0 | 12 | 12B | 3B | 37 |
| Octal | 316 | 107 | 320 | 1 | 102 | 0 | 22 | 453 | 73 | 67 |
| Binary | 11001110 | 1000111 | 11010000 | 1 | 1000010 | 0 | 10010 | 100101011 | 111011 | 110111 |
Color Harmonies of #CE47D0
Complementary color
Monochromatic Colors of #CE47D0
Black with #CE47D0
Text Example
Text Example
White with #CE47D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47D0; }
p { color: rgb(206,71,208); }
H1.HeaderClassName
{
color: #CE47D0;
}
.AnyTagClassName
{
color: #CE47D0;
}
</style>
background-color css
<style>
a { background-color: #CE47D0; }
a { background-color: rgb(206,71,208); }
div.DivClassName
{
background-color: #CE47D0;
}
.BgClassName
{
background-color: #CE47D0;
}
</style>
border-color css
<style>
span { border-color: #CE47D0; }
span { border-color: rgb(206,71,208); }
td.TdClassName
{
border-color: #CE47D0;
}
.TagClassName
{
border-color: #CE47D0;
}
</style>