Shades of Fuchsia #C04FAA
Tints of Fuchsia #C04FAA
RGB
CMYK
RGB Variations
Color information
#C04FAA (or 0xC04FAA) is known color: Fuchsia. HEX triplet: C0, 4F and AA. RGB value is (192,79,170). Sum of RGB (Red+Green+Blue) = 192+79+170=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FAA is #3FB055. Grayscale: #7A7A7A. Windows color (decimal): -4173910 or 11161536. OLE color: 11161536.
HSL color Cylindrical-coordinate representation of color #C04FAA: hue angle of 311.68º 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 #C04FAA is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 170 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.25 |
| HSL | 311.68º | 0.47% | 0.53% | - |
| HSV(B) | 311.68º | 0.59% | 0.75% | - |
| XYZ | 31.79 | 19.7 | 40.16 | - |
| YUV | 123.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 170 | 0 | 0.59 | 0.11 | 0.25 | 311.68 | 0.47 | 0.53 |
| Hex | C0 | 4F | AA | 0 | 3B | B | 19 | 138 | 2F | 35 |
| Octal | 300 | 117 | 252 | 0 | 73 | 13 | 31 | 470 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10101010 | 0 | 111011 | 1011 | 11001 | 100111000 | 101111 | 110101 |
Color Harmonies of #C04FAA
Complementary color
Monochromatic Colors of #C04FAA
Black with #C04FAA
Text Example
Text Example
White with #C04FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FAA; }
p { color: rgb(192,79,170); }
H1.HeaderClassName
{
color: #C04FAA;
}
.AnyTagClassName
{
color: #C04FAA;
}
</style>
background-color css
<style>
a { background-color: #C04FAA; }
a { background-color: rgb(192,79,170); }
div.DivClassName
{
background-color: #C04FAA;
}
.BgClassName
{
background-color: #C04FAA;
}
</style>
border-color css
<style>
span { border-color: #C04FAA; }
span { border-color: rgb(192,79,170); }
td.TdClassName
{
border-color: #C04FAA;
}
.TagClassName
{
border-color: #C04FAA;
}
</style>