Shades of Fuchsia #C647AB
Tints of Fuchsia #C647AB
RGB
CMYK
RGB Variations
Color information
#C647AB (or 0xC647AB) is known color: Fuchsia. HEX triplet: C6, 47 and AB. RGB value is (198,71,171). Sum of RGB (Red+Green+Blue) = 198+71+171=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C647AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C647AB is #39B854. Grayscale: #787878. Windows color (decimal): -3782741 or 11225030. OLE color: 11225030.
HSL color Cylindrical-coordinate representation of color #C647AB: hue angle of 312.76º 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 #C647AB is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 171 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.22 |
| HSL | 312.76º | 0.53% | 0.53% | - |
| HSV(B) | 312.76º | 0.64% | 0.78% | - |
| XYZ | 32.89 | 19.45 | 40.55 | - |
| YUV | 120.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 171 | 0 | 0.64 | 0.14 | 0.22 | 312.76 | 0.53 | 0.53 |
| Hex | C6 | 47 | AB | 0 | 40 | E | 16 | 139 | 35 | 35 |
| Octal | 306 | 107 | 253 | 0 | 100 | 16 | 26 | 471 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10101011 | 0 | 1000000 | 1110 | 10110 | 100111001 | 110101 | 110101 |
Color Harmonies of #C647AB
Complementary color
Monochromatic Colors of #C647AB
Black with #C647AB
Text Example
Text Example
White with #C647AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647AB; }
p { color: rgb(198,71,171); }
H1.HeaderClassName
{
color: #C647AB;
}
.AnyTagClassName
{
color: #C647AB;
}
</style>
background-color css
<style>
a { background-color: #C647AB; }
a { background-color: rgb(198,71,171); }
div.DivClassName
{
background-color: #C647AB;
}
.BgClassName
{
background-color: #C647AB;
}
</style>
border-color css
<style>
span { border-color: #C647AB; }
span { border-color: rgb(198,71,171); }
td.TdClassName
{
border-color: #C647AB;
}
.TagClassName
{
border-color: #C647AB;
}
</style>