Shades of Fuchsia #C347BF
Tints of Fuchsia #C347BF
RGB
CMYK
RGB Variations
Color information
#C347BF (or 0xC347BF) is known color: Fuchsia. HEX triplet: C3, 47 and BF. RGB value is (195,71,191). Sum of RGB (Red+Green+Blue) = 195+71+191=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BF is #3CB840. Grayscale: #797979. Windows color (decimal): -3979329 or 12535747. OLE color: 12535747.
HSL color Cylindrical-coordinate representation of color #C347BF: hue angle of 301.94º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C347BF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 191 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.24 |
| HSL | 301.94º | 0.51% | 0.52% | - |
| HSV(B) | 301.94º | 0.64% | 0.76% | - |
| XYZ | 34.16 | 19.87 | 51.32 | - |
| YUV | 121.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 191 | 0 | 0.64 | 0.02 | 0.24 | 301.94 | 0.51 | 0.52 |
| Hex | C3 | 47 | BF | 0 | 40 | 2 | 18 | 12E | 33 | 34 |
| Octal | 303 | 107 | 277 | 0 | 100 | 2 | 30 | 456 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10111111 | 0 | 1000000 | 10 | 11000 | 100101110 | 110011 | 110100 |
Color Harmonies of #C347BF
Complementary color
Monochromatic Colors of #C347BF
Black with #C347BF
Text Example
Text Example
White with #C347BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347BF; }
p { color: rgb(195,71,191); }
H1.HeaderClassName
{
color: #C347BF;
}
.AnyTagClassName
{
color: #C347BF;
}
</style>
background-color css
<style>
a { background-color: #C347BF; }
a { background-color: rgb(195,71,191); }
div.DivClassName
{
background-color: #C347BF;
}
.BgClassName
{
background-color: #C347BF;
}
</style>
border-color css
<style>
span { border-color: #C347BF; }
span { border-color: rgb(195,71,191); }
td.TdClassName
{
border-color: #C347BF;
}
.TagClassName
{
border-color: #C347BF;
}
</style>