Shades of Fuchsia #C94FAC
Tints of Fuchsia #C94FAC
RGB
CMYK
RGB Variations
Color information
#C94FAC (or 0xC94FAC) is known color: Fuchsia. HEX triplet: C9, 4F and AC. RGB value is (201,79,172). Sum of RGB (Red+Green+Blue) = 201+79+172=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94FAC is #36B053. Grayscale: #7D7D7D. Windows color (decimal): -3584084 or 11292617. OLE color: 11292617.
HSL color Cylindrical-coordinate representation of color #C94FAC: hue angle of 314.26º 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 #C94FAC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 172 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.21 |
| HSL | 314.26º | 0.53% | 0.55% | - |
| HSV(B) | 314.26º | 0.61% | 0.79% | - |
| XYZ | 34.33 | 20.99 | 41.27 | - |
| YUV | 126.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 172 | 0 | 0.61 | 0.14 | 0.21 | 314.26 | 0.53 | 0.55 |
| Hex | C9 | 4F | AC | 0 | 3D | E | 15 | 13A | 35 | 37 |
| Octal | 311 | 117 | 254 | 0 | 75 | 16 | 25 | 472 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10101100 | 0 | 111101 | 1110 | 10101 | 100111010 | 110101 | 110111 |
Color Harmonies of #C94FAC
Complementary color
Monochromatic Colors of #C94FAC
Black with #C94FAC
Text Example
Text Example
White with #C94FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FAC; }
p { color: rgb(201,79,172); }
H1.HeaderClassName
{
color: #C94FAC;
}
.AnyTagClassName
{
color: #C94FAC;
}
</style>
background-color css
<style>
a { background-color: #C94FAC; }
a { background-color: rgb(201,79,172); }
div.DivClassName
{
background-color: #C94FAC;
}
.BgClassName
{
background-color: #C94FAC;
}
</style>
border-color css
<style>
span { border-color: #C94FAC; }
span { border-color: rgb(201,79,172); }
td.TdClassName
{
border-color: #C94FAC;
}
.TagClassName
{
border-color: #C94FAC;
}
</style>