Shades of Fuchsia #C54FCC
Tints of Fuchsia #C54FCC
RGB
CMYK
RGB Variations
Color information
#C54FCC (or 0xC54FCC) is known color: Fuchsia. HEX triplet: C5, 4F and CC. RGB value is (197,79,204). Sum of RGB (Red+Green+Blue) = 197+79+204=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C54FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FCC is #3AB033. Grayscale: #808080. Windows color (decimal): -3846196 or 13389765. OLE color: 13389765.
HSL color Cylindrical-coordinate representation of color #C54FCC: hue angle of 296.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54FCC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 79 | 204 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.2 |
| HSL | 296.64º | 0.55% | 0.55% | - |
| HSV(B) | 296.64º | 0.61% | 0.8% | - |
| XYZ | 36.72 | 21.82 | 59.4 | - |
| YUV | 128.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 204 | 0.03 | 0.61 | 0 | 0.2 | 296.64 | 0.55 | 0.55 |
| Hex | C5 | 4F | CC | 3 | 3D | 0 | 14 | 129 | 37 | 37 |
| Octal | 305 | 117 | 314 | 3 | 75 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000101 | 1001111 | 11001100 | 11 | 111101 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C54FCC
Complementary color
Monochromatic Colors of #C54FCC
Black with #C54FCC
Text Example
Text Example
White with #C54FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FCC; }
p { color: rgb(197,79,204); }
H1.HeaderClassName
{
color: #C54FCC;
}
.AnyTagClassName
{
color: #C54FCC;
}
</style>
background-color css
<style>
a { background-color: #C54FCC; }
a { background-color: rgb(197,79,204); }
div.DivClassName
{
background-color: #C54FCC;
}
.BgClassName
{
background-color: #C54FCC;
}
</style>
border-color css
<style>
span { border-color: #C54FCC; }
span { border-color: rgb(197,79,204); }
td.TdClassName
{
border-color: #C54FCC;
}
.TagClassName
{
border-color: #C54FCC;
}
</style>