Shades of Fuchsia #C647C3
Tints of Fuchsia #C647C3
RGB
CMYK
RGB Variations
Color information
#C647C3 (or 0xC647C3) is known color: Fuchsia. HEX triplet: C6, 47 and C3. RGB value is (198,71,195). Sum of RGB (Red+Green+Blue) = 198+71+195=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C647C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647C3 is #39B83C. Grayscale: #7A7A7A. Windows color (decimal): -3782717 or 12797894. OLE color: 12797894.
HSL color Cylindrical-coordinate representation of color #C647C3: hue angle of 301.42º 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 #C647C3 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 195 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.22 |
| HSL | 301.42º | 0.53% | 0.53% | - |
| HSV(B) | 301.42º | 0.64% | 0.78% | - |
| XYZ | 35.39 | 20.45 | 53.71 | - |
| YUV | 123.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 195 | 0 | 0.64 | 0.02 | 0.22 | 301.42 | 0.53 | 0.53 |
| Hex | C6 | 47 | C3 | 0 | 40 | 2 | 16 | 12D | 35 | 35 |
| Octal | 306 | 107 | 303 | 0 | 100 | 2 | 26 | 455 | 65 | 65 |
| Binary | 11000110 | 1000111 | 11000011 | 0 | 1000000 | 10 | 10110 | 100101101 | 110101 | 110101 |
Color Harmonies of #C647C3
Complementary color
Monochromatic Colors of #C647C3
Black with #C647C3
Text Example
Text Example
White with #C647C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647C3; }
p { color: rgb(198,71,195); }
H1.HeaderClassName
{
color: #C647C3;
}
.AnyTagClassName
{
color: #C647C3;
}
</style>
background-color css
<style>
a { background-color: #C647C3; }
a { background-color: rgb(198,71,195); }
div.DivClassName
{
background-color: #C647C3;
}
.BgClassName
{
background-color: #C647C3;
}
</style>
border-color css
<style>
span { border-color: #C647C3; }
span { border-color: rgb(198,71,195); }
td.TdClassName
{
border-color: #C647C3;
}
.TagClassName
{
border-color: #C647C3;
}
</style>