Shades of Fuchsia #CE4FAC
Tints of Fuchsia #CE4FAC
RGB
CMYK
RGB Variations
Color information
#CE4FAC (or 0xCE4FAC) is known color: Fuchsia. HEX triplet: CE, 4F and AC. RGB value is (206,79,172). Sum of RGB (Red+Green+Blue) = 206+79+172=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4FAC is #31B053. Grayscale: #7F7F7F. Windows color (decimal): -3256404 or 11292622. OLE color: 11292622.
HSL color Cylindrical-coordinate representation of color #CE4FAC: hue angle of 316.06º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FAC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 172 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.19 |
| HSL | 316.06º | 0.56% | 0.56% | - |
| HSV(B) | 316.06º | 0.62% | 0.81% | - |
| XYZ | 35.7 | 21.69 | 41.34 | - |
| YUV | 127.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 172 | 0 | 0.62 | 0.17 | 0.19 | 316.06 | 0.56 | 0.56 |
| Hex | CE | 4F | AC | 0 | 3E | 11 | 13 | 13C | 38 | 38 |
| Octal | 316 | 117 | 254 | 0 | 76 | 21 | 23 | 474 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10101100 | 0 | 111110 | 10001 | 10011 | 100111100 | 111000 | 111000 |
Color Harmonies of #CE4FAC
Complementary color
Monochromatic Colors of #CE4FAC
Black with #CE4FAC
Text Example
Text Example
White with #CE4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FAC; }
p { color: rgb(206,79,172); }
H1.HeaderClassName
{
color: #CE4FAC;
}
.AnyTagClassName
{
color: #CE4FAC;
}
</style>
background-color css
<style>
a { background-color: #CE4FAC; }
a { background-color: rgb(206,79,172); }
div.DivClassName
{
background-color: #CE4FAC;
}
.BgClassName
{
background-color: #CE4FAC;
}
</style>
border-color css
<style>
span { border-color: #CE4FAC; }
span { border-color: rgb(206,79,172); }
td.TdClassName
{
border-color: #CE4FAC;
}
.TagClassName
{
border-color: #CE4FAC;
}
</style>