Shades of Fuchsia #CE46B2
Tints of Fuchsia #CE46B2
RGB
CMYK
RGB Variations
Color information
#CE46B2 (or 0xCE46B2) is known color: Fuchsia. HEX triplet: CE, 46 and B2. RGB value is (206,70,178). Sum of RGB (Red+Green+Blue) = 206+70+178=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46B2 is #31B94D. Grayscale: #7A7A7A. Windows color (decimal): -3258702 or 11683534. OLE color: 11683534.
HSL color Cylindrical-coordinate representation of color #CE46B2: hue angle of 312.35º 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 #CE46B2 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 178 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.19 |
| HSL | 312.35º | 0.58% | 0.54% | - |
| HSV(B) | 312.35º | 0.66% | 0.81% | - |
| XYZ | 35.68 | 20.72 | 44.24 | - |
| YUV | 122.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 178 | 0 | 0.66 | 0.14 | 0.19 | 312.35 | 0.58 | 0.54 |
| Hex | CE | 46 | B2 | 0 | 42 | E | 13 | 138 | 3A | 36 |
| Octal | 316 | 106 | 262 | 0 | 102 | 16 | 23 | 470 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10110010 | 0 | 1000010 | 1110 | 10011 | 100111000 | 111010 | 110110 |
Color Harmonies of #CE46B2
Complementary color
Monochromatic Colors of #CE46B2
Black with #CE46B2
Text Example
Text Example
White with #CE46B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46B2; }
p { color: rgb(206,70,178); }
H1.HeaderClassName
{
color: #CE46B2;
}
.AnyTagClassName
{
color: #CE46B2;
}
</style>
background-color css
<style>
a { background-color: #CE46B2; }
a { background-color: rgb(206,70,178); }
div.DivClassName
{
background-color: #CE46B2;
}
.BgClassName
{
background-color: #CE46B2;
}
</style>
border-color css
<style>
span { border-color: #CE46B2; }
span { border-color: rgb(206,70,178); }
td.TdClassName
{
border-color: #CE46B2;
}
.TagClassName
{
border-color: #CE46B2;
}
</style>