#C25EB9

Color #C25EB9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C25EB9

Tints of Fuchsia #C25EB9

Color information

#C25EB9 (or 0xC25EB9) is unknown color: approx 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

RGB19494185-
CMYK00.520.050.24
HSL305.4º45.05%56.47%-
HSV(B)305.4º51.55%76.08%-
XYZ35.0122.9848.49-
YUV134.27156.63170.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=41.01%
G=19.87%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949418500.520.050.24305.445.0556.47
HexC25EB90345181312d38
Octal3021362710645304615570
Binary11000010101111010111001011010010111000100110001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>