Shades of Fuchsia #C95EAC
Tints of Fuchsia #C95EAC
RGB
CMYK
RGB Variations
Color information
#C95EAC (or 0xC95EAC) is known color: Fuchsia. HEX triplet: C9, 5E and AC. RGB value is (201,94,172). Sum of RGB (Red+Green+Blue) = 201+94+172=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EAC is #36A153. Grayscale: #868686. Windows color (decimal): -3580244 or 11296457. OLE color: 11296457.
HSL color Cylindrical-coordinate representation of color #C95EAC: hue angle of 316.26º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EAC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 172 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.21 |
| HSL | 316.26º | 0.5% | 0.58% | - |
| HSV(B) | 316.26º | 0.53% | 0.79% | - |
| XYZ | 35.54 | 23.4 | 41.67 | - |
| YUV | 134.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 172 | 0 | 0.53 | 0.14 | 0.21 | 316.26 | 0.5 | 0.58 |
| Hex | C9 | 5E | AC | 0 | 35 | E | 15 | 13C | 32 | 3A |
| Octal | 311 | 136 | 254 | 0 | 65 | 16 | 25 | 474 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10101100 | 0 | 110101 | 1110 | 10101 | 100111100 | 110010 | 111010 |
Color Harmonies of #C95EAC
Complementary color
Monochromatic Colors of #C95EAC
Black with #C95EAC
Text Example
Text Example
White with #C95EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EAC; }
p { color: rgb(201,94,172); }
H1.HeaderClassName
{
color: #C95EAC;
}
.AnyTagClassName
{
color: #C95EAC;
}
</style>
background-color css
<style>
a { background-color: #C95EAC; }
a { background-color: rgb(201,94,172); }
div.DivClassName
{
background-color: #C95EAC;
}
.BgClassName
{
background-color: #C95EAC;
}
</style>
border-color css
<style>
span { border-color: #C95EAC; }
span { border-color: rgb(201,94,172); }
td.TdClassName
{
border-color: #C95EAC;
}
.TagClassName
{
border-color: #C95EAC;
}
</style>