#C25FB3

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

Shades of Fuchsia #C25FB3

Tints of Fuchsia #C25FB3

Color information

#C25FB3 (or 0xC25FB3) is unknown color: approx Fuchsia. HEX triplet: C2, 5F and B3. RGB value is (194,95,179). Sum of RGB (Red+Green+Blue) = 194+95+179=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FB3 is #3DA04C. Grayscale: #858585. Windows color (decimal): -4038733 or 11755458. OLE color: 11755458.

HSL color Cylindrical-coordinate representation of color #C25FB3: hue angle of 309.09º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25FB3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19495179-
CMYK00.510.080.24
HSL309.09º44.8%56.67%-
HSV(B)309.09º51.03%76.08%-
XYZ34.4822.9145.25-
YUV134.18153.3170.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=41.45%
G=20.30%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949517900.510.080.24309.0944.856.67
HexC25FB30338181352d39
Octal30213726306310304655571
Binary110000101011111101100110110011100011000100110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25FB3; }

 p { color: rgb(194,95,179); }

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

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

 a { background-color: rgb(194,95,179); }

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

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

 span { border-color: rgb(194,95,179); }

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