#C139C2

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

Shades of Fuchsia #C139C2

Tints of Fuchsia #C139C2

Color information

#C139C2 (or 0xC139C2) is unknown color: approx Fuchsia. HEX triplet: C1, 39 and C2. RGB value is (193,57,194). Sum of RGB (Red+Green+Blue) = 193+57+194=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #C139C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139C2 is #3EC63D. Grayscale: #707070. Windows color (decimal): -4113982 or 12728769. OLE color: 12728769.

HSL color Cylindrical-coordinate representation of color #C139C2: hue angle of 299.56º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C139C2 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19357194-
CMYK0.010.7100.24
HSL299.56º54.58%49.22%-
HSV(B)299.56º70.62%76.08%-
XYZ33.1918.1652.79-
YUV113.28173.56184.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 194 (76.17% from 255) = 43.69%
R=43.47%
G=12.84%
B=43.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193571940.010.7100.24299.5654.5849.22
HexC139C214701812c3731
Octal3017130211070304546761
Binary110000011110011100001011000111011000100101100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C139C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C139C2; }

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

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

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

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

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

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

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

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