Shades of Fuchsia #C246AC
Tints of Fuchsia #C246AC
RGB
CMYK
RGB Variations
Color information
#C246AC (or 0xC246AC) is known color: Fuchsia. HEX triplet: C2, 46 and AC. RGB value is (194,70,172). Sum of RGB (Red+Green+Blue) = 194+70+172=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AC is #3DB953. Grayscale: #767676. Windows color (decimal): -4045140 or 11290306. OLE color: 11290306.
HSL color Cylindrical-coordinate representation of color #C246AC: hue angle of 310.65º 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 #C246AC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 172 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.24 |
| HSL | 310.65º | 0.5% | 0.52% | - |
| HSV(B) | 310.65º | 0.64% | 0.76% | - |
| XYZ | 31.88 | 18.83 | 40.98 | - |
| YUV | 118.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 172 | 0 | 0.64 | 0.11 | 0.24 | 310.65 | 0.5 | 0.52 |
| Hex | C2 | 46 | AC | 0 | 40 | B | 18 | 137 | 32 | 34 |
| Octal | 302 | 106 | 254 | 0 | 100 | 13 | 30 | 467 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10101100 | 0 | 1000000 | 1011 | 11000 | 100110111 | 110010 | 110100 |
Color Harmonies of #C246AC
Complementary color
Monochromatic Colors of #C246AC
Black with #C246AC
Text Example
Text Example
White with #C246AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246AC; }
p { color: rgb(194,70,172); }
H1.HeaderClassName
{
color: #C246AC;
}
.AnyTagClassName
{
color: #C246AC;
}
</style>
background-color css
<style>
a { background-color: #C246AC; }
a { background-color: rgb(194,70,172); }
div.DivClassName
{
background-color: #C246AC;
}
.BgClassName
{
background-color: #C246AC;
}
</style>
border-color css
<style>
span { border-color: #C246AC; }
span { border-color: rgb(194,70,172); }
td.TdClassName
{
border-color: #C246AC;
}
.TagClassName
{
border-color: #C246AC;
}
</style>