Shades of Fuchsia #CE47B4
Tints of Fuchsia #CE47B4
RGB
CMYK
RGB Variations
Color information
#CE47B4 (or 0xCE47B4) is known color: Fuchsia. HEX triplet: CE, 47 and B4. RGB value is (206,71,180). Sum of RGB (Red+Green+Blue) = 206+71+180=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47B4 is #31B84B. Grayscale: #7B7B7B. Windows color (decimal): -3258444 or 11814862. OLE color: 11814862.
HSL color Cylindrical-coordinate representation of color #CE47B4: hue angle of 311.56º 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 #CE47B4 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 180 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.19 |
| HSL | 311.56º | 0.58% | 0.54% | - |
| HSV(B) | 311.56º | 0.66% | 0.81% | - |
| XYZ | 35.95 | 20.92 | 45.32 | - |
| YUV | 123.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 180 | 0 | 0.66 | 0.13 | 0.19 | 311.56 | 0.58 | 0.54 |
| Hex | CE | 47 | B4 | 0 | 42 | D | 13 | 138 | 3A | 36 |
| Octal | 316 | 107 | 264 | 0 | 102 | 15 | 23 | 470 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10110100 | 0 | 1000010 | 1101 | 10011 | 100111000 | 111010 | 110110 |
Color Harmonies of #CE47B4
Complementary color
Monochromatic Colors of #CE47B4
Black with #CE47B4
Text Example
Text Example
White with #CE47B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47B4; }
p { color: rgb(206,71,180); }
H1.HeaderClassName
{
color: #CE47B4;
}
.AnyTagClassName
{
color: #CE47B4;
}
</style>
background-color css
<style>
a { background-color: #CE47B4; }
a { background-color: rgb(206,71,180); }
div.DivClassName
{
background-color: #CE47B4;
}
.BgClassName
{
background-color: #CE47B4;
}
</style>
border-color css
<style>
span { border-color: #CE47B4; }
span { border-color: rgb(206,71,180); }
td.TdClassName
{
border-color: #CE47B4;
}
.TagClassName
{
border-color: #CE47B4;
}
</style>