Shades of Fuchsia #C647AC
Tints of Fuchsia #C647AC
RGB
CMYK
RGB Variations
Color information
#C647AC (or 0xC647AC) is known color: Fuchsia. HEX triplet: C6, 47 and AC. RGB value is (198,71,172). Sum of RGB (Red+Green+Blue) = 198+71+172=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C647AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C647AC is #39B853. Grayscale: #787878. Windows color (decimal): -3782740 or 11290566. OLE color: 11290566.
HSL color Cylindrical-coordinate representation of color #C647AC: hue angle of 312.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C647AC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 172 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.22 |
| HSL | 312.28º | 0.53% | 0.53% | - |
| HSV(B) | 312.28º | 0.64% | 0.78% | - |
| XYZ | 32.99 | 19.49 | 41.05 | - |
| YUV | 120.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 172 | 0 | 0.64 | 0.13 | 0.22 | 312.28 | 0.53 | 0.53 |
| Hex | C6 | 47 | AC | 0 | 40 | D | 16 | 138 | 35 | 35 |
| Octal | 306 | 107 | 254 | 0 | 100 | 15 | 26 | 470 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10101100 | 0 | 1000000 | 1101 | 10110 | 100111000 | 110101 | 110101 |
Color Harmonies of #C647AC
Complementary color
Monochromatic Colors of #C647AC
Black with #C647AC
Text Example
Text Example
White with #C647AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647AC; }
p { color: rgb(198,71,172); }
H1.HeaderClassName
{
color: #C647AC;
}
.AnyTagClassName
{
color: #C647AC;
}
</style>
background-color css
<style>
a { background-color: #C647AC; }
a { background-color: rgb(198,71,172); }
div.DivClassName
{
background-color: #C647AC;
}
.BgClassName
{
background-color: #C647AC;
}
</style>
border-color css
<style>
span { border-color: #C647AC; }
span { border-color: rgb(198,71,172); }
td.TdClassName
{
border-color: #C647AC;
}
.TagClassName
{
border-color: #C647AC;
}
</style>