Shades of Fuchsia #CE47C5
Tints of Fuchsia #CE47C5
RGB
CMYK
RGB Variations
Color information
#CE47C5 (or 0xCE47C5) is known color: Fuchsia. HEX triplet: CE, 47 and C5. RGB value is (206,71,197). Sum of RGB (Red+Green+Blue) = 206+71+197=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47C5 is #31B83A. Grayscale: #7D7D7D. Windows color (decimal): -3258427 or 12928974. OLE color: 12928974.
HSL color Cylindrical-coordinate representation of color #CE47C5: hue angle of 304º 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 #CE47C5 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 197 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.19 |
| HSL | 304º | 0.58% | 0.54% | - |
| HSV(B) | 304º | 0.66% | 0.81% | - |
| XYZ | 37.78 | 21.66 | 55.01 | - |
| YUV | 125.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 197 | 0 | 0.66 | 0.04 | 0.19 | 304 | 0.58 | 0.54 |
| Hex | CE | 47 | C5 | 0 | 42 | 4 | 13 | 130 | 3A | 36 |
| Octal | 316 | 107 | 305 | 0 | 102 | 4 | 23 | 460 | 72 | 66 |
| Binary | 11001110 | 1000111 | 11000101 | 0 | 1000010 | 100 | 10011 | 100110000 | 111010 | 110110 |
Color Harmonies of #CE47C5
Complementary color
Monochromatic Colors of #CE47C5
Black with #CE47C5
Text Example
Text Example
White with #CE47C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47C5; }
p { color: rgb(206,71,197); }
H1.HeaderClassName
{
color: #CE47C5;
}
.AnyTagClassName
{
color: #CE47C5;
}
</style>
background-color css
<style>
a { background-color: #CE47C5; }
a { background-color: rgb(206,71,197); }
div.DivClassName
{
background-color: #CE47C5;
}
.BgClassName
{
background-color: #CE47C5;
}
</style>
border-color css
<style>
span { border-color: #CE47C5; }
span { border-color: rgb(206,71,197); }
td.TdClassName
{
border-color: #CE47C5;
}
.TagClassName
{
border-color: #CE47C5;
}
</style>