Html Css Color HEX #C139AE Fuchsia

📋 copy color: '#C139AE'

red 193 ◦ green 57 ◦ blue 174

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

Shades of Fuchsia #C139AE

Tints of Fuchsia #C139AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 45.52%
G = 13.44%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C139AE (or 0xC139AE) is known color: Fuchsia. HEX triplet: C1, 39 and AE. RGB value is (193,57,174). Sum of RGB (Red+Green+Blue) = 193+57+174=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C139AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139AE is #3EC651. Grayscale: #6E6E6E. Windows color (decimal): -4114002 or 11418049. OLE color: 11418049.

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

Color convert

RGB 193 57 174 -
CMYK 0 0.70 0.10 0.24
HSL 308.38º 0.54% 0.49% -
HSV(B) 308.38º 0.7% 0.76% -
XYZ 31.1 17.32 41.75 -
YUV 111 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 193 57 174 0 0.70 0.10 0.24 308.38 0.54 0.49
Hex C1 39 AE 0 46 A 18 134 36 31
Octal 301 71 256 0 106 12 30 464 66 61
Binary 11000001 111001 10101110 0 1000110 1010 11000 100110100 110110 110001

Color Harmonies of #C139AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139AE

Black with #C139AE

Text Example


Text Example

White with #C139AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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