Html Css Color HEX #C139AF Fuchsia

📋 copy color: '#C139AF'

red 193 ◦ green 57 ◦ blue 175

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

Shades of Fuchsia #C139AF

Tints of Fuchsia #C139AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 45.41%
G = 13.41%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C139AF (or 0xC139AF) is known color: Fuchsia. HEX triplet: C1, 39 and AF. RGB value is (193,57,175). Sum of RGB (Red+Green+Blue) = 193+57+175=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C139AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139AF is #3EC650. Grayscale: #6E6E6E. Windows color (decimal): -4114001 or 11483585. OLE color: 11483585.

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

Color convert

RGB 193 57 175 -
CMYK 0 0.70 0.09 0.24
HSL 307.94º 0.54% 0.49% -
HSV(B) 307.94º 0.7% 0.76% -
XYZ 31.19 17.36 42.26 -
YUV 111.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 193 57 175 0 0.70 0.09 0.24 307.94 0.54 0.49
Hex C1 39 AF 0 46 9 18 134 36 31
Octal 301 71 257 0 106 11 30 464 66 61
Binary 11000001 111001 10101111 0 1000110 1001 11000 100110100 110110 110001

Color Harmonies of #C139AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139AF

Black with #C139AF

Text Example


Text Example

White with #C139AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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