#c538b5

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

Shades of Fuchsia #C538B5

Tints of Fuchsia #C538B5

Color information

#C538B5 (or 0xC538B5) is unknown color: approx Fuchsia. HEX triplet: C5, 38 and B5. RGB value is (197,56,181). Sum of RGB (Red+Green+Blue) = 197+56+181=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C538B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538B5 is #3AC74A. Grayscale: #707070. Windows color (decimal): -3852107 or 11876549. OLE color: 11876549.

HSL color Cylindrical-coordinate representation of color #C538B5: hue angle of 306.81º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538B5 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19756181-
CMYK00.720.080.23
HSL306.81º55.73%49.61%-
HSV(B)306.81º71.57%77.25%-
XYZ32.7818.0345.47-
YUV112.41166.71188.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=45.39%
G=12.90%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975618100.720.080.23306.8155.7349.61
HexC538B50488171333832
Octal30570265011010274637062
Binary110001011110001011010101001000100010111100110011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c538b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c538b5; }

 p { color: rgb(197,56,181); }

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

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

 a { background-color: rgb(197,56,181); }

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

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

 span { border-color: rgb(197,56,181); }

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