#C132B2

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

Shades of Fuchsia #C132B2

Tints of Fuchsia #C132B2

Color information

#C132B2 (or 0xC132B2) is unknown color: approx Fuchsia. HEX triplet: C1, 32 and B2. RGB value is (193,50,178). Sum of RGB (Red+Green+Blue) = 193+50+178=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C132B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C132B2 is #3ECD4D. Grayscale: #6A6A6A. Windows color (decimal): -4115790 or 11678401. OLE color: 11678401.

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

Color convert

RGB19350178-
CMYK00.740.080.24
HSL306.29º58.85%47.65%-
HSV(B)306.29º74.09%75.69%-
XYZ31.1716.8343.73-
YUV107.35167.88189.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 50 (19.92% from 255) = 11.88%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=45.84%
G=11.88%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935017800.740.080.24306.2958.8547.65
HexC132B204A8181323b30
Octal30162262011210304627360
Binary110000011100101011001001001010100011000100110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C132B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C132B2; }

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

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

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

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

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

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

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

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