Shades of Fuchsia #C547C3
Tints of Fuchsia #C547C3
RGB
CMYK
RGB Variations
Color information
#C547C3 (or 0xC547C3) is known color: Fuchsia. HEX triplet: C5, 47 and C3. RGB value is (197,71,195). Sum of RGB (Red+Green+Blue) = 197+71+195=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C547C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547C3 is #3AB83C. Grayscale: #7A7A7A. Windows color (decimal): -3848253 or 12797893. OLE color: 12797893.
HSL color Cylindrical-coordinate representation of color #C547C3: hue angle of 300.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C547C3 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 195 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.23 |
| HSL | 300.95º | 0.52% | 0.53% | - |
| HSV(B) | 300.95º | 0.64% | 0.77% | - |
| XYZ | 35.13 | 20.32 | 53.7 | - |
| YUV | 122.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 195 | 0 | 0.64 | 0.01 | 0.23 | 300.95 | 0.52 | 0.53 |
| Hex | C5 | 47 | C3 | 0 | 40 | 1 | 17 | 12D | 34 | 35 |
| Octal | 305 | 107 | 303 | 0 | 100 | 1 | 27 | 455 | 64 | 65 |
| Binary | 11000101 | 1000111 | 11000011 | 0 | 1000000 | 1 | 10111 | 100101101 | 110100 | 110101 |
Color Harmonies of #C547C3
Complementary color
Monochromatic Colors of #C547C3
Black with #C547C3
Text Example
Text Example
White with #C547C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547C3; }
p { color: rgb(197,71,195); }
H1.HeaderClassName
{
color: #C547C3;
}
.AnyTagClassName
{
color: #C547C3;
}
</style>
background-color css
<style>
a { background-color: #C547C3; }
a { background-color: rgb(197,71,195); }
div.DivClassName
{
background-color: #C547C3;
}
.BgClassName
{
background-color: #C547C3;
}
</style>
border-color css
<style>
span { border-color: #C547C3; }
span { border-color: rgb(197,71,195); }
td.TdClassName
{
border-color: #C547C3;
}
.TagClassName
{
border-color: #C547C3;
}
</style>