Shades of Fuchsia #CE47C1
Tints of Fuchsia #CE47C1
RGB
CMYK
RGB Variations
Color information
#CE47C1 (or 0xCE47C1) is known color: Fuchsia. HEX triplet: CE, 47 and C1. RGB value is (206,71,193). Sum of RGB (Red+Green+Blue) = 206+71+193=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47C1 is #31B83E. Grayscale: #7C7C7C. Windows color (decimal): -3258431 or 12666830. OLE color: 12666830.
HSL color Cylindrical-coordinate representation of color #CE47C1: hue angle of 305.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 #CE47C1 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 193 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.19 |
| HSL | 305.78º | 0.58% | 0.54% | - |
| HSV(B) | 305.78º | 0.66% | 0.81% | - |
| XYZ | 37.33 | 21.48 | 52.63 | - |
| YUV | 125.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 193 | 0 | 0.66 | 0.06 | 0.19 | 305.78 | 0.58 | 0.54 |
| Hex | CE | 47 | C1 | 0 | 42 | 6 | 13 | 132 | 3A | 36 |
| Octal | 316 | 107 | 301 | 0 | 102 | 6 | 23 | 462 | 72 | 66 |
| Binary | 11001110 | 1000111 | 11000001 | 0 | 1000010 | 110 | 10011 | 100110010 | 111010 | 110110 |
Color Harmonies of #CE47C1
Complementary color
Monochromatic Colors of #CE47C1
Black with #CE47C1
Text Example
Text Example
White with #CE47C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47C1; }
p { color: rgb(206,71,193); }
H1.HeaderClassName
{
color: #CE47C1;
}
.AnyTagClassName
{
color: #CE47C1;
}
</style>
background-color css
<style>
a { background-color: #CE47C1; }
a { background-color: rgb(206,71,193); }
div.DivClassName
{
background-color: #CE47C1;
}
.BgClassName
{
background-color: #CE47C1;
}
</style>
border-color css
<style>
span { border-color: #CE47C1; }
span { border-color: rgb(206,71,193); }
td.TdClassName
{
border-color: #CE47C1;
}
.TagClassName
{
border-color: #CE47C1;
}
</style>