Shades of Fuchsia #C259AA
Tints of Fuchsia #C259AA
RGB
CMYK
RGB Variations
Color information
#C259AA (or 0xC259AA) is known color: Fuchsia. HEX triplet: C2, 59 and AA. RGB value is (194,89,170). Sum of RGB (Red+Green+Blue) = 194+89+170=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C259AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259AA is #3DA655. Grayscale: #818181. Windows color (decimal): -4040278 or 11164098. OLE color: 11164098.
HSL color Cylindrical-coordinate representation of color #C259AA: hue angle of 313.71º 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 #C259AA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 170 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.24 |
| HSL | 313.71º | 0.46% | 0.55% | - |
| HSV(B) | 313.71º | 0.54% | 0.76% | - |
| XYZ | 33.08 | 21.52 | 40.44 | - |
| YUV | 129.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 170 | 0 | 0.54 | 0.12 | 0.24 | 313.71 | 0.46 | 0.55 |
| Hex | C2 | 59 | AA | 0 | 36 | C | 18 | 13A | 2E | 37 |
| Octal | 302 | 131 | 252 | 0 | 66 | 14 | 30 | 472 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10101010 | 0 | 110110 | 1100 | 11000 | 100111010 | 101110 | 110111 |
Color Harmonies of #C259AA
Complementary color
Monochromatic Colors of #C259AA
Black with #C259AA
Text Example
Text Example
White with #C259AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259AA; }
p { color: rgb(194,89,170); }
H1.HeaderClassName
{
color: #C259AA;
}
.AnyTagClassName
{
color: #C259AA;
}
</style>
background-color css
<style>
a { background-color: #C259AA; }
a { background-color: rgb(194,89,170); }
div.DivClassName
{
background-color: #C259AA;
}
.BgClassName
{
background-color: #C259AA;
}
</style>
border-color css
<style>
span { border-color: #C259AA; }
span { border-color: rgb(194,89,170); }
td.TdClassName
{
border-color: #C259AA;
}
.TagClassName
{
border-color: #C259AA;
}
</style>