#C139BA

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

Shades of Fuchsia #C139BA

Tints of Fuchsia #C139BA

Color information

#C139BA (or 0xC139BA) is unknown color: approx Fuchsia. HEX triplet: C1, 39 and BA. RGB value is (193,57,186). Sum of RGB (Red+Green+Blue) = 193+57+186=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C139BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139BA is #3EC645. Grayscale: #6F6F6F. Windows color (decimal): -4113990 or 12204481. OLE color: 12204481.

HSL color Cylindrical-coordinate representation of color #C139BA: hue angle of 303.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C139BA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19357186-
CMYK00.700.040.24
HSL303.09º54.4%49.02%-
HSV(B)303.09º70.47%75.69%-
XYZ32.3217.8148.19-
YUV112.37169.56185.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 57 (22.66% from 255) = 13.07%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=44.27%
G=13.07%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935718600.700.040.24303.0954.449.02
HexC139BA04641812f3631
Octal3017127201064304576661
Binary11000001111001101110100100011010011000100101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C139BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C139BA; }

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

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

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

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

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

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

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

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