#C540C7

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

Shades of Fuchsia #C540C7

Tints of Fuchsia #C540C7

Color information

#C540C7 (or 0xC540C7) is unknown color: approx Fuchsia. HEX triplet: C5, 40 and C7. RGB value is (197,64,199). Sum of RGB (Red+Green+Blue) = 197+64+199=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 199 - color contains mainly: blue. Hex color #C540C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540C7 is #3ABF38. Grayscale: #767676. Windows color (decimal): -3850041 or 13058245. OLE color: 13058245.

HSL color Cylindrical-coordinate representation of color #C540C7: hue angle of 299.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540C7 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19764199-
CMYK0.010.6800.22
HSL299.11º54.66%51.57%-
HSV(B)299.11º67.84%78.04%-
XYZ35.1719.6655.97-
YUV119.16173.06183.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 64 (25.39% from 255) = 13.91%
BLUE value IS 199 (78.12% from 255) = 43.26%
R=42.83%
G=13.91%
B=43.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197641990.010.6800.22299.1154.6651.57
HexC540C714401612b3734
Octal30510030711040264536764
Binary1100010110000001100011111000100010110100101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540C7; }

 p { color: rgb(197,64,199); }

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

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

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

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

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

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

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