Shades of Fuchsia #CE4FAB
Tints of Fuchsia #CE4FAB
RGB
CMYK
RGB Variations
Color information
#CE4FAB (or 0xCE4FAB) is known color: Fuchsia. HEX triplet: CE, 4F and AB. RGB value is (206,79,171). Sum of RGB (Red+Green+Blue) = 206+79+171=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4FAB is #31B054. Grayscale: #7F7F7F. Windows color (decimal): -3256405 or 11227086. OLE color: 11227086.
HSL color Cylindrical-coordinate representation of color #CE4FAB: hue angle of 316.54º 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 #CE4FAB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 171 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.19 |
| HSL | 316.54º | 0.56% | 0.56% | - |
| HSV(B) | 316.54º | 0.62% | 0.81% | - |
| XYZ | 35.6 | 21.65 | 40.83 | - |
| YUV | 127.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 171 | 0 | 0.62 | 0.17 | 0.19 | 316.54 | 0.56 | 0.56 |
| Hex | CE | 4F | AB | 0 | 3E | 11 | 13 | 13D | 38 | 38 |
| Octal | 316 | 117 | 253 | 0 | 76 | 21 | 23 | 475 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10101011 | 0 | 111110 | 10001 | 10011 | 100111101 | 111000 | 111000 |
Color Harmonies of #CE4FAB
Complementary color
Monochromatic Colors of #CE4FAB
Black with #CE4FAB
Text Example
Text Example
White with #CE4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FAB; }
p { color: rgb(206,79,171); }
H1.HeaderClassName
{
color: #CE4FAB;
}
.AnyTagClassName
{
color: #CE4FAB;
}
</style>
background-color css
<style>
a { background-color: #CE4FAB; }
a { background-color: rgb(206,79,171); }
div.DivClassName
{
background-color: #CE4FAB;
}
.BgClassName
{
background-color: #CE4FAB;
}
</style>
border-color css
<style>
span { border-color: #CE4FAB; }
span { border-color: rgb(206,79,171); }
td.TdClassName
{
border-color: #CE4FAB;
}
.TagClassName
{
border-color: #CE4FAB;
}
</style>