Shades of Fuchsia #C246AB
Tints of Fuchsia #C246AB
RGB
CMYK
RGB Variations
Color information
#C246AB (or 0xC246AB) is known color: Fuchsia. HEX triplet: C2, 46 and AB. RGB value is (194,70,171). Sum of RGB (Red+Green+Blue) = 194+70+171=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AB is #3DB954. Grayscale: #767676. Windows color (decimal): -4045141 or 11224770. OLE color: 11224770.
HSL color Cylindrical-coordinate representation of color #C246AB: hue angle of 311.13º 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 #C246AB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 171 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.24 |
| HSL | 311.13º | 0.5% | 0.52% | - |
| HSV(B) | 311.13º | 0.64% | 0.76% | - |
| XYZ | 31.79 | 18.79 | 40.48 | - |
| YUV | 118.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 171 | 0 | 0.64 | 0.12 | 0.24 | 311.13 | 0.5 | 0.52 |
| Hex | C2 | 46 | AB | 0 | 40 | C | 18 | 137 | 32 | 34 |
| Octal | 302 | 106 | 253 | 0 | 100 | 14 | 30 | 467 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10101011 | 0 | 1000000 | 1100 | 11000 | 100110111 | 110010 | 110100 |
Color Harmonies of #C246AB
Complementary color
Monochromatic Colors of #C246AB
Black with #C246AB
Text Example
Text Example
White with #C246AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246AB; }
p { color: rgb(194,70,171); }
H1.HeaderClassName
{
color: #C246AB;
}
.AnyTagClassName
{
color: #C246AB;
}
</style>
background-color css
<style>
a { background-color: #C246AB; }
a { background-color: rgb(194,70,171); }
div.DivClassName
{
background-color: #C246AB;
}
.BgClassName
{
background-color: #C246AB;
}
</style>
border-color css
<style>
span { border-color: #C246AB; }
span { border-color: rgb(194,70,171); }
td.TdClassName
{
border-color: #C246AB;
}
.TagClassName
{
border-color: #C246AB;
}
</style>