Shades of Fuchsia #C54FC4
Tints of Fuchsia #C54FC4
RGB
CMYK
RGB Variations
Color information
#C54FC4 (or 0xC54FC4) is known color: Fuchsia. HEX triplet: C5, 4F and C4. RGB value is (197,79,196). Sum of RGB (Red+Green+Blue) = 197+79+196=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FC4 is #3AB03B. Grayscale: #7F7F7F. Windows color (decimal): -3846204 or 12865477. OLE color: 12865477.
HSL color Cylindrical-coordinate representation of color #C54FC4: hue angle of 300.51º 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 #C54FC4 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 196 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.23 |
| HSL | 300.51º | 0.5% | 0.54% | - |
| HSV(B) | 300.51º | 0.6% | 0.77% | - |
| XYZ | 35.79 | 21.45 | 54.48 | - |
| YUV | 127.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 196 | 0 | 0.60 | 0.01 | 0.23 | 300.51 | 0.5 | 0.54 |
| Hex | C5 | 4F | C4 | 0 | 3C | 1 | 17 | 12D | 32 | 36 |
| Octal | 305 | 117 | 304 | 0 | 74 | 1 | 27 | 455 | 62 | 66 |
| Binary | 11000101 | 1001111 | 11000100 | 0 | 111100 | 1 | 10111 | 100101101 | 110010 | 110110 |
Color Harmonies of #C54FC4
Complementary color
Monochromatic Colors of #C54FC4
Black with #C54FC4
Text Example
Text Example
White with #C54FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FC4; }
p { color: rgb(197,79,196); }
H1.HeaderClassName
{
color: #C54FC4;
}
.AnyTagClassName
{
color: #C54FC4;
}
</style>
background-color css
<style>
a { background-color: #C54FC4; }
a { background-color: rgb(197,79,196); }
div.DivClassName
{
background-color: #C54FC4;
}
.BgClassName
{
background-color: #C54FC4;
}
</style>
border-color css
<style>
span { border-color: #C54FC4; }
span { border-color: rgb(197,79,196); }
td.TdClassName
{
border-color: #C54FC4;
}
.TagClassName
{
border-color: #C54FC4;
}
</style>