Shades of Fuchsia #C54FC1
Tints of Fuchsia #C54FC1
RGB
CMYK
RGB Variations
Color information
#C54FC1 (or 0xC54FC1) is known color: Fuchsia. HEX triplet: C5, 4F and C1. RGB value is (197,79,193). Sum of RGB (Red+Green+Blue) = 197+79+193=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FC1 is #3AB03E. Grayscale: #7E7E7E. Windows color (decimal): -3846207 or 12668869. OLE color: 12668869.
HSL color Cylindrical-coordinate representation of color #C54FC1: hue angle of 302.03º 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 #C54FC1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 193 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.23 |
| HSL | 302.03º | 0.5% | 0.54% | - |
| HSV(B) | 302.03º | 0.6% | 0.77% | - |
| XYZ | 35.45 | 21.31 | 52.7 | - |
| YUV | 127.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 193 | 0 | 0.60 | 0.02 | 0.23 | 302.03 | 0.5 | 0.54 |
| Hex | C5 | 4F | C1 | 0 | 3C | 2 | 17 | 12E | 32 | 36 |
| Octal | 305 | 117 | 301 | 0 | 74 | 2 | 27 | 456 | 62 | 66 |
| Binary | 11000101 | 1001111 | 11000001 | 0 | 111100 | 10 | 10111 | 100101110 | 110010 | 110110 |
Color Harmonies of #C54FC1
Complementary color
Monochromatic Colors of #C54FC1
Black with #C54FC1
Text Example
Text Example
White with #C54FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FC1; }
p { color: rgb(197,79,193); }
H1.HeaderClassName
{
color: #C54FC1;
}
.AnyTagClassName
{
color: #C54FC1;
}
</style>
background-color css
<style>
a { background-color: #C54FC1; }
a { background-color: rgb(197,79,193); }
div.DivClassName
{
background-color: #C54FC1;
}
.BgClassName
{
background-color: #C54FC1;
}
</style>
border-color css
<style>
span { border-color: #C54FC1; }
span { border-color: rgb(197,79,193); }
td.TdClassName
{
border-color: #C54FC1;
}
.TagClassName
{
border-color: #C54FC1;
}
</style>