Shades of Fuchsia #CE66B5
Tints of Fuchsia #CE66B5
RGB
CMYK
RGB Variations
Color information
#CE66B5 (or 0xCE66B5) is known color: Fuchsia. HEX triplet: CE, 66 and B5. RGB value is (206,102,181). Sum of RGB (Red+Green+Blue) = 206+102+181=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66B5 is #31994A. Grayscale: #8D8D8D. Windows color (decimal): -3250507 or 11888334. OLE color: 11888334.
HSL color Cylindrical-coordinate representation of color #CE66B5: hue angle of 314.42º 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 #CE66B5 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 181 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.19 |
| HSL | 314.42º | 0.51% | 0.6% | - |
| HSV(B) | 314.42º | 0.5% | 0.81% | - |
| XYZ | 38.55 | 25.96 | 46.7 | - |
| YUV | 142.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 181 | 0 | 0.50 | 0.12 | 0.19 | 314.42 | 0.51 | 0.6 |
| Hex | CE | 66 | B5 | 0 | 32 | C | 13 | 13A | 33 | 3C |
| Octal | 316 | 146 | 265 | 0 | 62 | 14 | 23 | 472 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10110101 | 0 | 110010 | 1100 | 10011 | 100111010 | 110011 | 111100 |
Color Harmonies of #CE66B5
Complementary color
Monochromatic Colors of #CE66B5
Black with #CE66B5
Text Example
Text Example
White with #CE66B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66B5; }
p { color: rgb(206,102,181); }
H1.HeaderClassName
{
color: #CE66B5;
}
.AnyTagClassName
{
color: #CE66B5;
}
</style>
background-color css
<style>
a { background-color: #CE66B5; }
a { background-color: rgb(206,102,181); }
div.DivClassName
{
background-color: #CE66B5;
}
.BgClassName
{
background-color: #CE66B5;
}
</style>
border-color css
<style>
span { border-color: #CE66B5; }
span { border-color: rgb(206,102,181); }
td.TdClassName
{
border-color: #CE66B5;
}
.TagClassName
{
border-color: #CE66B5;
}
</style>