Shades of Fuchsia #C246AF
Tints of Fuchsia #C246AF
RGB
CMYK
RGB Variations
Color information
#C246AF (or 0xC246AF) is known color: Fuchsia. HEX triplet: C2, 46 and AF. RGB value is (194,70,175). Sum of RGB (Red+Green+Blue) = 194+70+175=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AF is #3DB950. Grayscale: #767676. Windows color (decimal): -4045137 or 11486914. OLE color: 11486914.
HSL color Cylindrical-coordinate representation of color #C246AF: hue angle of 309.19º 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 #C246AF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 175 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.24 |
| HSL | 309.19º | 0.5% | 0.52% | - |
| HSV(B) | 309.19º | 0.64% | 0.76% | - |
| XYZ | 32.18 | 18.94 | 42.52 | - |
| YUV | 119.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 175 | 0 | 0.64 | 0.10 | 0.24 | 309.19 | 0.5 | 0.52 |
| Hex | C2 | 46 | AF | 0 | 40 | A | 18 | 135 | 32 | 34 |
| Octal | 302 | 106 | 257 | 0 | 100 | 12 | 30 | 465 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10101111 | 0 | 1000000 | 1010 | 11000 | 100110101 | 110010 | 110100 |
Color Harmonies of #C246AF
Complementary color
Monochromatic Colors of #C246AF
Black with #C246AF
Text Example
Text Example
White with #C246AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246AF; }
p { color: rgb(194,70,175); }
H1.HeaderClassName
{
color: #C246AF;
}
.AnyTagClassName
{
color: #C246AF;
}
</style>
background-color css
<style>
a { background-color: #C246AF; }
a { background-color: rgb(194,70,175); }
div.DivClassName
{
background-color: #C246AF;
}
.BgClassName
{
background-color: #C246AF;
}
</style>
border-color css
<style>
span { border-color: #C246AF; }
span { border-color: rgb(194,70,175); }
td.TdClassName
{
border-color: #C246AF;
}
.TagClassName
{
border-color: #C246AF;
}
</style>