#C25AB6

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

Shades of Fuchsia #C25AB6

Tints of Fuchsia #C25AB6

Color information

#C25AB6 (or 0xC25AB6) is unknown color: approx Fuchsia. HEX triplet: C2, 5A and B6. RGB value is (194,90,182). Sum of RGB (Red+Green+Blue) = 194+90+182=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AB6 is #3DA549. Grayscale: #838383. Windows color (decimal): -4040010 or 11950786. OLE color: 11950786.

HSL color Cylindrical-coordinate representation of color #C25AB6: hue angle of 306.92º 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 #C25AB6 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19490182-
CMYK00.540.060.24
HSL306.92º46.02%55.69%-
HSV(B)306.92º53.61%76.08%-
XYZ34.3522.1646.72-
YUV131.58156.46172.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=41.63%
G=19.31%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949018200.540.060.24306.9246.0255.69
HexC25AB60366181332e38
Octal3021322660666304635670
Binary11000010101101010110110011011011011000100110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25AB6; }

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

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

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

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

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

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

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

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