Shades of Fuchsia #CE47D2
Tints of Fuchsia #CE47D2
RGB
CMYK
RGB Variations
Color information
#CE47D2 (or 0xCE47D2) is known color: Fuchsia. HEX triplet: CE, 47 and D2. RGB value is (206,71,210). Sum of RGB (Red+Green+Blue) = 206+71+210=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47D2 is #31B82D. Grayscale: #7E7E7E. Windows color (decimal): -3258414 or 13780942. OLE color: 13780942.
HSL color Cylindrical-coordinate representation of color #CE47D2: hue angle of 298.27º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE47D2 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 71 | 210 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.18 |
| HSL | 298.27º | 0.61% | 0.55% | - |
| HSV(B) | 298.27º | 0.66% | 0.82% | - |
| XYZ | 39.34 | 22.28 | 63.2 | - |
| YUV | 127.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 210 | 0.02 | 0.66 | 0 | 0.18 | 298.27 | 0.61 | 0.55 |
| Hex | CE | 47 | D2 | 2 | 42 | 0 | 12 | 12A | 3D | 37 |
| Octal | 316 | 107 | 322 | 2 | 102 | 0 | 22 | 452 | 75 | 67 |
| Binary | 11001110 | 1000111 | 11010010 | 10 | 1000010 | 0 | 10010 | 100101010 | 111101 | 110111 |
Color Harmonies of #CE47D2
Complementary color
Monochromatic Colors of #CE47D2
Black with #CE47D2
Text Example
Text Example
White with #CE47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47D2; }
p { color: rgb(206,71,210); }
H1.HeaderClassName
{
color: #CE47D2;
}
.AnyTagClassName
{
color: #CE47D2;
}
</style>
background-color css
<style>
a { background-color: #CE47D2; }
a { background-color: rgb(206,71,210); }
div.DivClassName
{
background-color: #CE47D2;
}
.BgClassName
{
background-color: #CE47D2;
}
</style>
border-color css
<style>
span { border-color: #CE47D2; }
span { border-color: rgb(206,71,210); }
td.TdClassName
{
border-color: #CE47D2;
}
.TagClassName
{
border-color: #CE47D2;
}
</style>