Html Css Color HEX #C139AD Fuchsia

📋 copy color: '#C139AD'

red 193 ◦ green 57 ◦ blue 173

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

Shades of Fuchsia #C139AD

Tints of Fuchsia #C139AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 45.63%
G = 13.48%
B = 40.9%

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

#C139AD (or 0xC139AD) is known color: Fuchsia. HEX triplet: C1, 39 and AD. RGB value is (193,57,173). Sum of RGB (Red+Green+Blue) = 193+57+173=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C139AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139AD is #3EC652. Grayscale: #6E6E6E. Windows color (decimal): -4114003 or 11352513. OLE color: 11352513.

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

Color convert

RGB 193 57 173 -
CMYK 0 0.70 0.10 0.24
HSL 308.82º 0.54% 0.49% -
HSV(B) 308.82º 0.7% 0.76% -
XYZ 31 17.28 41.24 -
YUV 110.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 193 57 173 0 0.70 0.10 0.24 308.82 0.54 0.49
Hex C1 39 AD 0 46 A 18 135 36 31
Octal 301 71 255 0 106 12 30 465 66 61
Binary 11000001 111001 10101101 0 1000110 1010 11000 100110101 110110 110001

Color Harmonies of #C139AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139AD

Black with #C139AD

Text Example


Text Example

White with #C139AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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