Shades of Fuchsia #C54EC8
Tints of Fuchsia #C54EC8
RGB
CMYK
RGB Variations
Color information
#C54EC8 (or 0xC54EC8) is known color: Fuchsia. HEX triplet: C5, 4E and C8. RGB value is (197,78,200). Sum of RGB (Red+Green+Blue) = 197+78+200=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #C54EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EC8 is #3AB137. Grayscale: #7F7F7F. Windows color (decimal): -3846456 or 13127365. OLE color: 13127365.
HSL color Cylindrical-coordinate representation of color #C54EC8: hue angle of 298.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54EC8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 78 | 200 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.22 |
| HSL | 298.52º | 0.53% | 0.55% | - |
| HSV(B) | 298.52º | 0.61% | 0.78% | - |
| XYZ | 36.18 | 21.49 | 56.88 | - |
| YUV | 127.49 | 168.92 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 200 | 0.02 | 0.61 | 0 | 0.22 | 298.52 | 0.53 | 0.55 |
| Hex | C5 | 4E | C8 | 2 | 3D | 0 | 16 | 12B | 35 | 37 |
| Octal | 305 | 116 | 310 | 2 | 75 | 0 | 26 | 453 | 65 | 67 |
| Binary | 11000101 | 1001110 | 11001000 | 10 | 111101 | 0 | 10110 | 100101011 | 110101 | 110111 |
Color Harmonies of #C54EC8
Complementary color
Monochromatic Colors of #C54EC8
Black with #C54EC8
Text Example
Text Example
White with #C54EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EC8; }
p { color: rgb(197,78,200); }
H1.HeaderClassName
{
color: #C54EC8;
}
.AnyTagClassName
{
color: #C54EC8;
}
</style>
background-color css
<style>
a { background-color: #C54EC8; }
a { background-color: rgb(197,78,200); }
div.DivClassName
{
background-color: #C54EC8;
}
.BgClassName
{
background-color: #C54EC8;
}
</style>
border-color css
<style>
span { border-color: #C54EC8; }
span { border-color: rgb(197,78,200); }
td.TdClassName
{
border-color: #C54EC8;
}
.TagClassName
{
border-color: #C54EC8;
}
</style>