Shades of Fuchsia #CE49BA
Tints of Fuchsia #CE49BA
RGB
CMYK
RGB Variations
Color information
#CE49BA (or 0xCE49BA) is known color: Fuchsia. HEX triplet: CE, 49 and BA. RGB value is (206,73,186). Sum of RGB (Red+Green+Blue) = 206+73+186=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49BA is #31B645. Grayscale: #7D7D7D. Windows color (decimal): -3257926 or 12208590. OLE color: 12208590.
HSL color Cylindrical-coordinate representation of color #CE49BA: hue angle of 309.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE49BA is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 186 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.19 |
| HSL | 309.02º | 0.58% | 0.55% | - |
| HSV(B) | 309.02º | 0.65% | 0.81% | - |
| XYZ | 36.7 | 21.43 | 48.66 | - |
| YUV | 125.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 186 | 0 | 0.65 | 0.10 | 0.19 | 309.02 | 0.58 | 0.55 |
| Hex | CE | 49 | BA | 0 | 41 | A | 13 | 135 | 3A | 37 |
| Octal | 316 | 111 | 272 | 0 | 101 | 12 | 23 | 465 | 72 | 67 |
| Binary | 11001110 | 1001001 | 10111010 | 0 | 1000001 | 1010 | 10011 | 100110101 | 111010 | 110111 |
Color Harmonies of #CE49BA
Complementary color
Monochromatic Colors of #CE49BA
Black with #CE49BA
Text Example
Text Example
White with #CE49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49BA; }
p { color: rgb(206,73,186); }
H1.HeaderClassName
{
color: #CE49BA;
}
.AnyTagClassName
{
color: #CE49BA;
}
</style>
background-color css
<style>
a { background-color: #CE49BA; }
a { background-color: rgb(206,73,186); }
div.DivClassName
{
background-color: #CE49BA;
}
.BgClassName
{
background-color: #CE49BA;
}
</style>
border-color css
<style>
span { border-color: #CE49BA; }
span { border-color: rgb(206,73,186); }
td.TdClassName
{
border-color: #CE49BA;
}
.TagClassName
{
border-color: #CE49BA;
}
</style>