Html Css Color HEX #C139B2 Fuchsia

📋 copy color: '#C139B2'

red 193 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #C139B2

Tints of Fuchsia #C139B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 45.09%
G = 13.32%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C139B2 (or 0xC139B2) is known color: Fuchsia. HEX triplet: C1, 39 and B2. RGB value is (193,57,178). Sum of RGB (Red+Green+Blue) = 193+57+178=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C139B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139B2 is #3EC64D. Grayscale: #6F6F6F. Windows color (decimal): -4113998 or 11680193. OLE color: 11680193.

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

Color convert

RGB 193 57 178 -
CMYK 0 0.70 0.08 0.24
HSL 306.62º 0.54% 0.49% -
HSV(B) 306.62º 0.7% 0.76% -
XYZ 31.49 17.48 43.83 -
YUV 111.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 193 57 178 0 0.70 0.08 0.24 306.62 0.54 0.49
Hex C1 39 B2 0 46 8 18 133 36 31
Octal 301 71 262 0 106 10 30 463 66 61
Binary 11000001 111001 10110010 0 1000110 1000 11000 100110011 110110 110001

Color Harmonies of #C139B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139B2

Black with #C139B2

Text Example


Text Example

White with #C139B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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