Shades of Fuchsia #C25FA9
Tints of Fuchsia #C25FA9
RGB
CMYK
RGB Variations
Color information
#C25FA9 (or 0xC25FA9) is known color: Fuchsia. HEX triplet: C2, 5F and A9. RGB value is (194,95,169). Sum of RGB (Red+Green+Blue) = 194+95+169=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FA9 is #3DA056. Grayscale: #848484. Windows color (decimal): -4038743 or 11100098. OLE color: 11100098.
HSL color Cylindrical-coordinate representation of color #C25FA9: hue angle of 315.15º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25FA9 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 169 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.24 |
| HSL | 315.15º | 0.45% | 0.57% | - |
| HSV(B) | 315.15º | 0.51% | 0.76% | - |
| XYZ | 33.5 | 22.52 | 40.12 | - |
| YUV | 133.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 169 | 0 | 0.51 | 0.13 | 0.24 | 315.15 | 0.45 | 0.57 |
| Hex | C2 | 5F | A9 | 0 | 33 | D | 18 | 13B | 2D | 39 |
| Octal | 302 | 137 | 251 | 0 | 63 | 15 | 30 | 473 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10101001 | 0 | 110011 | 1101 | 11000 | 100111011 | 101101 | 111001 |
Color Harmonies of #C25FA9
Complementary color
Monochromatic Colors of #C25FA9
Black with #C25FA9
Text Example
Text Example
White with #C25FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FA9; }
p { color: rgb(194,95,169); }
H1.HeaderClassName
{
color: #C25FA9;
}
.AnyTagClassName
{
color: #C25FA9;
}
</style>
background-color css
<style>
a { background-color: #C25FA9; }
a { background-color: rgb(194,95,169); }
div.DivClassName
{
background-color: #C25FA9;
}
.BgClassName
{
background-color: #C25FA9;
}
</style>
border-color css
<style>
span { border-color: #C25FA9; }
span { border-color: rgb(194,95,169); }
td.TdClassName
{
border-color: #C25FA9;
}
.TagClassName
{
border-color: #C25FA9;
}
</style>