Shades of Fuchsia #CE47CF
Tints of Fuchsia #CE47CF
RGB
CMYK
RGB Variations
Color information
#CE47CF (or 0xCE47CF) is known color: Fuchsia. HEX triplet: CE, 47 and CF. RGB value is (206,71,207). Sum of RGB (Red+Green+Blue) = 206+71+207=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47CF is #31B830. Grayscale: #7E7E7E. Windows color (decimal): -3258417 or 13584334. OLE color: 13584334.
HSL color Cylindrical-coordinate representation of color #CE47CF: hue angle of 299.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE47CF is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 207 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.19 |
| HSL | 299.56º | 0.59% | 0.55% | - |
| HSV(B) | 299.56º | 0.66% | 0.81% | - |
| XYZ | 38.97 | 22.13 | 61.25 | - |
| YUV | 126.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 207 | 0.00 | 0.66 | 0 | 0.19 | 299.56 | 0.59 | 0.55 |
| Hex | CE | 47 | CF | 0 | 42 | 0 | 13 | 12C | 3B | 37 |
| Octal | 316 | 107 | 317 | 0 | 102 | 0 | 23 | 454 | 73 | 67 |
| Binary | 11001110 | 1000111 | 11001111 | 0 | 1000010 | 0 | 10011 | 100101100 | 111011 | 110111 |
Color Harmonies of #CE47CF
Complementary color
Monochromatic Colors of #CE47CF
Black with #CE47CF
Text Example
Text Example
White with #CE47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47CF; }
p { color: rgb(206,71,207); }
H1.HeaderClassName
{
color: #CE47CF;
}
.AnyTagClassName
{
color: #CE47CF;
}
</style>
background-color css
<style>
a { background-color: #CE47CF; }
a { background-color: rgb(206,71,207); }
div.DivClassName
{
background-color: #CE47CF;
}
.BgClassName
{
background-color: #CE47CF;
}
</style>
border-color css
<style>
span { border-color: #CE47CF; }
span { border-color: rgb(206,71,207); }
td.TdClassName
{
border-color: #CE47CF;
}
.TagClassName
{
border-color: #CE47CF;
}
</style>