Shades of Fuchsia #C543B1
Tints of Fuchsia #C543B1
RGB
CMYK
RGB Variations
Color information
#C543B1 (or 0xC543B1) is known color: Fuchsia. HEX triplet: C5, 43 and B1. RGB value is (197,67,177). Sum of RGB (Red+Green+Blue) = 197+67+177=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C543B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543B1 is #3ABC4E. Grayscale: #767676. Windows color (decimal): -3849295 or 11617221. OLE color: 11617221.
HSL color Cylindrical-coordinate representation of color #C543B1: hue angle of 309.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C543B1 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 177 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.23 |
| HSL | 309.23º | 0.53% | 0.52% | - |
| HSV(B) | 309.23º | 0.66% | 0.77% | - |
| XYZ | 32.97 | 19.06 | 43.54 | - |
| YUV | 118.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 177 | 0 | 0.66 | 0.10 | 0.23 | 309.23 | 0.53 | 0.52 |
| Hex | C5 | 43 | B1 | 0 | 42 | A | 17 | 135 | 35 | 34 |
| Octal | 305 | 103 | 261 | 0 | 102 | 12 | 27 | 465 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10110001 | 0 | 1000010 | 1010 | 10111 | 100110101 | 110101 | 110100 |
Color Harmonies of #C543B1
Complementary color
Monochromatic Colors of #C543B1
Black with #C543B1
Text Example
Text Example
White with #C543B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543B1; }
p { color: rgb(197,67,177); }
H1.HeaderClassName
{
color: #C543B1;
}
.AnyTagClassName
{
color: #C543B1;
}
</style>
background-color css
<style>
a { background-color: #C543B1; }
a { background-color: rgb(197,67,177); }
div.DivClassName
{
background-color: #C543B1;
}
.BgClassName
{
background-color: #C543B1;
}
</style>
border-color css
<style>
span { border-color: #C543B1; }
span { border-color: rgb(197,67,177); }
td.TdClassName
{
border-color: #C543B1;
}
.TagClassName
{
border-color: #C543B1;
}
</style>