#C740B0

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

Shades of Fuchsia #C740B0

Tints of Fuchsia #C740B0

Color information

#C740B0 (or 0xC740B0) is unknown color: approx Fuchsia. HEX triplet: C7, 40 and B0. RGB value is (199,64,176). Sum of RGB (Red+Green+Blue) = 199+64+176=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C740B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740B0 is #38BF4F. Grayscale: #747474. Windows color (decimal): -3718992 or 11550919. OLE color: 11550919.

HSL color Cylindrical-coordinate representation of color #C740B0: hue angle of 310.22º 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 #C740B0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB19964176-
CMYK00.680.120.22
HSL310.22º54.66%51.57%-
HSV(B)310.22º67.84%78.04%-
XYZ33.2218.9442.98-
YUV117.13161.23186.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 64 (25.39% from 255) = 14.58%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=45.33%
G=14.58%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996417600.680.120.22310.2254.6651.57
HexC740B0044C161363734
Octal307100260010414264666764
Binary1100011110000001011000001000100110010110100110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C740B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C740B0; }

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

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

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

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

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

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

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

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