Shades of Fuchsia #CE47CD
Tints of Fuchsia #CE47CD
RGB
CMYK
RGB Variations
Color information
#CE47CD (or 0xCE47CD) is known color: Fuchsia. HEX triplet: CE, 47 and CD. RGB value is (206,71,205). Sum of RGB (Red+Green+Blue) = 206+71+205=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47CD is #31B832. Grayscale: #7E7E7E. Windows color (decimal): -3258419 or 13453262. OLE color: 13453262.
HSL color Cylindrical-coordinate representation of color #CE47CD: hue angle of 300.44º 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 #CE47CD is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 205 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.19 |
| HSL | 300.44º | 0.58% | 0.54% | - |
| HSV(B) | 300.44º | 0.66% | 0.81% | - |
| XYZ | 38.73 | 22.04 | 59.97 | - |
| YUV | 126.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 205 | 0 | 0.66 | 0.00 | 0.19 | 300.44 | 0.58 | 0.54 |
| Hex | CE | 47 | CD | 0 | 42 | 0 | 13 | 12C | 3A | 36 |
| Octal | 316 | 107 | 315 | 0 | 102 | 0 | 23 | 454 | 72 | 66 |
| Binary | 11001110 | 1000111 | 11001101 | 0 | 1000010 | 0 | 10011 | 100101100 | 111010 | 110110 |
Color Harmonies of #CE47CD
Complementary color
Monochromatic Colors of #CE47CD
Black with #CE47CD
Text Example
Text Example
White with #CE47CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47CD; }
p { color: rgb(206,71,205); }
H1.HeaderClassName
{
color: #CE47CD;
}
.AnyTagClassName
{
color: #CE47CD;
}
</style>
background-color css
<style>
a { background-color: #CE47CD; }
a { background-color: rgb(206,71,205); }
div.DivClassName
{
background-color: #CE47CD;
}
.BgClassName
{
background-color: #CE47CD;
}
</style>
border-color css
<style>
span { border-color: #CE47CD; }
span { border-color: rgb(206,71,205); }
td.TdClassName
{
border-color: #CE47CD;
}
.TagClassName
{
border-color: #CE47CD;
}
</style>