Shades of Fuchsia #C54BC6
Tints of Fuchsia #C54BC6
RGB
CMYK
RGB Variations
Color information
#C54BC6 (or 0xC54BC6) is known color: Fuchsia. HEX triplet: C5, 4B and C6. RGB value is (197,75,198). Sum of RGB (Red+Green+Blue) = 197+75+198=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BC6 is #3AB439. Grayscale: #7D7D7D. Windows color (decimal): -3847226 or 12995525. OLE color: 12995525.
HSL color Cylindrical-coordinate representation of color #C54BC6: 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 #C54BC6 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 75 | 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.74 | 20.98 | 55.59 | - |
| YUV | 125.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 198 | 0.01 | 0.62 | 0 | 0.22 | 299.51 | 0.52 | 0.54 |
| Hex | C5 | 4B | C6 | 1 | 3E | 0 | 16 | 12C | 34 | 36 |
| Octal | 305 | 113 | 306 | 1 | 76 | 0 | 26 | 454 | 64 | 66 |
| Binary | 11000101 | 1001011 | 11000110 | 1 | 111110 | 0 | 10110 | 100101100 | 110100 | 110110 |
Color Harmonies of #C54BC6
Complementary color
Monochromatic Colors of #C54BC6
Black with #C54BC6
Text Example
Text Example
White with #C54BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BC6; }
p { color: rgb(197,75,198); }
H1.HeaderClassName
{
color: #C54BC6;
}
.AnyTagClassName
{
color: #C54BC6;
}
</style>
background-color css
<style>
a { background-color: #C54BC6; }
a { background-color: rgb(197,75,198); }
div.DivClassName
{
background-color: #C54BC6;
}
.BgClassName
{
background-color: #C54BC6;
}
</style>
border-color css
<style>
span { border-color: #C54BC6; }
span { border-color: rgb(197,75,198); }
td.TdClassName
{
border-color: #C54BC6;
}
.TagClassName
{
border-color: #C54BC6;
}
</style>