Shades of Fuchsia #C25BA9
Tints of Fuchsia #C25BA9
RGB
CMYK
RGB Variations
Color information
#C25BA9 (or 0xC25BA9) is known color: Fuchsia. HEX triplet: C2, 5B and A9. RGB value is (194,91,169). Sum of RGB (Red+Green+Blue) = 194+91+169=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA9 is #3DA456. Grayscale: #828282. Windows color (decimal): -4039767 or 11099074. OLE color: 11099074.
HSL color Cylindrical-coordinate representation of color #C25BA9: hue angle of 314.56º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BA9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 169 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.24 |
| HSL | 314.56º | 0.46% | 0.56% | - |
| HSV(B) | 314.56º | 0.53% | 0.76% | - |
| XYZ | 33.15 | 21.82 | 40 | - |
| YUV | 130.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 169 | 0 | 0.53 | 0.13 | 0.24 | 314.56 | 0.46 | 0.56 |
| Hex | C2 | 5B | A9 | 0 | 35 | D | 18 | 13B | 2E | 38 |
| Octal | 302 | 133 | 251 | 0 | 65 | 15 | 30 | 473 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10101001 | 0 | 110101 | 1101 | 11000 | 100111011 | 101110 | 111000 |
Color Harmonies of #C25BA9
Complementary color
Monochromatic Colors of #C25BA9
Black with #C25BA9
Text Example
Text Example
White with #C25BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BA9; }
p { color: rgb(194,91,169); }
H1.HeaderClassName
{
color: #C25BA9;
}
.AnyTagClassName
{
color: #C25BA9;
}
</style>
background-color css
<style>
a { background-color: #C25BA9; }
a { background-color: rgb(194,91,169); }
div.DivClassName
{
background-color: #C25BA9;
}
.BgClassName
{
background-color: #C25BA9;
}
</style>
border-color css
<style>
span { border-color: #C25BA9; }
span { border-color: rgb(194,91,169); }
td.TdClassName
{
border-color: #C25BA9;
}
.TagClassName
{
border-color: #C25BA9;
}
</style>