Html Css Color HEX #C137AB Fuchsia

📋 copy color: '#C137AB'

red 193 ◦ green 55 ◦ blue 171

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

Shades of Fuchsia #C137AB

Tints of Fuchsia #C137AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.13%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 46.06%
G = 13.13%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C137AB (or 0xC137AB) is known color: Fuchsia. HEX triplet: C1, 37 and AB. RGB value is (193,55,171). Sum of RGB (Red+Green+Blue) = 193+55+171=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C137AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137AB is #3EC854. Grayscale: #6D6D6D. Windows color (decimal): -4114517 or 11220929. OLE color: 11220929.

HSL color Cylindrical-coordinate representation of color #C137AB: hue angle of 309.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C137AB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 171 -
CMYK 0 0.72 0.11 0.24
HSL 309.57º 0.56% 0.49% -
HSV(B) 309.57º 0.72% 0.76% -
XYZ 30.71 17.01 40.19 -
YUV 109.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 193 55 171 0 0.72 0.11 0.24 309.57 0.56 0.49
Hex C1 37 AB 0 48 B 18 136 38 31
Octal 301 67 253 0 110 13 30 466 70 61
Binary 11000001 110111 10101011 0 1001000 1011 11000 100110110 111000 110001

Color Harmonies of #C137AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137AB

Black with #C137AB

Text Example


Text Example

White with #C137AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137AB; }

 p { color: rgb(193,55,171); }

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

background-color css

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

 a { background-color: rgb(193,55,171); }

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

border-color css

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

 span { border-color: rgb(193,55,171); }

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