Shades of Fuchsia #C146AC
Tints of Fuchsia #C146AC
RGB
CMYK
RGB Variations
Color information
#C146AC (or 0xC146AC) is known color: Fuchsia. HEX triplet: C1, 46 and AC. RGB value is (193,70,172). Sum of RGB (Red+Green+Blue) = 193+70+172=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C146AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146AC is #3EB953. Grayscale: #767676. Windows color (decimal): -4110676 or 11290305. OLE color: 11290305.
HSL color Cylindrical-coordinate representation of color #C146AC: hue angle of 310.24º degrees, saturation: 0.5, 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 #C146AC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 172 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.24 |
| HSL | 310.24º | 0.5% | 0.52% | - |
| HSV(B) | 310.24º | 0.64% | 0.76% | - |
| XYZ | 31.63 | 18.7 | 40.97 | - |
| YUV | 118.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 172 | 0 | 0.64 | 0.11 | 0.24 | 310.24 | 0.5 | 0.52 |
| Hex | C1 | 46 | AC | 0 | 40 | B | 18 | 136 | 32 | 34 |
| Octal | 301 | 106 | 254 | 0 | 100 | 13 | 30 | 466 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10101100 | 0 | 1000000 | 1011 | 11000 | 100110110 | 110010 | 110100 |
Color Harmonies of #C146AC
Complementary color
Monochromatic Colors of #C146AC
Black with #C146AC
Text Example
Text Example
White with #C146AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146AC; }
p { color: rgb(193,70,172); }
H1.HeaderClassName
{
color: #C146AC;
}
.AnyTagClassName
{
color: #C146AC;
}
</style>
background-color css
<style>
a { background-color: #C146AC; }
a { background-color: rgb(193,70,172); }
div.DivClassName
{
background-color: #C146AC;
}
.BgClassName
{
background-color: #C146AC;
}
</style>
border-color css
<style>
span { border-color: #C146AC; }
span { border-color: rgb(193,70,172); }
td.TdClassName
{
border-color: #C146AC;
}
.TagClassName
{
border-color: #C146AC;
}
</style>