Shades of Fuchsia #C647B6
Tints of Fuchsia #C647B6
RGB
CMYK
RGB Variations
Color information
#C647B6 (or 0xC647B6) is known color: Fuchsia. HEX triplet: C6, 47 and B6. RGB value is (198,71,182). Sum of RGB (Red+Green+Blue) = 198+71+182=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C647B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647B6 is #39B849. Grayscale: #797979. Windows color (decimal): -3782730 or 11945926. OLE color: 11945926.
HSL color Cylindrical-coordinate representation of color #C647B6: hue angle of 307.56º 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 #C647B6 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 182 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.22 |
| HSL | 307.56º | 0.53% | 0.53% | - |
| HSV(B) | 307.56º | 0.64% | 0.78% | - |
| XYZ | 33.99 | 19.89 | 46.3 | - |
| YUV | 121.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 182 | 0 | 0.64 | 0.08 | 0.22 | 307.56 | 0.53 | 0.53 |
| Hex | C6 | 47 | B6 | 0 | 40 | 8 | 16 | 134 | 35 | 35 |
| Octal | 306 | 107 | 266 | 0 | 100 | 10 | 26 | 464 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10110110 | 0 | 1000000 | 1000 | 10110 | 100110100 | 110101 | 110101 |
Color Harmonies of #C647B6
Complementary color
Monochromatic Colors of #C647B6
Black with #C647B6
Text Example
Text Example
White with #C647B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647B6; }
p { color: rgb(198,71,182); }
H1.HeaderClassName
{
color: #C647B6;
}
.AnyTagClassName
{
color: #C647B6;
}
</style>
background-color css
<style>
a { background-color: #C647B6; }
a { background-color: rgb(198,71,182); }
div.DivClassName
{
background-color: #C647B6;
}
.BgClassName
{
background-color: #C647B6;
}
</style>
border-color css
<style>
span { border-color: #C647B6; }
span { border-color: rgb(198,71,182); }
td.TdClassName
{
border-color: #C647B6;
}
.TagClassName
{
border-color: #C647B6;
}
</style>