Shades of Fuchsia #C246BA
Tints of Fuchsia #C246BA
RGB
CMYK
RGB Variations
Color information
#C246BA (or 0xC246BA) is known color: Fuchsia. HEX triplet: C2, 46 and BA. RGB value is (194,70,186). Sum of RGB (Red+Green+Blue) = 194+70+186=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BA is #3DB945. Grayscale: #777777. Windows color (decimal): -4045126 or 12207810. OLE color: 12207810.
HSL color Cylindrical-coordinate representation of color #C246BA: hue angle of 303.87º 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 #C246BA is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 186 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.24 |
| HSL | 303.87º | 0.5% | 0.52% | - |
| HSV(B) | 303.87º | 0.64% | 0.76% | - |
| XYZ | 33.3 | 19.39 | 48.44 | - |
| YUV | 120.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 186 | 0 | 0.64 | 0.04 | 0.24 | 303.87 | 0.5 | 0.52 |
| Hex | C2 | 46 | BA | 0 | 40 | 4 | 18 | 130 | 32 | 34 |
| Octal | 302 | 106 | 272 | 0 | 100 | 4 | 30 | 460 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10111010 | 0 | 1000000 | 100 | 11000 | 100110000 | 110010 | 110100 |
Color Harmonies of #C246BA
Complementary color
Monochromatic Colors of #C246BA
Black with #C246BA
Text Example
Text Example
White with #C246BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246BA; }
p { color: rgb(194,70,186); }
H1.HeaderClassName
{
color: #C246BA;
}
.AnyTagClassName
{
color: #C246BA;
}
</style>
background-color css
<style>
a { background-color: #C246BA; }
a { background-color: rgb(194,70,186); }
div.DivClassName
{
background-color: #C246BA;
}
.BgClassName
{
background-color: #C246BA;
}
</style>
border-color css
<style>
span { border-color: #C246BA; }
span { border-color: rgb(194,70,186); }
td.TdClassName
{
border-color: #C246BA;
}
.TagClassName
{
border-color: #C246BA;
}
</style>