Shades of Fuchsia #CE66B0
Tints of Fuchsia #CE66B0
RGB
CMYK
RGB Variations
Color information
#CE66B0 (or 0xCE66B0) is known color: Fuchsia. HEX triplet: CE, 66 and B0. RGB value is (206,102,176). Sum of RGB (Red+Green+Blue) = 206+102+176=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66B0 is #31994F. Grayscale: #8D8D8D. Windows color (decimal): -3250512 or 11560654. OLE color: 11560654.
HSL color Cylindrical-coordinate representation of color #CE66B0: hue angle of 317.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66B0 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 176 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.19 |
| HSL | 317.31º | 0.51% | 0.6% | - |
| HSV(B) | 317.31º | 0.5% | 0.81% | - |
| XYZ | 38.04 | 25.76 | 44.04 | - |
| YUV | 141.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 176 | 0 | 0.50 | 0.15 | 0.19 | 317.31 | 0.51 | 0.6 |
| Hex | CE | 66 | B0 | 0 | 32 | F | 13 | 13D | 33 | 3C |
| Octal | 316 | 146 | 260 | 0 | 62 | 17 | 23 | 475 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10110000 | 0 | 110010 | 1111 | 10011 | 100111101 | 110011 | 111100 |
Color Harmonies of #CE66B0
Complementary color
Monochromatic Colors of #CE66B0
Black with #CE66B0
Text Example
Text Example
White with #CE66B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66B0; }
p { color: rgb(206,102,176); }
H1.HeaderClassName
{
color: #CE66B0;
}
.AnyTagClassName
{
color: #CE66B0;
}
</style>
background-color css
<style>
a { background-color: #CE66B0; }
a { background-color: rgb(206,102,176); }
div.DivClassName
{
background-color: #CE66B0;
}
.BgClassName
{
background-color: #CE66B0;
}
</style>
border-color css
<style>
span { border-color: #CE66B0; }
span { border-color: rgb(206,102,176); }
td.TdClassName
{
border-color: #CE66B0;
}
.TagClassName
{
border-color: #CE66B0;
}
</style>