#C25FB2

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

Shades of Fuchsia #C25FB2

Tints of Fuchsia #C25FB2

Color information

#C25FB2 (or 0xC25FB2) is unknown color: approx Fuchsia. HEX triplet: C2, 5F and B2. RGB value is (194,95,178). Sum of RGB (Red+Green+Blue) = 194+95+178=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FB2 is #3DA04D. Grayscale: #858585. Windows color (decimal): -4038734 or 11689922. OLE color: 11689922.

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

Color convert

RGB19495178-
CMYK00.510.080.24
HSL309.7º44.8%56.67%-
HSV(B)309.7º51.03%76.08%-
XYZ34.3822.8744.72-
YUV134.06152.8170.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=41.54%
G=20.34%
B=38.12%

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
Decimal1949517800.510.080.24309.744.856.67
HexC25FB20338181362d39
Octal30213726206310304665571
Binary110000101011111101100100110011100011000100110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25FB2; }

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

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

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

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

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

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

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

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