Shades of Fuchsia #CE47C0
Tints of Fuchsia #CE47C0
RGB
CMYK
RGB Variations
Color information
#CE47C0 (or 0xCE47C0) is known color: Fuchsia. HEX triplet: CE, 47 and C0. RGB value is (206,71,192). Sum of RGB (Red+Green+Blue) = 206+71+192=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47C0 is #31B83F. Grayscale: #7C7C7C. Windows color (decimal): -3258432 or 12601294. OLE color: 12601294.
HSL color Cylindrical-coordinate representation of color #CE47C0: hue angle of 306.22º 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 #CE47C0 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 192 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.19 |
| HSL | 306.22º | 0.58% | 0.54% | - |
| HSV(B) | 306.22º | 0.66% | 0.81% | - |
| XYZ | 37.22 | 21.43 | 52.04 | - |
| YUV | 125.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 192 | 0 | 0.66 | 0.07 | 0.19 | 306.22 | 0.58 | 0.54 |
| Hex | CE | 47 | C0 | 0 | 42 | 7 | 13 | 132 | 3A | 36 |
| Octal | 316 | 107 | 300 | 0 | 102 | 7 | 23 | 462 | 72 | 66 |
| Binary | 11001110 | 1000111 | 11000000 | 0 | 1000010 | 111 | 10011 | 100110010 | 111010 | 110110 |
Color Harmonies of #CE47C0
Complementary color
Monochromatic Colors of #CE47C0
Black with #CE47C0
Text Example
Text Example
White with #CE47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47C0; }
p { color: rgb(206,71,192); }
H1.HeaderClassName
{
color: #CE47C0;
}
.AnyTagClassName
{
color: #CE47C0;
}
</style>
background-color css
<style>
a { background-color: #CE47C0; }
a { background-color: rgb(206,71,192); }
div.DivClassName
{
background-color: #CE47C0;
}
.BgClassName
{
background-color: #CE47C0;
}
</style>
border-color css
<style>
span { border-color: #CE47C0; }
span { border-color: rgb(206,71,192); }
td.TdClassName
{
border-color: #CE47C0;
}
.TagClassName
{
border-color: #CE47C0;
}
</style>