#C139B0

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

Shades of Fuchsia #C139B0

Tints of Fuchsia #C139B0

Color information

#C139B0 (or 0xC139B0) is unknown color: approx Fuchsia. HEX triplet: C1, 39 and B0. RGB value is (193,57,176). Sum of RGB (Red+Green+Blue) = 193+57+176=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C139B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139B0 is #3EC64F. Grayscale: #6E6E6E. Windows color (decimal): -4114000 or 11549121. OLE color: 11549121.

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

Color convert

RGB19357176-
CMYK00.700.090.24
HSL307.5º54.4%49.02%-
HSV(B)307.5º70.47%75.69%-
XYZ31.2917.442.78-
YUV111.23164.56186.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 57 (22.66% from 255) = 13.38%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=45.31%
G=13.38%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935717600.700.090.24307.554.449.02
HexC139B00469181343631
Octal30171260010611304646661
Binary110000011110011011000001000110100111000100110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C139B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C139B0; }

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

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

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

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

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

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

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

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