Shades of Fuchsia #C247BA
Tints of Fuchsia #C247BA
RGB
CMYK
RGB Variations
Color information
#C247BA (or 0xC247BA) is known color: Fuchsia. HEX triplet: C2, 47 and BA. RGB value is (194,71,186). Sum of RGB (Red+Green+Blue) = 194+71+186=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C247BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247BA is #3DB845. Grayscale: #787878. Windows color (decimal): -4044870 or 12208066. OLE color: 12208066.
HSL color Cylindrical-coordinate representation of color #C247BA: hue angle of 303.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C247BA is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 186 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.24 |
| HSL | 303.9º | 0.5% | 0.52% | - |
| HSV(B) | 303.9º | 0.63% | 0.76% | - |
| XYZ | 33.36 | 19.52 | 48.46 | - |
| YUV | 120.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 186 | 0 | 0.63 | 0.04 | 0.24 | 303.9 | 0.5 | 0.52 |
| Hex | C2 | 47 | BA | 0 | 3F | 4 | 18 | 130 | 32 | 34 |
| Octal | 302 | 107 | 272 | 0 | 77 | 4 | 30 | 460 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10111010 | 0 | 111111 | 100 | 11000 | 100110000 | 110010 | 110100 |
Color Harmonies of #C247BA
Complementary color
Monochromatic Colors of #C247BA
Black with #C247BA
Text Example
Text Example
White with #C247BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247BA; }
p { color: rgb(194,71,186); }
H1.HeaderClassName
{
color: #C247BA;
}
.AnyTagClassName
{
color: #C247BA;
}
</style>
background-color css
<style>
a { background-color: #C247BA; }
a { background-color: rgb(194,71,186); }
div.DivClassName
{
background-color: #C247BA;
}
.BgClassName
{
background-color: #C247BA;
}
</style>
border-color css
<style>
span { border-color: #C247BA; }
span { border-color: rgb(194,71,186); }
td.TdClassName
{
border-color: #C247BA;
}
.TagClassName
{
border-color: #C247BA;
}
</style>