Shades of Fuchsia #CE47CA
Tints of Fuchsia #CE47CA
RGB
CMYK
RGB Variations
Color information
#CE47CA (or 0xCE47CA) is known color: Fuchsia. HEX triplet: CE, 47 and CA. RGB value is (206,71,202). Sum of RGB (Red+Green+Blue) = 206+71+202=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47CA is #31B835. Grayscale: #7D7D7D. Windows color (decimal): -3258422 or 13256654. OLE color: 13256654.
HSL color Cylindrical-coordinate representation of color #CE47CA: hue angle of 301.78º 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 #CE47CA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 202 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.19 |
| HSL | 301.78º | 0.58% | 0.54% | - |
| HSV(B) | 301.78º | 0.66% | 0.81% | - |
| XYZ | 38.37 | 21.89 | 58.08 | - |
| YUV | 126.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 202 | 0 | 0.66 | 0.02 | 0.19 | 301.78 | 0.58 | 0.54 |
| Hex | CE | 47 | CA | 0 | 42 | 2 | 13 | 12E | 3A | 36 |
| Octal | 316 | 107 | 312 | 0 | 102 | 2 | 23 | 456 | 72 | 66 |
| Binary | 11001110 | 1000111 | 11001010 | 0 | 1000010 | 10 | 10011 | 100101110 | 111010 | 110110 |
Color Harmonies of #CE47CA
Complementary color
Monochromatic Colors of #CE47CA
Black with #CE47CA
Text Example
Text Example
White with #CE47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47CA; }
p { color: rgb(206,71,202); }
H1.HeaderClassName
{
color: #CE47CA;
}
.AnyTagClassName
{
color: #CE47CA;
}
</style>
background-color css
<style>
a { background-color: #CE47CA; }
a { background-color: rgb(206,71,202); }
div.DivClassName
{
background-color: #CE47CA;
}
.BgClassName
{
background-color: #CE47CA;
}
</style>
border-color css
<style>
span { border-color: #CE47CA; }
span { border-color: rgb(206,71,202); }
td.TdClassName
{
border-color: #CE47CA;
}
.TagClassName
{
border-color: #CE47CA;
}
</style>