#C25ABC

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

Shades of Fuchsia #C25ABC

Tints of Fuchsia #C25ABC

Color information

#C25ABC (or 0xC25ABC) is unknown color: approx Fuchsia. HEX triplet: C2, 5A and BC. RGB value is (194,90,188). Sum of RGB (Red+Green+Blue) = 194+90+188=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C25ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ABC is #3DA543. Grayscale: #838383. Windows color (decimal): -4040004 or 12344002. OLE color: 12344002.

HSL color Cylindrical-coordinate representation of color #C25ABC: hue angle of 303.46º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25ABC is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19490188-
CMYK00.540.030.24
HSL303.46º46.02%55.69%-
HSV(B)303.46º53.61%76.08%-
XYZ34.9822.4150.06-
YUV132.27159.46172.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 90 (35.55% from 255) = 19.07%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=41.10%
G=19.07%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949018800.540.030.24303.4646.0255.69
HexC25ABC03631812f2e38
Octal3021322740663304575670
Binary1100001010110101011110001101101111000100101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25ABC; }

 p { color: rgb(194,90,188); }

 H1.HeaderClassName
 {
   color: #C25ABC;
 }
 .AnyTagClassName
 {
   color: #C25ABC;
 }
</style>
background-color css

<style>
 a { background-color: #C25ABC; }

 a { background-color: rgb(194,90,188); }

 div.DivClassName
 {
   background-color: #C25ABC;
 }
 .BgClassName
 {
   background-color: #C25ABC;
 }
</style>
border-color css

<style>
 span { border-color: #C25ABC; }

 span { border-color: rgb(194,90,188); }

 td.TdClassName
 {
   border-color: #C25ABC;
 }
 .TagClassName
 {
   border-color: #C25ABC;
 }
</style>