Shades of Fuchsia #CE66BD
Tints of Fuchsia #CE66BD
RGB
CMYK
RGB Variations
Color information
#CE66BD (or 0xCE66BD) is known color: Fuchsia. HEX triplet: CE, 66 and BD. RGB value is (206,102,189). Sum of RGB (Red+Green+Blue) = 206+102+189=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66BD is #319942. Grayscale: #8E8E8E. Windows color (decimal): -3250499 or 12412622. OLE color: 12412622.
HSL color Cylindrical-coordinate representation of color #CE66BD: hue angle of 309.81º 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 #CE66BD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 189 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.19 |
| HSL | 309.81º | 0.51% | 0.6% | - |
| HSV(B) | 309.81º | 0.5% | 0.81% | - |
| XYZ | 39.39 | 26.3 | 51.14 | - |
| YUV | 143.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 189 | 0 | 0.50 | 0.08 | 0.19 | 309.81 | 0.51 | 0.6 |
| Hex | CE | 66 | BD | 0 | 32 | 8 | 13 | 136 | 33 | 3C |
| Octal | 316 | 146 | 275 | 0 | 62 | 10 | 23 | 466 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10111101 | 0 | 110010 | 1000 | 10011 | 100110110 | 110011 | 111100 |
Color Harmonies of #CE66BD
Complementary color
Monochromatic Colors of #CE66BD
Black with #CE66BD
Text Example
Text Example
White with #CE66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66BD; }
p { color: rgb(206,102,189); }
H1.HeaderClassName
{
color: #CE66BD;
}
.AnyTagClassName
{
color: #CE66BD;
}
</style>
background-color css
<style>
a { background-color: #CE66BD; }
a { background-color: rgb(206,102,189); }
div.DivClassName
{
background-color: #CE66BD;
}
.BgClassName
{
background-color: #CE66BD;
}
</style>
border-color css
<style>
span { border-color: #CE66BD; }
span { border-color: rgb(206,102,189); }
td.TdClassName
{
border-color: #CE66BD;
}
.TagClassName
{
border-color: #CE66BD;
}
</style>