#C131B2

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

Shades of Fuchsia #C131B2

Tints of Fuchsia #C131B2

Color information

#C131B2 (or 0xC131B2) is unknown color: approx Fuchsia. HEX triplet: C1, 31 and B2. RGB value is (193,49,178). Sum of RGB (Red+Green+Blue) = 193+49+178=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C131B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C131B2 is #3ECE4D. Grayscale: #6A6A6A. Windows color (decimal): -4116046 or 11678145. OLE color: 11678145.

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

Color convert

RGB19349178-
CMYK00.750.080.24
HSL306.25º59.5%47.45%-
HSV(B)306.25º74.61%75.69%-
XYZ31.1316.7543.71-
YUV106.76168.21189.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 49 (19.53% from 255) = 11.67%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=45.95%
G=11.67%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934917800.750.080.24306.2559.547.45
HexC131B204B8181323c2f
Octal30161262011310304627457
Binary110000011100011011001001001011100011000100110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C131B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C131B2; }

 p { color: rgb(193,49,178); }

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

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

 a { background-color: rgb(193,49,178); }

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

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

 span { border-color: rgb(193,49,178); }

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