Shades of Fuchsia #C547C9
Tints of Fuchsia #C547C9
RGB
CMYK
RGB Variations
Color information
#C547C9 (or 0xC547C9) is known color: Fuchsia. HEX triplet: C5, 47 and C9. RGB value is (197,71,201). Sum of RGB (Red+Green+Blue) = 197+71+201=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #C547C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547C9 is #3AB836. Grayscale: #7B7B7B. Windows color (decimal): -3848247 or 13191109. OLE color: 13191109.
HSL color Cylindrical-coordinate representation of color #C547C9: hue angle of 298.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C547C9 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 71 | 201 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.21 |
| HSL | 298.15º | 0.55% | 0.53% | - |
| HSV(B) | 298.15º | 0.65% | 0.79% | - |
| XYZ | 35.82 | 20.59 | 57.35 | - |
| YUV | 123.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 201 | 0.02 | 0.65 | 0 | 0.21 | 298.15 | 0.55 | 0.53 |
| Hex | C5 | 47 | C9 | 2 | 41 | 0 | 15 | 12A | 37 | 35 |
| Octal | 305 | 107 | 311 | 2 | 101 | 0 | 25 | 452 | 67 | 65 |
| Binary | 11000101 | 1000111 | 11001001 | 10 | 1000001 | 0 | 10101 | 100101010 | 110111 | 110101 |
Color Harmonies of #C547C9
Complementary color
Monochromatic Colors of #C547C9
Black with #C547C9
Text Example
Text Example
White with #C547C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547C9; }
p { color: rgb(197,71,201); }
H1.HeaderClassName
{
color: #C547C9;
}
.AnyTagClassName
{
color: #C547C9;
}
</style>
background-color css
<style>
a { background-color: #C547C9; }
a { background-color: rgb(197,71,201); }
div.DivClassName
{
background-color: #C547C9;
}
.BgClassName
{
background-color: #C547C9;
}
</style>
border-color css
<style>
span { border-color: #C547C9; }
span { border-color: rgb(197,71,201); }
td.TdClassName
{
border-color: #C547C9;
}
.TagClassName
{
border-color: #C547C9;
}
</style>