#C137CB

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

Shades of Fuchsia #C137CB

Tints of Fuchsia #C137CB

Color information

#C137CB (or 0xC137CB) is unknown color: approx Fuchsia. HEX triplet: C1, 37 and CB. RGB value is (193,55,203). Sum of RGB (Red+Green+Blue) = 193+55+203=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #C137CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137CB is #3EC834. Grayscale: #707070. Windows color (decimal): -4114485 or 13318081. OLE color: 13318081.

HSL color Cylindrical-coordinate representation of color #C137CB: hue angle of 295.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C137CB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19355203-
CMYK0.050.7300.20
HSL295.95º58.73%50.59%-
HSV(B)295.95º72.91%79.61%-
XYZ34.1418.3858.25-
YUV113.13178.72184.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 55 (21.88% from 255) = 12.20%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=42.79%
G=12.20%
B=45.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193552030.050.7300.20295.9558.7350.59
HexC137CB5490141283b33
Octal3016731351110244507363
Binary11000001110111110010111011001001010100100101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C137CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C137CB; }

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

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

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

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

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

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

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

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