Html Css Color HEX #C137BF Fuchsia

📋 copy color: '#C137BF'

red 193 ◦ green 55 ◦ blue 191

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

Shades of Fuchsia #C137BF

Tints of Fuchsia #C137BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 43.96%
G = 12.53%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C137BF (or 0xC137BF) is known color: Fuchsia. HEX triplet: C1, 37 and BF. RGB value is (193,55,191). Sum of RGB (Red+Green+Blue) = 193+55+191=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C137BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137BF is #3EC840. Grayscale: #6F6F6F. Windows color (decimal): -4114497 or 12531649. OLE color: 12531649.

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

Color convert

RGB 193 55 191 -
CMYK 0 0.72 0.01 0.24
HSL 300.87º 0.56% 0.49% -
HSV(B) 300.87º 0.72% 0.76% -
XYZ 32.76 17.83 51.01 -
YUV 111.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 193 55 191 0 0.72 0.01 0.24 300.87 0.56 0.49
Hex C1 37 BF 0 48 1 18 12D 38 31
Octal 301 67 277 0 110 1 30 455 70 61
Binary 11000001 110111 10111111 0 1001000 1 11000 100101101 111000 110001

Color Harmonies of #C137BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137BF

Black with #C137BF

Text Example


Text Example

White with #C137BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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