Shades of Fuchsia #C543BF
Tints of Fuchsia #C543BF
RGB
CMYK
RGB Variations
Color information
#C543BF (or 0xC543BF) is known color: Fuchsia. HEX triplet: C5, 43 and BF. RGB value is (197,67,191). Sum of RGB (Red+Green+Blue) = 197+67+191=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C543BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543BF is #3ABC40. Grayscale: #777777. Windows color (decimal): -3849281 or 12534725. OLE color: 12534725.
HSL color Cylindrical-coordinate representation of color #C543BF: hue angle of 302.77º 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 #C543BF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 191 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.23 |
| HSL | 302.77º | 0.53% | 0.52% | - |
| HSV(B) | 302.77º | 0.66% | 0.77% | - |
| XYZ | 34.44 | 19.65 | 51.27 | - |
| YUV | 120.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 191 | 0 | 0.66 | 0.03 | 0.23 | 302.77 | 0.53 | 0.52 |
| Hex | C5 | 43 | BF | 0 | 42 | 3 | 17 | 12F | 35 | 34 |
| Octal | 305 | 103 | 277 | 0 | 102 | 3 | 27 | 457 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10111111 | 0 | 1000010 | 11 | 10111 | 100101111 | 110101 | 110100 |
Color Harmonies of #C543BF
Complementary color
Monochromatic Colors of #C543BF
Black with #C543BF
Text Example
Text Example
White with #C543BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543BF; }
p { color: rgb(197,67,191); }
H1.HeaderClassName
{
color: #C543BF;
}
.AnyTagClassName
{
color: #C543BF;
}
</style>
background-color css
<style>
a { background-color: #C543BF; }
a { background-color: rgb(197,67,191); }
div.DivClassName
{
background-color: #C543BF;
}
.BgClassName
{
background-color: #C543BF;
}
</style>
border-color css
<style>
span { border-color: #C543BF; }
span { border-color: rgb(197,67,191); }
td.TdClassName
{
border-color: #C543BF;
}
.TagClassName
{
border-color: #C543BF;
}
</style>