Shades of Fuchsia #C25FA8
Tints of Fuchsia #C25FA8
RGB
CMYK
RGB Variations
Color information
#C25FA8 (or 0xC25FA8) is known color: Fuchsia. HEX triplet: C2, 5F and A8. RGB value is (194,95,168). Sum of RGB (Red+Green+Blue) = 194+95+168=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FA8 is #3DA057. Grayscale: #848484. Windows color (decimal): -4038744 or 11034562. OLE color: 11034562.
HSL color Cylindrical-coordinate representation of color #C25FA8: hue angle of 315.76º 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 #C25FA8 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 168 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.24 |
| HSL | 315.76º | 0.45% | 0.57% | - |
| HSV(B) | 315.76º | 0.51% | 0.76% | - |
| XYZ | 33.41 | 22.48 | 39.62 | - |
| YUV | 132.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 168 | 0 | 0.51 | 0.13 | 0.24 | 315.76 | 0.45 | 0.57 |
| Hex | C2 | 5F | A8 | 0 | 33 | D | 18 | 13C | 2D | 39 |
| Octal | 302 | 137 | 250 | 0 | 63 | 15 | 30 | 474 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10101000 | 0 | 110011 | 1101 | 11000 | 100111100 | 101101 | 111001 |
Color Harmonies of #C25FA8
Complementary color
Monochromatic Colors of #C25FA8
Black with #C25FA8
Text Example
Text Example
White with #C25FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FA8; }
p { color: rgb(194,95,168); }
H1.HeaderClassName
{
color: #C25FA8;
}
.AnyTagClassName
{
color: #C25FA8;
}
</style>
background-color css
<style>
a { background-color: #C25FA8; }
a { background-color: rgb(194,95,168); }
div.DivClassName
{
background-color: #C25FA8;
}
.BgClassName
{
background-color: #C25FA8;
}
</style>
border-color css
<style>
span { border-color: #C25FA8; }
span { border-color: rgb(194,95,168); }
td.TdClassName
{
border-color: #C25FA8;
}
.TagClassName
{
border-color: #C25FA8;
}
</style>