#C25ABD

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

Shades of Fuchsia #C25ABD

Tints of Fuchsia #C25ABD

Color information

#C25ABD (or 0xC25ABD) is unknown color: approx Fuchsia. HEX triplet: C2, 5A and BD. RGB value is (194,90,189). Sum of RGB (Red+Green+Blue) = 194+90+189=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C25ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ABD is #3DA542. Grayscale: #848484. Windows color (decimal): -4040003 or 12409538. OLE color: 12409538.

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

Color convert

RGB19490189-
CMYK00.540.030.24
HSL302.88º46.02%55.69%-
HSV(B)302.88º53.61%76.08%-
XYZ35.0922.4650.63-
YUV132.38159.96171.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=41.01%
G=19.03%
B=39.96%

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
Decimal1949018900.540.030.24302.8846.0255.69
HexC25ABD03631812f2e38
Octal3021322750663304575670
Binary1100001010110101011110101101101111000100101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25ABD; }

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

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

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

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

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

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

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

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