Shades of Fuchsia #C54CC6
Tints of Fuchsia #C54CC6
RGB
CMYK
RGB Variations
Color information
#C54CC6 (or 0xC54CC6) is known color: Fuchsia. HEX triplet: C5, 4C and C6. RGB value is (197,76,198). Sum of RGB (Red+Green+Blue) = 197+76+198=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CC6 is #3AB339. Grayscale: #7D7D7D. Windows color (decimal): -3846970 or 12995781. OLE color: 12995781.
HSL color Cylindrical-coordinate representation of color #C54CC6: hue angle of 299.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54CC6 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 76 | 198 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.22 |
| HSL | 299.51º | 0.52% | 0.54% | - |
| HSV(B) | 299.51º | 0.62% | 0.78% | - |
| XYZ | 35.8 | 21.12 | 55.61 | - |
| YUV | 126.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 198 | 0.01 | 0.62 | 0 | 0.22 | 299.51 | 0.52 | 0.54 |
| Hex | C5 | 4C | C6 | 1 | 3E | 0 | 16 | 12C | 34 | 36 |
| Octal | 305 | 114 | 306 | 1 | 76 | 0 | 26 | 454 | 64 | 66 |
| Binary | 11000101 | 1001100 | 11000110 | 1 | 111110 | 0 | 10110 | 100101100 | 110100 | 110110 |
Color Harmonies of #C54CC6
Complementary color
Monochromatic Colors of #C54CC6
Black with #C54CC6
Text Example
Text Example
White with #C54CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CC6; }
p { color: rgb(197,76,198); }
H1.HeaderClassName
{
color: #C54CC6;
}
.AnyTagClassName
{
color: #C54CC6;
}
</style>
background-color css
<style>
a { background-color: #C54CC6; }
a { background-color: rgb(197,76,198); }
div.DivClassName
{
background-color: #C54CC6;
}
.BgClassName
{
background-color: #C54CC6;
}
</style>
border-color css
<style>
span { border-color: #C54CC6; }
span { border-color: rgb(197,76,198); }
td.TdClassName
{
border-color: #C54CC6;
}
.TagClassName
{
border-color: #C54CC6;
}
</style>