Shades of Fuchsia #CE47BE
Tints of Fuchsia #CE47BE
RGB
CMYK
RGB Variations
Color information
#CE47BE (or 0xCE47BE) is known color: Fuchsia. HEX triplet: CE, 47 and BE. RGB value is (206,71,190). Sum of RGB (Red+Green+Blue) = 206+71+190=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47BE is #31B841. Grayscale: #7C7C7C. Windows color (decimal): -3258434 or 12470222. OLE color: 12470222.
HSL color Cylindrical-coordinate representation of color #CE47BE: hue angle of 307.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 #CE47BE is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 190 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.19 |
| HSL | 307.11º | 0.58% | 0.54% | - |
| HSV(B) | 307.11º | 0.66% | 0.81% | - |
| XYZ | 37 | 21.35 | 50.89 | - |
| YUV | 124.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 190 | 0 | 0.66 | 0.08 | 0.19 | 307.11 | 0.58 | 0.54 |
| Hex | CE | 47 | BE | 0 | 42 | 8 | 13 | 133 | 3A | 36 |
| Octal | 316 | 107 | 276 | 0 | 102 | 10 | 23 | 463 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10111110 | 0 | 1000010 | 1000 | 10011 | 100110011 | 111010 | 110110 |
Color Harmonies of #CE47BE
Complementary color
Monochromatic Colors of #CE47BE
Black with #CE47BE
Text Example
Text Example
White with #CE47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47BE; }
p { color: rgb(206,71,190); }
H1.HeaderClassName
{
color: #CE47BE;
}
.AnyTagClassName
{
color: #CE47BE;
}
</style>
background-color css
<style>
a { background-color: #CE47BE; }
a { background-color: rgb(206,71,190); }
div.DivClassName
{
background-color: #CE47BE;
}
.BgClassName
{
background-color: #CE47BE;
}
</style>
border-color css
<style>
span { border-color: #CE47BE; }
span { border-color: rgb(206,71,190); }
td.TdClassName
{
border-color: #CE47BE;
}
.TagClassName
{
border-color: #CE47BE;
}
</style>