Shades of Fuchsia #C25EB0
Tints of Fuchsia #C25EB0
RGB
CMYK
RGB Variations
Color information
#C25EB0 (or 0xC25EB0) is known color: Fuchsia. HEX triplet: C2, 5E and B0. RGB value is (194,94,176). Sum of RGB (Red+Green+Blue) = 194+94+176=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EB0 is #3DA14F. Grayscale: #858585. Windows color (decimal): -4038992 or 11558594. OLE color: 11558594.
HSL color Cylindrical-coordinate representation of color #C25EB0: hue angle of 310.8º 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 #C25EB0 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 176 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.24 |
| HSL | 310.8º | 0.45% | 0.56% | - |
| HSV(B) | 310.8º | 0.52% | 0.76% | - |
| XYZ | 34.09 | 22.61 | 43.64 | - |
| YUV | 133.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 176 | 0 | 0.52 | 0.09 | 0.24 | 310.8 | 0.45 | 0.56 |
| Hex | C2 | 5E | B0 | 0 | 34 | 9 | 18 | 137 | 2D | 38 |
| Octal | 302 | 136 | 260 | 0 | 64 | 11 | 30 | 467 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10110000 | 0 | 110100 | 1001 | 11000 | 100110111 | 101101 | 111000 |
Color Harmonies of #C25EB0
Complementary color
Monochromatic Colors of #C25EB0
Black with #C25EB0
Text Example
Text Example
White with #C25EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EB0; }
p { color: rgb(194,94,176); }
H1.HeaderClassName
{
color: #C25EB0;
}
.AnyTagClassName
{
color: #C25EB0;
}
</style>
background-color css
<style>
a { background-color: #C25EB0; }
a { background-color: rgb(194,94,176); }
div.DivClassName
{
background-color: #C25EB0;
}
.BgClassName
{
background-color: #C25EB0;
}
</style>
border-color css
<style>
span { border-color: #C25EB0; }
span { border-color: rgb(194,94,176); }
td.TdClassName
{
border-color: #C25EB0;
}
.TagClassName
{
border-color: #C25EB0;
}
</style>