Shades of Fuchsia #C257A9
Tints of Fuchsia #C257A9
RGB
CMYK
RGB Variations
Color information
#C257A9 (or 0xC257A9) is known color: Fuchsia. HEX triplet: C2, 57 and A9. RGB value is (194,87,169). Sum of RGB (Red+Green+Blue) = 194+87+169=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C257A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257A9 is #3DA856. Grayscale: #808080. Windows color (decimal): -4040791 or 11098050. OLE color: 11098050.
HSL color Cylindrical-coordinate representation of color #C257A9: hue angle of 314.02º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257A9 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 169 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.24 |
| HSL | 314.02º | 0.47% | 0.55% | - |
| HSV(B) | 314.02º | 0.55% | 0.76% | - |
| XYZ | 32.82 | 21.15 | 39.89 | - |
| YUV | 128.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 169 | 0 | 0.55 | 0.13 | 0.24 | 314.02 | 0.47 | 0.55 |
| Hex | C2 | 57 | A9 | 0 | 37 | D | 18 | 13A | 2F | 37 |
| Octal | 302 | 127 | 251 | 0 | 67 | 15 | 30 | 472 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10101001 | 0 | 110111 | 1101 | 11000 | 100111010 | 101111 | 110111 |
Color Harmonies of #C257A9
Complementary color
Monochromatic Colors of #C257A9
Black with #C257A9
Text Example
Text Example
White with #C257A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257A9; }
p { color: rgb(194,87,169); }
H1.HeaderClassName
{
color: #C257A9;
}
.AnyTagClassName
{
color: #C257A9;
}
</style>
background-color css
<style>
a { background-color: #C257A9; }
a { background-color: rgb(194,87,169); }
div.DivClassName
{
background-color: #C257A9;
}
.BgClassName
{
background-color: #C257A9;
}
</style>
border-color css
<style>
span { border-color: #C257A9; }
span { border-color: rgb(194,87,169); }
td.TdClassName
{
border-color: #C257A9;
}
.TagClassName
{
border-color: #C257A9;
}
</style>