Html Css Color HEX #C139BE Fuchsia

📋 copy color: '#C139BE'

red 193 ◦ green 57 ◦ blue 190

#C139BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C139BE

Tints of Fuchsia #C139BE

RGB

 RED value IS 193 (75.78% from 255) = 43.86%

 GREEN value IS 57 (22.66% from 255) = 12.95%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 43.86%
G = 12.95%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C139BE (or 0xC139BE) is known color: Fuchsia. HEX triplet: C1, 39 and BE. RGB value is (193,57,190). Sum of RGB (Red+Green+Blue) = 193+57+190=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C139BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139BE is #3EC641. Grayscale: #707070. Windows color (decimal): -4113986 or 12466625. OLE color: 12466625.

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

Color convert

RGB 193 57 190 -
CMYK 0 0.70 0.02 0.24
HSL 301.32º 0.54% 0.49% -
HSV(B) 301.32º 0.7% 0.76% -
XYZ 32.75 17.98 50.46 -
YUV 112.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 193 57 190 0 0.70 0.02 0.24 301.32 0.54 0.49
Hex C1 39 BE 0 46 2 18 12D 36 31
Octal 301 71 276 0 106 2 30 455 66 61
Binary 11000001 111001 10111110 0 1000110 10 11000 100101101 110110 110001

Color Harmonies of #C139BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139BE

Black with #C139BE

Text Example


Text Example

White with #C139BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139BE; }

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

 H1.HeaderClassName
 {
   color: #C139BE;
 }
 .AnyTagClassName
 {
   color: #C139BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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