Shades of Fuchsia #C04FC5
Tints of Fuchsia #C04FC5
RGB
CMYK
RGB Variations
Color information
#C04FC5 (or 0xC04FC5) is known color: Fuchsia. HEX triplet: C0, 4F and C5. RGB value is (192,79,197). Sum of RGB (Red+Green+Blue) = 192+79+197=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #C04FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FC5 is #3FB03A. Grayscale: #7D7D7D. Windows color (decimal): -4173883 or 12931008. OLE color: 12931008.
HSL color Cylindrical-coordinate representation of color #C04FC5: hue angle of 297.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04FC5 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 79 | 197 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.23 |
| HSL | 297.46º | 0.5% | 0.54% | - |
| HSV(B) | 297.46º | 0.6% | 0.77% | - |
| XYZ | 34.61 | 20.83 | 55.02 | - |
| YUV | 126.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 197 | 0.03 | 0.60 | 0 | 0.23 | 297.46 | 0.5 | 0.54 |
| Hex | C0 | 4F | C5 | 3 | 3C | 0 | 17 | 129 | 32 | 36 |
| Octal | 300 | 117 | 305 | 3 | 74 | 0 | 27 | 451 | 62 | 66 |
| Binary | 11000000 | 1001111 | 11000101 | 11 | 111100 | 0 | 10111 | 100101001 | 110010 | 110110 |
Color Harmonies of #C04FC5
Complementary color
Monochromatic Colors of #C04FC5
Black with #C04FC5
Text Example
Text Example
White with #C04FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FC5; }
p { color: rgb(192,79,197); }
H1.HeaderClassName
{
color: #C04FC5;
}
.AnyTagClassName
{
color: #C04FC5;
}
</style>
background-color css
<style>
a { background-color: #C04FC5; }
a { background-color: rgb(192,79,197); }
div.DivClassName
{
background-color: #C04FC5;
}
.BgClassName
{
background-color: #C04FC5;
}
</style>
border-color css
<style>
span { border-color: #C04FC5; }
span { border-color: rgb(192,79,197); }
td.TdClassName
{
border-color: #C04FC5;
}
.TagClassName
{
border-color: #C04FC5;
}
</style>