#C538C5

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

Shades of Fuchsia #C538C5

Tints of Fuchsia #C538C5

Color information

#C538C5 (or 0xC538C5) is unknown color: approx Fuchsia. HEX triplet: C5, 38 and C5. RGB value is (197,56,197). Sum of RGB (Red+Green+Blue) = 197+56+197=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C538C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538C5 is #3AC73A. Grayscale: #717171. Windows color (decimal): -3852091 or 12925125. OLE color: 12925125.

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

Color convert

RGB19756197-
CMYK00.7200.23
HSL300º55.73%49.61%-
HSV(B)300º71.57%77.25%-
XYZ34.5218.7354.62-
YUV114.23174.71187.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 56 (22.27% from 255) = 12.44%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=43.78%
G=12.44%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975619700.7200.2330055.7349.61
HexC538C504801712c3832
Octal3057030501100274547062
Binary110001011110001100010101001000010111100101100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C538C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C538C5; }

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

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

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

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

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

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

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

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