Shades of Fuchsia #C94CAC
Tints of Fuchsia #C94CAC
RGB
CMYK
RGB Variations
Color information
#C94CAC (or 0xC94CAC) is known color: Fuchsia. HEX triplet: C9, 4C and AC. RGB value is (201,76,172). Sum of RGB (Red+Green+Blue) = 201+76+172=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CAC is #36B353. Grayscale: #7C7C7C. Windows color (decimal): -3584852 or 11291849. OLE color: 11291849.
HSL color Cylindrical-coordinate representation of color #C94CAC: hue angle of 313.92º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94CAC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 172 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.21 |
| HSL | 313.92º | 0.54% | 0.54% | - |
| HSV(B) | 313.92º | 0.62% | 0.79% | - |
| XYZ | 34.12 | 20.56 | 41.2 | - |
| YUV | 124.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 172 | 0 | 0.62 | 0.14 | 0.21 | 313.92 | 0.54 | 0.54 |
| Hex | C9 | 4C | AC | 0 | 3E | E | 15 | 13A | 36 | 36 |
| Octal | 311 | 114 | 254 | 0 | 76 | 16 | 25 | 472 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10101100 | 0 | 111110 | 1110 | 10101 | 100111010 | 110110 | 110110 |
Color Harmonies of #C94CAC
Complementary color
Monochromatic Colors of #C94CAC
Black with #C94CAC
Text Example
Text Example
White with #C94CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CAC; }
p { color: rgb(201,76,172); }
H1.HeaderClassName
{
color: #C94CAC;
}
.AnyTagClassName
{
color: #C94CAC;
}
</style>
background-color css
<style>
a { background-color: #C94CAC; }
a { background-color: rgb(201,76,172); }
div.DivClassName
{
background-color: #C94CAC;
}
.BgClassName
{
background-color: #C94CAC;
}
</style>
border-color css
<style>
span { border-color: #C94CAC; }
span { border-color: rgb(201,76,172); }
td.TdClassName
{
border-color: #C94CAC;
}
.TagClassName
{
border-color: #C94CAC;
}
</style>