#C137AD

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

Shades of Fuchsia #C137AD

Tints of Fuchsia #C137AD

Color information

#C137AD (or 0xC137AD) is unknown color: approx Fuchsia. HEX triplet: C1, 37 and AD. RGB value is (193,55,173). Sum of RGB (Red+Green+Blue) = 193+55+173=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C137AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137AD is #3EC852. Grayscale: #6D6D6D. Windows color (decimal): -4114515 or 11352001. OLE color: 11352001.

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

Color convert

RGB19355173-
CMYK00.720.100.24
HSL308.7º55.65%48.63%-
HSV(B)308.7º71.5%75.69%-
XYZ30.917.0941.2-
YUV109.71163.72187.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 55 (21.88% from 255) = 13.06%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=45.84%
G=13.06%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935517300.720.100.24308.755.6548.63
HexC137AD048A181353831
Octal30167255011012304657061
Binary110000011101111010110101001000101011000100110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C137AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C137AD; }

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

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

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

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

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

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

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

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