#C537C8

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

Shades of Fuchsia #C537C8

Tints of Fuchsia #C537C8

Color information

#C537C8 (or 0xC537C8) is unknown color: approx Fuchsia. HEX triplet: C5, 37 and C8. RGB value is (197,55,200). Sum of RGB (Red+Green+Blue) = 197+55+200=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #C537C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537C8 is #3AC837. Grayscale: #717171. Windows color (decimal): -3852344 or 13121477. OLE color: 13121477.

HSL color Cylindrical-coordinate representation of color #C537C8: hue angle of 298.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C537C8 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19755200-
CMYK0.020.7200.22
HSL298.76º56.86%50%-
HSV(B)298.76º72.5%78.43%-
XYZ34.8218.7756.43-
YUV113.99176.54187.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.58%
GREEN value IS 55 (21.88% from 255) = 12.17%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=43.58%
G=12.17%
B=44.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197552000.020.7200.22298.7656.8650
HexC537C824801612b3932
Octal3056731021100264537162
Binary1100010111011111001000101001000010110100101011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C537C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C537C8; }

 p { color: rgb(197,55,200); }

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

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

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

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

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

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

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