Shades of Fuchsia #C259A9
Tints of Fuchsia #C259A9
RGB
CMYK
RGB Variations
Color information
#C259A9 (or 0xC259A9) is known color: Fuchsia. HEX triplet: C2, 59 and A9. RGB value is (194,89,169). Sum of RGB (Red+Green+Blue) = 194+89+169=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C259A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259A9 is #3DA656. Grayscale: #818181. Windows color (decimal): -4040279 or 11098562. OLE color: 11098562.
HSL color Cylindrical-coordinate representation of color #C259A9: hue angle of 314.29º 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 #C259A9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 169 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.24 |
| HSL | 314.29º | 0.46% | 0.55% | - |
| HSV(B) | 314.29º | 0.54% | 0.76% | - |
| XYZ | 32.98 | 21.48 | 39.94 | - |
| YUV | 129.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 169 | 0 | 0.54 | 0.13 | 0.24 | 314.29 | 0.46 | 0.55 |
| Hex | C2 | 59 | A9 | 0 | 36 | D | 18 | 13A | 2E | 37 |
| Octal | 302 | 131 | 251 | 0 | 66 | 15 | 30 | 472 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10101001 | 0 | 110110 | 1101 | 11000 | 100111010 | 101110 | 110111 |
Color Harmonies of #C259A9
Complementary color
Monochromatic Colors of #C259A9
Black with #C259A9
Text Example
Text Example
White with #C259A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259A9; }
p { color: rgb(194,89,169); }
H1.HeaderClassName
{
color: #C259A9;
}
.AnyTagClassName
{
color: #C259A9;
}
</style>
background-color css
<style>
a { background-color: #C259A9; }
a { background-color: rgb(194,89,169); }
div.DivClassName
{
background-color: #C259A9;
}
.BgClassName
{
background-color: #C259A9;
}
</style>
border-color css
<style>
span { border-color: #C259A9; }
span { border-color: rgb(194,89,169); }
td.TdClassName
{
border-color: #C259A9;
}
.TagClassName
{
border-color: #C259A9;
}
</style>