Shades of Fuchsia #C547CB
Tints of Fuchsia #C547CB
RGB
CMYK
RGB Variations
Color information
#C547CB (or 0xC547CB) is known color: Fuchsia. HEX triplet: C5, 47 and CB. RGB value is (197,71,203). Sum of RGB (Red+Green+Blue) = 197+71+203=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C547CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547CB is #3AB834. Grayscale: #7B7B7B. Windows color (decimal): -3848245 or 13322181. OLE color: 13322181.
HSL color Cylindrical-coordinate representation of color #C547CB: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C547CB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 71 | 203 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.20 |
| HSL | 297.27º | 0.56% | 0.54% | - |
| HSV(B) | 297.27º | 0.65% | 0.8% | - |
| XYZ | 36.06 | 20.69 | 58.59 | - |
| YUV | 123.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 203 | 0.03 | 0.65 | 0 | 0.20 | 297.27 | 0.56 | 0.54 |
| Hex | C5 | 47 | CB | 3 | 41 | 0 | 14 | 129 | 38 | 36 |
| Octal | 305 | 107 | 313 | 3 | 101 | 0 | 24 | 451 | 70 | 66 |
| Binary | 11000101 | 1000111 | 11001011 | 11 | 1000001 | 0 | 10100 | 100101001 | 111000 | 110110 |
Color Harmonies of #C547CB
Complementary color
Monochromatic Colors of #C547CB
Black with #C547CB
Text Example
Text Example
White with #C547CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547CB; }
p { color: rgb(197,71,203); }
H1.HeaderClassName
{
color: #C547CB;
}
.AnyTagClassName
{
color: #C547CB;
}
</style>
background-color css
<style>
a { background-color: #C547CB; }
a { background-color: rgb(197,71,203); }
div.DivClassName
{
background-color: #C547CB;
}
.BgClassName
{
background-color: #C547CB;
}
</style>
border-color css
<style>
span { border-color: #C547CB; }
span { border-color: rgb(197,71,203); }
td.TdClassName
{
border-color: #C547CB;
}
.TagClassName
{
border-color: #C547CB;
}
</style>