Shades of Fuchsia #C25EB9
Tints of Fuchsia #C25EB9
RGB
CMYK
RGB Variations
Color information
#C25EB9 (or 0xC25EB9) is known color: Fuchsia. HEX triplet: C2, 5E and B9. RGB value is (194,94,185). Sum of RGB (Red+Green+Blue) = 194+94+185=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EB9 is #3DA146. Grayscale: #868686. Windows color (decimal): -4038983 or 12148418. OLE color: 12148418.
HSL color Cylindrical-coordinate representation of color #C25EB9: hue angle of 305.4º 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 #C25EB9 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 185 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.24 |
| HSL | 305.4º | 0.45% | 0.56% | - |
| HSV(B) | 305.4º | 0.52% | 0.76% | - |
| XYZ | 35.01 | 22.98 | 48.49 | - |
| YUV | 134.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 185 | 0 | 0.52 | 0.05 | 0.24 | 305.4 | 0.45 | 0.56 |
| Hex | C2 | 5E | B9 | 0 | 34 | 5 | 18 | 131 | 2D | 38 |
| Octal | 302 | 136 | 271 | 0 | 64 | 5 | 30 | 461 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10111001 | 0 | 110100 | 101 | 11000 | 100110001 | 101101 | 111000 |
Color Harmonies of #C25EB9
Complementary color
Monochromatic Colors of #C25EB9
Black with #C25EB9
Text Example
Text Example
White with #C25EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EB9; }
p { color: rgb(194,94,185); }
H1.HeaderClassName
{
color: #C25EB9;
}
.AnyTagClassName
{
color: #C25EB9;
}
</style>
background-color css
<style>
a { background-color: #C25EB9; }
a { background-color: rgb(194,94,185); }
div.DivClassName
{
background-color: #C25EB9;
}
.BgClassName
{
background-color: #C25EB9;
}
</style>
border-color css
<style>
span { border-color: #C25EB9; }
span { border-color: rgb(194,94,185); }
td.TdClassName
{
border-color: #C25EB9;
}
.TagClassName
{
border-color: #C25EB9;
}
</style>