Shades of Fuchsia #CE66C0
Tints of Fuchsia #CE66C0
RGB
CMYK
RGB Variations
Color information
#CE66C0 (or 0xCE66C0) is known color: Fuchsia. HEX triplet: CE, 66 and C0. RGB value is (206,102,192). Sum of RGB (Red+Green+Blue) = 206+102+192=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66C0 is #31993F. Grayscale: #8F8F8F. Windows color (decimal): -3250496 or 12609230. OLE color: 12609230.
HSL color Cylindrical-coordinate representation of color #CE66C0: hue angle of 308.08º 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 #CE66C0 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 192 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.19 |
| HSL | 308.08º | 0.51% | 0.6% | - |
| HSV(B) | 308.08º | 0.5% | 0.81% | - |
| XYZ | 39.72 | 26.43 | 52.88 | - |
| YUV | 143.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 192 | 0 | 0.50 | 0.07 | 0.19 | 308.08 | 0.51 | 0.6 |
| Hex | CE | 66 | C0 | 0 | 32 | 7 | 13 | 134 | 33 | 3C |
| Octal | 316 | 146 | 300 | 0 | 62 | 7 | 23 | 464 | 63 | 74 |
| Binary | 11001110 | 1100110 | 11000000 | 0 | 110010 | 111 | 10011 | 100110100 | 110011 | 111100 |
Color Harmonies of #CE66C0
Complementary color
Monochromatic Colors of #CE66C0
Black with #CE66C0
Text Example
Text Example
White with #CE66C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66C0; }
p { color: rgb(206,102,192); }
H1.HeaderClassName
{
color: #CE66C0;
}
.AnyTagClassName
{
color: #CE66C0;
}
</style>
background-color css
<style>
a { background-color: #CE66C0; }
a { background-color: rgb(206,102,192); }
div.DivClassName
{
background-color: #CE66C0;
}
.BgClassName
{
background-color: #CE66C0;
}
</style>
border-color css
<style>
span { border-color: #CE66C0; }
span { border-color: rgb(206,102,192); }
td.TdClassName
{
border-color: #CE66C0;
}
.TagClassName
{
border-color: #CE66C0;
}
</style>