#C132C2

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

Shades of Fuchsia #C132C2

Tints of Fuchsia #C132C2

Color information

#C132C2 (or 0xC132C2) is unknown color: approx Fuchsia. HEX triplet: C1, 32 and C2. RGB value is (193,50,194). Sum of RGB (Red+Green+Blue) = 193+50+194=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #C132C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132C2 is #3ECD3D. Grayscale: #6C6C6C. Windows color (decimal): -4115774 or 12726977. OLE color: 12726977.

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

Color convert

RGB19350194-
CMYK0.010.7400.24
HSL299.58º59.02%47.84%-
HSV(B)299.58º74.23%76.08%-
XYZ32.8717.5152.69-
YUV109.17175.88187.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 50 (19.92% from 255) = 11.44%
BLUE value IS 194 (76.17% from 255) = 44.39%
R=44.16%
G=11.44%
B=44.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193501940.010.7400.24299.5859.0247.84
HexC132C214A01812c3b30
Octal3016230211120304547360
Binary110000011100101100001011001010011000100101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C132C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C132C2; }

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

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

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

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

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

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

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

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