Shades of Fuchsia #C04FAC
Tints of Fuchsia #C04FAC
RGB
CMYK
RGB Variations
Color information
#C04FAC (or 0xC04FAC) is known color: Fuchsia. HEX triplet: C0, 4F and AC. RGB value is (192,79,172). Sum of RGB (Red+Green+Blue) = 192+79+172=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FAC is #3FB053. Grayscale: #7B7B7B. Windows color (decimal): -4173908 or 11292608. OLE color: 11292608.
HSL color Cylindrical-coordinate representation of color #C04FAC: hue angle of 310.62º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FAC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 172 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.25 |
| HSL | 310.62º | 0.47% | 0.53% | - |
| HSV(B) | 310.62º | 0.59% | 0.75% | - |
| XYZ | 31.98 | 19.78 | 41.16 | - |
| YUV | 123.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 172 | 0 | 0.59 | 0.10 | 0.25 | 310.62 | 0.47 | 0.53 |
| Hex | C0 | 4F | AC | 0 | 3B | A | 19 | 137 | 2F | 35 |
| Octal | 300 | 117 | 254 | 0 | 73 | 12 | 31 | 467 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10101100 | 0 | 111011 | 1010 | 11001 | 100110111 | 101111 | 110101 |
Color Harmonies of #C04FAC
Complementary color
Monochromatic Colors of #C04FAC
Black with #C04FAC
Text Example
Text Example
White with #C04FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FAC; }
p { color: rgb(192,79,172); }
H1.HeaderClassName
{
color: #C04FAC;
}
.AnyTagClassName
{
color: #C04FAC;
}
</style>
background-color css
<style>
a { background-color: #C04FAC; }
a { background-color: rgb(192,79,172); }
div.DivClassName
{
background-color: #C04FAC;
}
.BgClassName
{
background-color: #C04FAC;
}
</style>
border-color css
<style>
span { border-color: #C04FAC; }
span { border-color: rgb(192,79,172); }
td.TdClassName
{
border-color: #C04FAC;
}
.TagClassName
{
border-color: #C04FAC;
}
</style>