Shades of Fuchsia #CE40BA
Tints of Fuchsia #CE40BA
RGB
CMYK
RGB Variations
Color information
#CE40BA (or 0xCE40BA) is known color: Fuchsia. HEX triplet: CE, 40 and BA. RGB value is (206,64,186). Sum of RGB (Red+Green+Blue) = 206+64+186=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40BA is #31BF45. Grayscale: #787878. Windows color (decimal): -3260230 or 12206286. OLE color: 12206286.
HSL color Cylindrical-coordinate representation of color #CE40BA: hue angle of 308.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40BA is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 186 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.19 |
| HSL | 308.45º | 0.59% | 0.53% | - |
| HSV(B) | 308.45º | 0.69% | 0.81% | - |
| XYZ | 36.15 | 20.33 | 48.47 | - |
| YUV | 120.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 186 | 0 | 0.69 | 0.10 | 0.19 | 308.45 | 0.59 | 0.53 |
| Hex | CE | 40 | BA | 0 | 45 | A | 13 | 134 | 3B | 35 |
| Octal | 316 | 100 | 272 | 0 | 105 | 12 | 23 | 464 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10111010 | 0 | 1000101 | 1010 | 10011 | 100110100 | 111011 | 110101 |
Color Harmonies of #CE40BA
Complementary color
Monochromatic Colors of #CE40BA
Black with #CE40BA
Text Example
Text Example
White with #CE40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40BA; }
p { color: rgb(206,64,186); }
H1.HeaderClassName
{
color: #CE40BA;
}
.AnyTagClassName
{
color: #CE40BA;
}
</style>
background-color css
<style>
a { background-color: #CE40BA; }
a { background-color: rgb(206,64,186); }
div.DivClassName
{
background-color: #CE40BA;
}
.BgClassName
{
background-color: #CE40BA;
}
</style>
border-color css
<style>
span { border-color: #CE40BA; }
span { border-color: rgb(206,64,186); }
td.TdClassName
{
border-color: #CE40BA;
}
.TagClassName
{
border-color: #CE40BA;
}
</style>