Shades of Fuchsia #C25EB2
Tints of Fuchsia #C25EB2
RGB
CMYK
RGB Variations
Color information
#C25EB2 (or 0xC25EB2) is known color: Fuchsia. HEX triplet: C2, 5E and B2. RGB value is (194,94,178). Sum of RGB (Red+Green+Blue) = 194+94+178=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EB2 is #3DA14D. Grayscale: #858585. Windows color (decimal): -4038990 or 11689666. OLE color: 11689666.
HSL color Cylindrical-coordinate representation of color #C25EB2: hue angle of 309.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 #C25EB2 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 178 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.24 |
| HSL | 309.6º | 0.45% | 0.56% | - |
| HSV(B) | 309.6º | 0.52% | 0.76% | - |
| XYZ | 34.29 | 22.69 | 44.69 | - |
| YUV | 133.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 178 | 0 | 0.52 | 0.08 | 0.24 | 309.6 | 0.45 | 0.56 |
| Hex | C2 | 5E | B2 | 0 | 34 | 8 | 18 | 136 | 2D | 38 |
| Octal | 302 | 136 | 262 | 0 | 64 | 10 | 30 | 466 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10110010 | 0 | 110100 | 1000 | 11000 | 100110110 | 101101 | 111000 |
Color Harmonies of #C25EB2
Complementary color
Monochromatic Colors of #C25EB2
Black with #C25EB2
Text Example
Text Example
White with #C25EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EB2; }
p { color: rgb(194,94,178); }
H1.HeaderClassName
{
color: #C25EB2;
}
.AnyTagClassName
{
color: #C25EB2;
}
</style>
background-color css
<style>
a { background-color: #C25EB2; }
a { background-color: rgb(194,94,178); }
div.DivClassName
{
background-color: #C25EB2;
}
.BgClassName
{
background-color: #C25EB2;
}
</style>
border-color css
<style>
span { border-color: #C25EB2; }
span { border-color: rgb(194,94,178); }
td.TdClassName
{
border-color: #C25EB2;
}
.TagClassName
{
border-color: #C25EB2;
}
</style>