Shades of Fuchsia #C25EC1
Tints of Fuchsia #C25EC1
RGB
CMYK
RGB Variations
Color information
#C25EC1 (or 0xC25EC1) is known color: Fuchsia. HEX triplet: C2, 5E and C1. RGB value is (194,94,193). Sum of RGB (Red+Green+Blue) = 194+94+193=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EC1 is #3DA13E. Grayscale: #868686. Windows color (decimal): -4038975 or 12672706. OLE color: 12672706.
HSL color Cylindrical-coordinate representation of color #C25EC1: hue angle of 300.6º 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 #C25EC1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 193 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.24 |
| HSL | 300.6º | 0.45% | 0.56% | - |
| HSV(B) | 300.6º | 0.52% | 0.76% | - |
| XYZ | 35.88 | 23.33 | 53.06 | - |
| YUV | 135.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 193 | 0 | 0.52 | 0.01 | 0.24 | 300.6 | 0.45 | 0.56 |
| Hex | C2 | 5E | C1 | 0 | 34 | 1 | 18 | 12D | 2D | 38 |
| Octal | 302 | 136 | 301 | 0 | 64 | 1 | 30 | 455 | 55 | 70 |
| Binary | 11000010 | 1011110 | 11000001 | 0 | 110100 | 1 | 11000 | 100101101 | 101101 | 111000 |
Color Harmonies of #C25EC1
Complementary color
Monochromatic Colors of #C25EC1
Black with #C25EC1
Text Example
Text Example
White with #C25EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EC1; }
p { color: rgb(194,94,193); }
H1.HeaderClassName
{
color: #C25EC1;
}
.AnyTagClassName
{
color: #C25EC1;
}
</style>
background-color css
<style>
a { background-color: #C25EC1; }
a { background-color: rgb(194,94,193); }
div.DivClassName
{
background-color: #C25EC1;
}
.BgClassName
{
background-color: #C25EC1;
}
</style>
border-color css
<style>
span { border-color: #C25EC1; }
span { border-color: rgb(194,94,193); }
td.TdClassName
{
border-color: #C25EC1;
}
.TagClassName
{
border-color: #C25EC1;
}
</style>