Shades of Fuchsia #C25EA7
Tints of Fuchsia #C25EA7
RGB
CMYK
RGB Variations
Color information
#C25EA7 (or 0xC25EA7) is known color: Fuchsia. HEX triplet: C2, 5E and A7. RGB value is (194,94,167). Sum of RGB (Red+Green+Blue) = 194+94+167=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EA7 is #3DA158. Grayscale: #848484. Windows color (decimal): -4039001 or 10968770. OLE color: 10968770.
HSL color Cylindrical-coordinate representation of color #C25EA7: hue angle of 316.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25EA7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 167 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.24 |
| HSL | 316.2º | 0.45% | 0.56% | - |
| HSV(B) | 316.2º | 0.52% | 0.76% | - |
| XYZ | 33.23 | 22.26 | 39.11 | - |
| YUV | 132.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 167 | 0 | 0.52 | 0.14 | 0.24 | 316.2 | 0.45 | 0.56 |
| Hex | C2 | 5E | A7 | 0 | 34 | E | 18 | 13C | 2D | 38 |
| Octal | 302 | 136 | 247 | 0 | 64 | 16 | 30 | 474 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10100111 | 0 | 110100 | 1110 | 11000 | 100111100 | 101101 | 111000 |
Color Harmonies of #C25EA7
Complementary color
Monochromatic Colors of #C25EA7
Black with #C25EA7
Text Example
Text Example
White with #C25EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EA7; }
p { color: rgb(194,94,167); }
H1.HeaderClassName
{
color: #C25EA7;
}
.AnyTagClassName
{
color: #C25EA7;
}
</style>
background-color css
<style>
a { background-color: #C25EA7; }
a { background-color: rgb(194,94,167); }
div.DivClassName
{
background-color: #C25EA7;
}
.BgClassName
{
background-color: #C25EA7;
}
</style>
border-color css
<style>
span { border-color: #C25EA7; }
span { border-color: rgb(194,94,167); }
td.TdClassName
{
border-color: #C25EA7;
}
.TagClassName
{
border-color: #C25EA7;
}
</style>