#C137BD

Color #C137BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C137BD

Tints of Fuchsia #C137BD

Color information

#C137BD (or 0xC137BD) is unknown color: approx Fuchsia. HEX triplet: C1, 37 and BD. RGB value is (193,55,189). Sum of RGB (Red+Green+Blue) = 193+55+189=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C137BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137BD is #3EC842. Grayscale: #6F6F6F. Windows color (decimal): -4114499 or 12400577. OLE color: 12400577.

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

Color convert

RGB19355189-
CMYK00.720.020.24
HSL301.74º55.65%48.63%-
HSV(B)301.74º71.5%75.69%-
XYZ32.5417.7449.85-
YUV111.54171.72186.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 55 (21.88% from 255) = 12.59%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=44.16%
G=12.59%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935518900.720.020.24301.7455.6548.63
HexC137BD04821812e3831
Octal3016727501102304567061
Binary1100000111011110111101010010001011000100101110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C137BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C137BD; }

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

 H1.HeaderClassName
 {
   color: #C137BD;
 }
 .AnyTagClassName
 {
   color: #C137BD;
 }
</style>
background-color css

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

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

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

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

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

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