Shades of Fuchsia #C347AC
Tints of Fuchsia #C347AC
RGB
CMYK
RGB Variations
Color information
#C347AC (or 0xC347AC) is known color: Fuchsia. HEX triplet: C3, 47 and AC. RGB value is (195,71,172). Sum of RGB (Red+Green+Blue) = 195+71+172=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AC is #3CB853. Grayscale: #777777. Windows color (decimal): -3979348 or 11290563. OLE color: 11290563.
HSL color Cylindrical-coordinate representation of color #C347AC: hue angle of 311.13º 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 #C347AC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 172 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.24 |
| HSL | 311.13º | 0.51% | 0.52% | - |
| HSV(B) | 311.13º | 0.64% | 0.76% | - |
| XYZ | 32.21 | 19.09 | 41.02 | - |
| YUV | 119.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 172 | 0 | 0.64 | 0.12 | 0.24 | 311.13 | 0.51 | 0.52 |
| Hex | C3 | 47 | AC | 0 | 40 | C | 18 | 137 | 33 | 34 |
| Octal | 303 | 107 | 254 | 0 | 100 | 14 | 30 | 467 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10101100 | 0 | 1000000 | 1100 | 11000 | 100110111 | 110011 | 110100 |
Color Harmonies of #C347AC
Complementary color
Monochromatic Colors of #C347AC
Black with #C347AC
Text Example
Text Example
White with #C347AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347AC; }
p { color: rgb(195,71,172); }
H1.HeaderClassName
{
color: #C347AC;
}
.AnyTagClassName
{
color: #C347AC;
}
</style>
background-color css
<style>
a { background-color: #C347AC; }
a { background-color: rgb(195,71,172); }
div.DivClassName
{
background-color: #C347AC;
}
.BgClassName
{
background-color: #C347AC;
}
</style>
border-color css
<style>
span { border-color: #C347AC; }
span { border-color: rgb(195,71,172); }
td.TdClassName
{
border-color: #C347AC;
}
.TagClassName
{
border-color: #C347AC;
}
</style>