Shades of Fuchsia #C04FC6
Tints of Fuchsia #C04FC6
RGB
CMYK
RGB Variations
Color information
#C04FC6 (or 0xC04FC6) is known color: Fuchsia. HEX triplet: C0, 4F and C6. RGB value is (192,79,198). Sum of RGB (Red+Green+Blue) = 192+79+198=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #C04FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FC6 is #3FB039. Grayscale: #7D7D7D. Windows color (decimal): -4173882 or 12996544. OLE color: 12996544.
HSL color Cylindrical-coordinate representation of color #C04FC6: hue angle of 296.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04FC6 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 79 | 198 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.22 |
| HSL | 296.97º | 0.51% | 0.54% | - |
| HSV(B) | 296.97º | 0.6% | 0.78% | - |
| XYZ | 34.73 | 20.88 | 55.63 | - |
| YUV | 126.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 198 | 0.03 | 0.60 | 0 | 0.22 | 296.97 | 0.51 | 0.54 |
| Hex | C0 | 4F | C6 | 3 | 3C | 0 | 16 | 129 | 33 | 36 |
| Octal | 300 | 117 | 306 | 3 | 74 | 0 | 26 | 451 | 63 | 66 |
| Binary | 11000000 | 1001111 | 11000110 | 11 | 111100 | 0 | 10110 | 100101001 | 110011 | 110110 |
Color Harmonies of #C04FC6
Complementary color
Monochromatic Colors of #C04FC6
Black with #C04FC6
Text Example
Text Example
White with #C04FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FC6; }
p { color: rgb(192,79,198); }
H1.HeaderClassName
{
color: #C04FC6;
}
.AnyTagClassName
{
color: #C04FC6;
}
</style>
background-color css
<style>
a { background-color: #C04FC6; }
a { background-color: rgb(192,79,198); }
div.DivClassName
{
background-color: #C04FC6;
}
.BgClassName
{
background-color: #C04FC6;
}
</style>
border-color css
<style>
span { border-color: #C04FC6; }
span { border-color: rgb(192,79,198); }
td.TdClassName
{
border-color: #C04FC6;
}
.TagClassName
{
border-color: #C04FC6;
}
</style>