Shades of Fuchsia #CE66AF
Tints of Fuchsia #CE66AF
RGB
CMYK
RGB Variations
Color information
#CE66AF (or 0xCE66AF) is known color: Fuchsia. HEX triplet: CE, 66 and AF. RGB value is (206,102,175). Sum of RGB (Red+Green+Blue) = 206+102+175=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66AF is #319950. Grayscale: #8D8D8D. Windows color (decimal): -3250513 or 11495118. OLE color: 11495118.
HSL color Cylindrical-coordinate representation of color #CE66AF: hue angle of 317.88º 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 #CE66AF is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 175 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.19 |
| HSL | 317.88º | 0.51% | 0.6% | - |
| HSV(B) | 317.88º | 0.5% | 0.81% | - |
| XYZ | 37.94 | 25.72 | 43.52 | - |
| YUV | 141.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 175 | 0 | 0.50 | 0.15 | 0.19 | 317.88 | 0.51 | 0.6 |
| Hex | CE | 66 | AF | 0 | 32 | F | 13 | 13E | 33 | 3C |
| Octal | 316 | 146 | 257 | 0 | 62 | 17 | 23 | 476 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10101111 | 0 | 110010 | 1111 | 10011 | 100111110 | 110011 | 111100 |
Color Harmonies of #CE66AF
Complementary color
Monochromatic Colors of #CE66AF
Black with #CE66AF
Text Example
Text Example
White with #CE66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66AF; }
p { color: rgb(206,102,175); }
H1.HeaderClassName
{
color: #CE66AF;
}
.AnyTagClassName
{
color: #CE66AF;
}
</style>
background-color css
<style>
a { background-color: #CE66AF; }
a { background-color: rgb(206,102,175); }
div.DivClassName
{
background-color: #CE66AF;
}
.BgClassName
{
background-color: #CE66AF;
}
</style>
border-color css
<style>
span { border-color: #CE66AF; }
span { border-color: rgb(206,102,175); }
td.TdClassName
{
border-color: #CE66AF;
}
.TagClassName
{
border-color: #CE66AF;
}
</style>