Shades of Fuchsia #C259BA
Tints of Fuchsia #C259BA
RGB
CMYK
RGB Variations
Color information
#C259BA (or 0xC259BA) is known color: Fuchsia. HEX triplet: C2, 59 and BA. RGB value is (194,89,186). Sum of RGB (Red+Green+Blue) = 194+89+186=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C259BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259BA is #3DA645. Grayscale: #838383. Windows color (decimal): -4040262 or 12212674. OLE color: 12212674.
HSL color Cylindrical-coordinate representation of color #C259BA: hue angle of 304.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259BA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 186 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.24 |
| HSL | 304.57º | 0.46% | 0.55% | - |
| HSV(B) | 304.57º | 0.54% | 0.76% | - |
| XYZ | 34.68 | 22.16 | 48.9 | - |
| YUV | 131.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 186 | 0 | 0.54 | 0.04 | 0.24 | 304.57 | 0.46 | 0.55 |
| Hex | C2 | 59 | BA | 0 | 36 | 4 | 18 | 131 | 2E | 37 |
| Octal | 302 | 131 | 272 | 0 | 66 | 4 | 30 | 461 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10111010 | 0 | 110110 | 100 | 11000 | 100110001 | 101110 | 110111 |
Color Harmonies of #C259BA
Complementary color
Monochromatic Colors of #C259BA
Black with #C259BA
Text Example
Text Example
White with #C259BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259BA; }
p { color: rgb(194,89,186); }
H1.HeaderClassName
{
color: #C259BA;
}
.AnyTagClassName
{
color: #C259BA;
}
</style>
background-color css
<style>
a { background-color: #C259BA; }
a { background-color: rgb(194,89,186); }
div.DivClassName
{
background-color: #C259BA;
}
.BgClassName
{
background-color: #C259BA;
}
</style>
border-color css
<style>
span { border-color: #C259BA; }
span { border-color: rgb(194,89,186); }
td.TdClassName
{
border-color: #C259BA;
}
.TagClassName
{
border-color: #C259BA;
}
</style>