Shades of Fuchsia #CE64AF
Tints of Fuchsia #CE64AF
RGB
CMYK
RGB Variations
Color information
#CE64AF (or 0xCE64AF) is known color: Fuchsia. HEX triplet: CE, 64 and AF. RGB value is (206,100,175). Sum of RGB (Red+Green+Blue) = 206+100+175=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE64AF is #319B50. Grayscale: #8C8C8C. Windows color (decimal): -3251025 or 11494606. OLE color: 11494606.
HSL color Cylindrical-coordinate representation of color #CE64AF: hue angle of 317.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64AF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 175 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.19 |
| HSL | 317.55º | 0.52% | 0.6% | - |
| HSV(B) | 317.55º | 0.51% | 0.81% | - |
| XYZ | 37.75 | 25.33 | 43.46 | - |
| YUV | 140.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 175 | 0 | 0.51 | 0.15 | 0.19 | 317.55 | 0.52 | 0.6 |
| Hex | CE | 64 | AF | 0 | 33 | F | 13 | 13E | 34 | 3C |
| Octal | 316 | 144 | 257 | 0 | 63 | 17 | 23 | 476 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10101111 | 0 | 110011 | 1111 | 10011 | 100111110 | 110100 | 111100 |
Color Harmonies of #CE64AF
Complementary color
Monochromatic Colors of #CE64AF
Black with #CE64AF
Text Example
Text Example
White with #CE64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64AF; }
p { color: rgb(206,100,175); }
H1.HeaderClassName
{
color: #CE64AF;
}
.AnyTagClassName
{
color: #CE64AF;
}
</style>
background-color css
<style>
a { background-color: #CE64AF; }
a { background-color: rgb(206,100,175); }
div.DivClassName
{
background-color: #CE64AF;
}
.BgClassName
{
background-color: #CE64AF;
}
</style>
border-color css
<style>
span { border-color: #CE64AF; }
span { border-color: rgb(206,100,175); }
td.TdClassName
{
border-color: #CE64AF;
}
.TagClassName
{
border-color: #CE64AF;
}
</style>