#C25BAD

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

Shades of Fuchsia #C25BAD

Tints of Fuchsia #C25BAD

Color information

#C25BAD (or 0xC25BAD) is unknown color: approx Fuchsia. HEX triplet: C2, 5B and AD. RGB value is (194,91,173). Sum of RGB (Red+Green+Blue) = 194+91+173=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BAD is #3DA452. Grayscale: #828282. Windows color (decimal): -4039763 or 11361218. OLE color: 11361218.

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

Color convert

RGB19491173-
CMYK00.530.110.24
HSL312.23º45.78%55.88%-
HSV(B)312.23º53.09%76.08%-
XYZ33.5321.9742.01-
YUV131.15151.62172.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=42.36%
G=19.87%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949117300.530.110.24312.2345.7855.88
HexC25BAD035B181382e38
Octal30213325506513304705670
Binary110000101011011101011010110101101111000100111000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25BAD; }

 p { color: rgb(194,91,173); }

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

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

 a { background-color: rgb(194,91,173); }

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

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

 span { border-color: rgb(194,91,173); }

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