Shades of Fuchsia #C94EAC
Tints of Fuchsia #C94EAC
RGB
CMYK
RGB Variations
Color information
#C94EAC (or 0xC94EAC) is known color: Fuchsia. HEX triplet: C9, 4E and AC. RGB value is (201,78,172). Sum of RGB (Red+Green+Blue) = 201+78+172=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EAC is #36B153. Grayscale: #7D7D7D. Windows color (decimal): -3584340 or 11292361. OLE color: 11292361.
HSL color Cylindrical-coordinate representation of color #C94EAC: hue angle of 314.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94EAC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 172 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.21 |
| HSL | 314.15º | 0.53% | 0.55% | - |
| HSV(B) | 314.15º | 0.61% | 0.79% | - |
| XYZ | 34.26 | 20.84 | 41.25 | - |
| YUV | 125.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 172 | 0 | 0.61 | 0.14 | 0.21 | 314.15 | 0.53 | 0.55 |
| Hex | C9 | 4E | AC | 0 | 3D | E | 15 | 13A | 35 | 37 |
| Octal | 311 | 116 | 254 | 0 | 75 | 16 | 25 | 472 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10101100 | 0 | 111101 | 1110 | 10101 | 100111010 | 110101 | 110111 |
Color Harmonies of #C94EAC
Complementary color
Monochromatic Colors of #C94EAC
Black with #C94EAC
Text Example
Text Example
White with #C94EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EAC; }
p { color: rgb(201,78,172); }
H1.HeaderClassName
{
color: #C94EAC;
}
.AnyTagClassName
{
color: #C94EAC;
}
</style>
background-color css
<style>
a { background-color: #C94EAC; }
a { background-color: rgb(201,78,172); }
div.DivClassName
{
background-color: #C94EAC;
}
.BgClassName
{
background-color: #C94EAC;
}
</style>
border-color css
<style>
span { border-color: #C94EAC; }
span { border-color: rgb(201,78,172); }
td.TdClassName
{
border-color: #C94EAC;
}
.TagClassName
{
border-color: #C94EAC;
}
</style>