Shades of Fuchsia #CE60BA
Tints of Fuchsia #CE60BA
RGB
CMYK
RGB Variations
Color information
#CE60BA (or 0xCE60BA) is known color: Fuchsia. HEX triplet: CE, 60 and BA. RGB value is (206,96,186). Sum of RGB (Red+Green+Blue) = 206+96+186=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60BA is #319F45. Grayscale: #8A8A8A. Windows color (decimal): -3252038 or 12214478. OLE color: 12214478.
HSL color Cylindrical-coordinate representation of color #CE60BA: hue angle of 310.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE60BA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 186 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.19 |
| HSL | 310.91º | 0.53% | 0.59% | - |
| HSV(B) | 310.91º | 0.53% | 0.81% | - |
| XYZ | 38.5 | 25.03 | 49.26 | - |
| YUV | 139.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 186 | 0 | 0.53 | 0.10 | 0.19 | 310.91 | 0.53 | 0.59 |
| Hex | CE | 60 | BA | 0 | 35 | A | 13 | 137 | 35 | 3B |
| Octal | 316 | 140 | 272 | 0 | 65 | 12 | 23 | 467 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10111010 | 0 | 110101 | 1010 | 10011 | 100110111 | 110101 | 111011 |
Color Harmonies of #CE60BA
Complementary color
Monochromatic Colors of #CE60BA
Black with #CE60BA
Text Example
Text Example
White with #CE60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60BA; }
p { color: rgb(206,96,186); }
H1.HeaderClassName
{
color: #CE60BA;
}
.AnyTagClassName
{
color: #CE60BA;
}
</style>
background-color css
<style>
a { background-color: #CE60BA; }
a { background-color: rgb(206,96,186); }
div.DivClassName
{
background-color: #CE60BA;
}
.BgClassName
{
background-color: #CE60BA;
}
</style>
border-color css
<style>
span { border-color: #CE60BA; }
span { border-color: rgb(206,96,186); }
td.TdClassName
{
border-color: #CE60BA;
}
.TagClassName
{
border-color: #CE60BA;
}
</style>