Shades of Fuchsia #C25FBA
Tints of Fuchsia #C25FBA
RGB
CMYK
RGB Variations
Color information
#C25FBA (or 0xC25FBA) is known color: Fuchsia. HEX triplet: C2, 5F and BA. RGB value is (194,95,186). Sum of RGB (Red+Green+Blue) = 194+95+186=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FBA is #3DA045. Grayscale: #868686. Windows color (decimal): -4038726 or 12214210. OLE color: 12214210.
HSL color Cylindrical-coordinate representation of color #C25FBA: hue angle of 304.85º 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 #C25FBA is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 186 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.24 |
| HSL | 304.85º | 0.45% | 0.57% | - |
| HSV(B) | 304.85º | 0.51% | 0.76% | - |
| XYZ | 35.2 | 23.2 | 49.08 | - |
| YUV | 134.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 186 | 0 | 0.51 | 0.04 | 0.24 | 304.85 | 0.45 | 0.57 |
| Hex | C2 | 5F | BA | 0 | 33 | 4 | 18 | 131 | 2D | 39 |
| Octal | 302 | 137 | 272 | 0 | 63 | 4 | 30 | 461 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10111010 | 0 | 110011 | 100 | 11000 | 100110001 | 101101 | 111001 |
Color Harmonies of #C25FBA
Complementary color
Monochromatic Colors of #C25FBA
Black with #C25FBA
Text Example
Text Example
White with #C25FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FBA; }
p { color: rgb(194,95,186); }
H1.HeaderClassName
{
color: #C25FBA;
}
.AnyTagClassName
{
color: #C25FBA;
}
</style>
background-color css
<style>
a { background-color: #C25FBA; }
a { background-color: rgb(194,95,186); }
div.DivClassName
{
background-color: #C25FBA;
}
.BgClassName
{
background-color: #C25FBA;
}
</style>
border-color css
<style>
span { border-color: #C25FBA; }
span { border-color: rgb(194,95,186); }
td.TdClassName
{
border-color: #C25FBA;
}
.TagClassName
{
border-color: #C25FBA;
}
</style>