Shades of Fuchsia #CE5FAC
Tints of Fuchsia #CE5FAC
RGB
CMYK
RGB Variations
Color information
#CE5FAC (or 0xCE5FAC) is known color: Fuchsia. HEX triplet: CE, 5F and AC. RGB value is (206,95,172). Sum of RGB (Red+Green+Blue) = 206+95+172=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5FAC is #31A053. Grayscale: #888888. Windows color (decimal): -3252308 or 11296718. OLE color: 11296718.
HSL color Cylindrical-coordinate representation of color #CE5FAC: hue angle of 318.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FAC is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 172 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.19 |
| HSL | 318.38º | 0.53% | 0.59% | - |
| HSV(B) | 318.38º | 0.54% | 0.81% | - |
| XYZ | 36.99 | 24.28 | 41.77 | - |
| YUV | 136.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 172 | 0 | 0.54 | 0.17 | 0.19 | 318.38 | 0.53 | 0.59 |
| Hex | CE | 5F | AC | 0 | 36 | 11 | 13 | 13E | 35 | 3B |
| Octal | 316 | 137 | 254 | 0 | 66 | 21 | 23 | 476 | 65 | 73 |
| Binary | 11001110 | 1011111 | 10101100 | 0 | 110110 | 10001 | 10011 | 100111110 | 110101 | 111011 |
Color Harmonies of #CE5FAC
Complementary color
Monochromatic Colors of #CE5FAC
Black with #CE5FAC
Text Example
Text Example
White with #CE5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FAC; }
p { color: rgb(206,95,172); }
H1.HeaderClassName
{
color: #CE5FAC;
}
.AnyTagClassName
{
color: #CE5FAC;
}
</style>
background-color css
<style>
a { background-color: #CE5FAC; }
a { background-color: rgb(206,95,172); }
div.DivClassName
{
background-color: #CE5FAC;
}
.BgClassName
{
background-color: #CE5FAC;
}
</style>
border-color css
<style>
span { border-color: #CE5FAC; }
span { border-color: rgb(206,95,172); }
td.TdClassName
{
border-color: #CE5FAC;
}
.TagClassName
{
border-color: #CE5FAC;
}
</style>