Shades of Fuchsia #C647B3
Tints of Fuchsia #C647B3
RGB
CMYK
RGB Variations
Color information
#C647B3 (or 0xC647B3) is known color: Fuchsia. HEX triplet: C6, 47 and B3. RGB value is (198,71,179). Sum of RGB (Red+Green+Blue) = 198+71+179=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C647B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647B3 is #39B84C. Grayscale: #787878. Windows color (decimal): -3782733 or 11749318. OLE color: 11749318.
HSL color Cylindrical-coordinate representation of color #C647B3: hue angle of 308.98º 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 #C647B3 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 179 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.22 |
| HSL | 308.98º | 0.53% | 0.53% | - |
| HSV(B) | 308.98º | 0.64% | 0.78% | - |
| XYZ | 33.68 | 19.77 | 44.69 | - |
| YUV | 121.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 179 | 0 | 0.64 | 0.10 | 0.22 | 308.98 | 0.53 | 0.53 |
| Hex | C6 | 47 | B3 | 0 | 40 | A | 16 | 135 | 35 | 35 |
| Octal | 306 | 107 | 263 | 0 | 100 | 12 | 26 | 465 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10110011 | 0 | 1000000 | 1010 | 10110 | 100110101 | 110101 | 110101 |
Color Harmonies of #C647B3
Complementary color
Monochromatic Colors of #C647B3
Black with #C647B3
Text Example
Text Example
White with #C647B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647B3; }
p { color: rgb(198,71,179); }
H1.HeaderClassName
{
color: #C647B3;
}
.AnyTagClassName
{
color: #C647B3;
}
</style>
background-color css
<style>
a { background-color: #C647B3; }
a { background-color: rgb(198,71,179); }
div.DivClassName
{
background-color: #C647B3;
}
.BgClassName
{
background-color: #C647B3;
}
</style>
border-color css
<style>
span { border-color: #C647B3; }
span { border-color: rgb(198,71,179); }
td.TdClassName
{
border-color: #C647B3;
}
.TagClassName
{
border-color: #C647B3;
}
</style>