Shades of Fuchsia #CE4EB2
Tints of Fuchsia #CE4EB2
RGB
CMYK
RGB Variations
Color information
#CE4EB2 (or 0xCE4EB2) is known color: Fuchsia. HEX triplet: CE, 4E and B2. RGB value is (206,78,178). Sum of RGB (Red+Green+Blue) = 206+78+178=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EB2 is #31B14D. Grayscale: #7F7F7F. Windows color (decimal): -3256654 or 11685582. OLE color: 11685582.
HSL color Cylindrical-coordinate representation of color #CE4EB2: hue angle of 313.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4EB2 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 178 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.19 |
| HSL | 313.13º | 0.57% | 0.56% | - |
| HSV(B) | 313.13º | 0.62% | 0.81% | - |
| XYZ | 36.21 | 21.78 | 44.42 | - |
| YUV | 127.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 178 | 0 | 0.62 | 0.14 | 0.19 | 313.13 | 0.57 | 0.56 |
| Hex | CE | 4E | B2 | 0 | 3E | E | 13 | 139 | 39 | 38 |
| Octal | 316 | 116 | 262 | 0 | 76 | 16 | 23 | 471 | 71 | 70 |
| Binary | 11001110 | 1001110 | 10110010 | 0 | 111110 | 1110 | 10011 | 100111001 | 111001 | 111000 |
Color Harmonies of #CE4EB2
Complementary color
Monochromatic Colors of #CE4EB2
Black with #CE4EB2
Text Example
Text Example
White with #CE4EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EB2; }
p { color: rgb(206,78,178); }
H1.HeaderClassName
{
color: #CE4EB2;
}
.AnyTagClassName
{
color: #CE4EB2;
}
</style>
background-color css
<style>
a { background-color: #CE4EB2; }
a { background-color: rgb(206,78,178); }
div.DivClassName
{
background-color: #CE4EB2;
}
.BgClassName
{
background-color: #CE4EB2;
}
</style>
border-color css
<style>
span { border-color: #CE4EB2; }
span { border-color: rgb(206,78,178); }
td.TdClassName
{
border-color: #CE4EB2;
}
.TagClassName
{
border-color: #CE4EB2;
}
</style>