Shades of Fuchsia #CE46B7
Tints of Fuchsia #CE46B7
RGB
CMYK
RGB Variations
Color information
#CE46B7 (or 0xCE46B7) is known color: Fuchsia. HEX triplet: CE, 46 and B7. RGB value is (206,70,183). Sum of RGB (Red+Green+Blue) = 206+70+183=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46B7 is #31B948. Grayscale: #7B7B7B. Windows color (decimal): -3258697 or 12011214. OLE color: 12011214.
HSL color Cylindrical-coordinate representation of color #CE46B7: hue angle of 310.15º 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 #CE46B7 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 183 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.19 |
| HSL | 310.15º | 0.58% | 0.54% | - |
| HSV(B) | 310.15º | 0.66% | 0.81% | - |
| XYZ | 36.19 | 20.92 | 46.93 | - |
| YUV | 123.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 183 | 0 | 0.66 | 0.11 | 0.19 | 310.15 | 0.58 | 0.54 |
| Hex | CE | 46 | B7 | 0 | 42 | B | 13 | 136 | 3A | 36 |
| Octal | 316 | 106 | 267 | 0 | 102 | 13 | 23 | 466 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10110111 | 0 | 1000010 | 1011 | 10011 | 100110110 | 111010 | 110110 |
Color Harmonies of #CE46B7
Complementary color
Monochromatic Colors of #CE46B7
Black with #CE46B7
Text Example
Text Example
White with #CE46B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46B7; }
p { color: rgb(206,70,183); }
H1.HeaderClassName
{
color: #CE46B7;
}
.AnyTagClassName
{
color: #CE46B7;
}
</style>
background-color css
<style>
a { background-color: #CE46B7; }
a { background-color: rgb(206,70,183); }
div.DivClassName
{
background-color: #CE46B7;
}
.BgClassName
{
background-color: #CE46B7;
}
</style>
border-color css
<style>
span { border-color: #CE46B7; }
span { border-color: rgb(206,70,183); }
td.TdClassName
{
border-color: #CE46B7;
}
.TagClassName
{
border-color: #CE46B7;
}
</style>