Shades of Fuchsia #C547CE
Tints of Fuchsia #C547CE
RGB
CMYK
RGB Variations
Color information
#C547CE (or 0xC547CE) is known color: Fuchsia. HEX triplet: C5, 47 and CE. RGB value is (197,71,206). Sum of RGB (Red+Green+Blue) = 197+71+206=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C547CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547CE is #3AB831. Grayscale: #7B7B7B. Windows color (decimal): -3848242 or 13518789. OLE color: 13518789.
HSL color Cylindrical-coordinate representation of color #C547CE: hue angle of 296º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C547CE is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 71 | 206 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.19 |
| HSL | 296º | 0.58% | 0.54% | - |
| HSV(B) | 296º | 0.66% | 0.81% | - |
| XYZ | 36.42 | 20.83 | 60.49 | - |
| YUV | 124.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 206 | 0.04 | 0.66 | 0 | 0.19 | 296 | 0.58 | 0.54 |
| Hex | C5 | 47 | CE | 4 | 42 | 0 | 13 | 128 | 3A | 36 |
| Octal | 305 | 107 | 316 | 4 | 102 | 0 | 23 | 450 | 72 | 66 |
| Binary | 11000101 | 1000111 | 11001110 | 100 | 1000010 | 0 | 10011 | 100101000 | 111010 | 110110 |
Color Harmonies of #C547CE
Complementary color
Monochromatic Colors of #C547CE
Black with #C547CE
Text Example
Text Example
White with #C547CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547CE; }
p { color: rgb(197,71,206); }
H1.HeaderClassName
{
color: #C547CE;
}
.AnyTagClassName
{
color: #C547CE;
}
</style>
background-color css
<style>
a { background-color: #C547CE; }
a { background-color: rgb(197,71,206); }
div.DivClassName
{
background-color: #C547CE;
}
.BgClassName
{
background-color: #C547CE;
}
</style>
border-color css
<style>
span { border-color: #C547CE; }
span { border-color: rgb(197,71,206); }
td.TdClassName
{
border-color: #C547CE;
}
.TagClassName
{
border-color: #C547CE;
}
</style>