Shades of Fuchsia #C647AF
Tints of Fuchsia #C647AF
RGB
CMYK
RGB Variations
Color information
#C647AF (or 0xC647AF) is known color: Fuchsia. HEX triplet: C6, 47 and AF. RGB value is (198,71,175). Sum of RGB (Red+Green+Blue) = 198+71+175=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C647AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C647AF is #39B850. Grayscale: #787878. Windows color (decimal): -3782737 or 11487174. OLE color: 11487174.
HSL color Cylindrical-coordinate representation of color #C647AF: hue angle of 310.87º 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 #C647AF is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 175 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 310.87º | 0.53% | 0.53% | - |
| HSV(B) | 310.87º | 0.64% | 0.78% | - |
| XYZ | 33.28 | 19.61 | 42.59 | - |
| YUV | 120.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 175 | 0 | 0.64 | 0.12 | 0.22 | 310.87 | 0.53 | 0.53 |
| Hex | C6 | 47 | AF | 0 | 40 | C | 16 | 137 | 35 | 35 |
| Octal | 306 | 107 | 257 | 0 | 100 | 14 | 26 | 467 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10101111 | 0 | 1000000 | 1100 | 10110 | 100110111 | 110101 | 110101 |
Color Harmonies of #C647AF
Complementary color
Monochromatic Colors of #C647AF
Black with #C647AF
Text Example
Text Example
White with #C647AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647AF; }
p { color: rgb(198,71,175); }
H1.HeaderClassName
{
color: #C647AF;
}
.AnyTagClassName
{
color: #C647AF;
}
</style>
background-color css
<style>
a { background-color: #C647AF; }
a { background-color: rgb(198,71,175); }
div.DivClassName
{
background-color: #C647AF;
}
.BgClassName
{
background-color: #C647AF;
}
</style>
border-color css
<style>
span { border-color: #C647AF; }
span { border-color: rgb(198,71,175); }
td.TdClassName
{
border-color: #C647AF;
}
.TagClassName
{
border-color: #C647AF;
}
</style>