Shades of Fuchsia #CE66B3
Tints of Fuchsia #CE66B3
RGB
CMYK
RGB Variations
Color information
#CE66B3 (or 0xCE66B3) is known color: Fuchsia. HEX triplet: CE, 66 and B3. RGB value is (206,102,179). Sum of RGB (Red+Green+Blue) = 206+102+179=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66B3 is #31994C. Grayscale: #8D8D8D. Windows color (decimal): -3250509 or 11757262. OLE color: 11757262.
HSL color Cylindrical-coordinate representation of color #CE66B3: hue angle of 315.58º 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 #CE66B3 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 179 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.19 |
| HSL | 315.58º | 0.51% | 0.6% | - |
| HSV(B) | 315.58º | 0.5% | 0.81% | - |
| XYZ | 38.34 | 25.88 | 45.62 | - |
| YUV | 141.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 179 | 0 | 0.50 | 0.13 | 0.19 | 315.58 | 0.51 | 0.6 |
| Hex | CE | 66 | B3 | 0 | 32 | D | 13 | 13C | 33 | 3C |
| Octal | 316 | 146 | 263 | 0 | 62 | 15 | 23 | 474 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10110011 | 0 | 110010 | 1101 | 10011 | 100111100 | 110011 | 111100 |
Color Harmonies of #CE66B3
Complementary color
Monochromatic Colors of #CE66B3
Black with #CE66B3
Text Example
Text Example
White with #CE66B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66B3; }
p { color: rgb(206,102,179); }
H1.HeaderClassName
{
color: #CE66B3;
}
.AnyTagClassName
{
color: #CE66B3;
}
</style>
background-color css
<style>
a { background-color: #CE66B3; }
a { background-color: rgb(206,102,179); }
div.DivClassName
{
background-color: #CE66B3;
}
.BgClassName
{
background-color: #CE66B3;
}
</style>
border-color css
<style>
span { border-color: #CE66B3; }
span { border-color: rgb(206,102,179); }
td.TdClassName
{
border-color: #CE66B3;
}
.TagClassName
{
border-color: #CE66B3;
}
</style>