Shades of Fuchsia #CE66BA
Tints of Fuchsia #CE66BA
RGB
CMYK
RGB Variations
Color information
#CE66BA (or 0xCE66BA) is known color: Fuchsia. HEX triplet: CE, 66 and BA. RGB value is (206,102,186). Sum of RGB (Red+Green+Blue) = 206+102+186=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66BA is #319945. Grayscale: #8E8E8E. Windows color (decimal): -3250502 or 12216014. OLE color: 12216014.
HSL color Cylindrical-coordinate representation of color #CE66BA: hue angle of 311.54º 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 #CE66BA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 186 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.19 |
| HSL | 311.54º | 0.51% | 0.6% | - |
| HSV(B) | 311.54º | 0.5% | 0.81% | - |
| XYZ | 39.07 | 26.17 | 49.45 | - |
| YUV | 142.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 186 | 0 | 0.50 | 0.10 | 0.19 | 311.54 | 0.51 | 0.6 |
| Hex | CE | 66 | BA | 0 | 32 | A | 13 | 138 | 33 | 3C |
| Octal | 316 | 146 | 272 | 0 | 62 | 12 | 23 | 470 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10111010 | 0 | 110010 | 1010 | 10011 | 100111000 | 110011 | 111100 |
Color Harmonies of #CE66BA
Complementary color
Monochromatic Colors of #CE66BA
Black with #CE66BA
Text Example
Text Example
White with #CE66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66BA; }
p { color: rgb(206,102,186); }
H1.HeaderClassName
{
color: #CE66BA;
}
.AnyTagClassName
{
color: #CE66BA;
}
</style>
background-color css
<style>
a { background-color: #CE66BA; }
a { background-color: rgb(206,102,186); }
div.DivClassName
{
background-color: #CE66BA;
}
.BgClassName
{
background-color: #CE66BA;
}
</style>
border-color css
<style>
span { border-color: #CE66BA; }
span { border-color: rgb(206,102,186); }
td.TdClassName
{
border-color: #CE66BA;
}
.TagClassName
{
border-color: #CE66BA;
}
</style>