#C137C0

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

Shades of Fuchsia #C137C0

Tints of Fuchsia #C137C0

Color information

#C137C0 (or 0xC137C0) is unknown color: approx Fuchsia. HEX triplet: C1, 37 and C0. RGB value is (193,55,192). Sum of RGB (Red+Green+Blue) = 193+55+192=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C137C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137C0 is #3EC83F. Grayscale: #6F6F6F. Windows color (decimal): -4114496 or 12597185. OLE color: 12597185.

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

Color convert

RGB19355192-
CMYK00.720.010.24
HSL300.43º55.65%48.63%-
HSV(B)300.43º71.5%75.69%-
XYZ32.8717.8851.59-
YUV111.88173.22185.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=43.86%
G=12.5%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935519200.720.010.24300.4355.6548.63
HexC137C004811812c3831
Octal3016730001101304547061
Binary110000011101111100000001001000111000100101100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C137C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C137C0; }

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

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

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

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

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

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

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

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