Shades of Fuchsia #C54FC6
Tints of Fuchsia #C54FC6
RGB
CMYK
RGB Variations
Color information
#C54FC6 (or 0xC54FC6) is known color: Fuchsia. HEX triplet: C5, 4F and C6. RGB value is (197,79,198). Sum of RGB (Red+Green+Blue) = 197+79+198=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FC6 is #3AB039. Grayscale: #7F7F7F. Windows color (decimal): -3846202 or 12996549. OLE color: 12996549.
HSL color Cylindrical-coordinate representation of color #C54FC6: hue angle of 299.5º 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 #C54FC6 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 79 | 198 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.22 |
| HSL | 299.5º | 0.51% | 0.54% | - |
| HSV(B) | 299.5º | 0.6% | 0.78% | - |
| XYZ | 36.01 | 21.54 | 55.69 | - |
| YUV | 127.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 198 | 0.01 | 0.60 | 0 | 0.22 | 299.5 | 0.51 | 0.54 |
| Hex | C5 | 4F | C6 | 1 | 3C | 0 | 16 | 12B | 33 | 36 |
| Octal | 305 | 117 | 306 | 1 | 74 | 0 | 26 | 453 | 63 | 66 |
| Binary | 11000101 | 1001111 | 11000110 | 1 | 111100 | 0 | 10110 | 100101011 | 110011 | 110110 |
Color Harmonies of #C54FC6
Complementary color
Monochromatic Colors of #C54FC6
Black with #C54FC6
Text Example
Text Example
White with #C54FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FC6; }
p { color: rgb(197,79,198); }
H1.HeaderClassName
{
color: #C54FC6;
}
.AnyTagClassName
{
color: #C54FC6;
}
</style>
background-color css
<style>
a { background-color: #C54FC6; }
a { background-color: rgb(197,79,198); }
div.DivClassName
{
background-color: #C54FC6;
}
.BgClassName
{
background-color: #C54FC6;
}
</style>
border-color css
<style>
span { border-color: #C54FC6; }
span { border-color: rgb(197,79,198); }
td.TdClassName
{
border-color: #C54FC6;
}
.TagClassName
{
border-color: #C54FC6;
}
</style>