Shades of Fuchsia #C547CF
Tints of Fuchsia #C547CF
RGB
CMYK
RGB Variations
Color information
#C547CF (or 0xC547CF) is known color: Fuchsia. HEX triplet: C5, 47 and CF. RGB value is (197,71,207). Sum of RGB (Red+Green+Blue) = 197+71+207=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C547CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547CF is #3AB830. Grayscale: #7B7B7B. Windows color (decimal): -3848241 or 13584325. OLE color: 13584325.
HSL color Cylindrical-coordinate representation of color #C547CF: hue angle of 295.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C547CF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 71 | 207 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.19 |
| HSL | 295.59º | 0.59% | 0.55% | - |
| HSV(B) | 295.59º | 0.66% | 0.81% | - |
| XYZ | 36.54 | 20.88 | 61.14 | - |
| YUV | 124.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 207 | 0.05 | 0.66 | 0 | 0.19 | 295.59 | 0.59 | 0.55 |
| Hex | C5 | 47 | CF | 5 | 42 | 0 | 13 | 128 | 3B | 37 |
| Octal | 305 | 107 | 317 | 5 | 102 | 0 | 23 | 450 | 73 | 67 |
| Binary | 11000101 | 1000111 | 11001111 | 101 | 1000010 | 0 | 10011 | 100101000 | 111011 | 110111 |
Color Harmonies of #C547CF
Complementary color
Monochromatic Colors of #C547CF
Black with #C547CF
Text Example
Text Example
White with #C547CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547CF; }
p { color: rgb(197,71,207); }
H1.HeaderClassName
{
color: #C547CF;
}
.AnyTagClassName
{
color: #C547CF;
}
</style>
background-color css
<style>
a { background-color: #C547CF; }
a { background-color: rgb(197,71,207); }
div.DivClassName
{
background-color: #C547CF;
}
.BgClassName
{
background-color: #C547CF;
}
</style>
border-color css
<style>
span { border-color: #C547CF; }
span { border-color: rgb(197,71,207); }
td.TdClassName
{
border-color: #C547CF;
}
.TagClassName
{
border-color: #C547CF;
}
</style>