Shades of Fuchsia #C25EC5
Tints of Fuchsia #C25EC5
RGB
CMYK
RGB Variations
Color information
#C25EC5 (or 0xC25EC5) is known color: Fuchsia. HEX triplet: C2, 5E and C5. RGB value is (194,94,197). Sum of RGB (Red+Green+Blue) = 194+94+197=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #C25EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EC5 is #3DA13A. Grayscale: #878787. Windows color (decimal): -4038971 or 12934850. OLE color: 12934850.
HSL color Cylindrical-coordinate representation of color #C25EC5: hue angle of 298.25º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25EC5 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 94 | 197 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.23 |
| HSL | 298.25º | 0.47% | 0.57% | - |
| HSV(B) | 298.25º | 0.52% | 0.77% | - |
| XYZ | 36.33 | 23.51 | 55.45 | - |
| YUV | 135.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 197 | 0.02 | 0.52 | 0 | 0.23 | 298.25 | 0.47 | 0.57 |
| Hex | C2 | 5E | C5 | 2 | 34 | 0 | 17 | 12A | 2F | 39 |
| Octal | 302 | 136 | 305 | 2 | 64 | 0 | 27 | 452 | 57 | 71 |
| Binary | 11000010 | 1011110 | 11000101 | 10 | 110100 | 0 | 10111 | 100101010 | 101111 | 111001 |
Color Harmonies of #C25EC5
Complementary color
Monochromatic Colors of #C25EC5
Black with #C25EC5
Text Example
Text Example
White with #C25EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EC5; }
p { color: rgb(194,94,197); }
H1.HeaderClassName
{
color: #C25EC5;
}
.AnyTagClassName
{
color: #C25EC5;
}
</style>
background-color css
<style>
a { background-color: #C25EC5; }
a { background-color: rgb(194,94,197); }
div.DivClassName
{
background-color: #C25EC5;
}
.BgClassName
{
background-color: #C25EC5;
}
</style>
border-color css
<style>
span { border-color: #C25EC5; }
span { border-color: rgb(194,94,197); }
td.TdClassName
{
border-color: #C25EC5;
}
.TagClassName
{
border-color: #C25EC5;
}
</style>