Shades of Fuchsia #C346AC
Tints of Fuchsia #C346AC
RGB
CMYK
RGB Variations
Color information
#C346AC (or 0xC346AC) is known color: Fuchsia. HEX triplet: C3, 46 and AC. RGB value is (195,70,172). Sum of RGB (Red+Green+Blue) = 195+70+172=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C346AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346AC is #3CB953. Grayscale: #767676. Windows color (decimal): -3979604 or 11290307. OLE color: 11290307.
HSL color Cylindrical-coordinate representation of color #C346AC: hue angle of 311.04º 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 #C346AC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 172 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.24 |
| HSL | 311.04º | 0.51% | 0.52% | - |
| HSV(B) | 311.04º | 0.64% | 0.76% | - |
| XYZ | 32.14 | 18.96 | 41 | - |
| YUV | 119 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 172 | 0 | 0.64 | 0.12 | 0.24 | 311.04 | 0.51 | 0.52 |
| Hex | C3 | 46 | AC | 0 | 40 | C | 18 | 137 | 33 | 34 |
| Octal | 303 | 106 | 254 | 0 | 100 | 14 | 30 | 467 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10101100 | 0 | 1000000 | 1100 | 11000 | 100110111 | 110011 | 110100 |
Color Harmonies of #C346AC
Complementary color
Monochromatic Colors of #C346AC
Black with #C346AC
Text Example
Text Example
White with #C346AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346AC; }
p { color: rgb(195,70,172); }
H1.HeaderClassName
{
color: #C346AC;
}
.AnyTagClassName
{
color: #C346AC;
}
</style>
background-color css
<style>
a { background-color: #C346AC; }
a { background-color: rgb(195,70,172); }
div.DivClassName
{
background-color: #C346AC;
}
.BgClassName
{
background-color: #C346AC;
}
</style>
border-color css
<style>
span { border-color: #C346AC; }
span { border-color: rgb(195,70,172); }
td.TdClassName
{
border-color: #C346AC;
}
.TagClassName
{
border-color: #C346AC;
}
</style>