#C742BF

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

Shades of Fuchsia #C742BF

Tints of Fuchsia #C742BF

Color information

#C742BF (or 0xC742BF) is unknown color: approx Fuchsia. HEX triplet: C7, 42 and BF. RGB value is (199,66,191). Sum of RGB (Red+Green+Blue) = 199+66+191=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C742BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742BF is #38BD40. Grayscale: #777777. Windows color (decimal): -3718465 or 12534471. OLE color: 12534471.

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

Color convert

RGB19966191-
CMYK00.670.040.22
HSL303.61º54.29%51.96%-
HSV(B)303.61º66.83%78.04%-
XYZ34.9119.851.27-
YUV120.02168.06184.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 191 (75% from 255) = 41.89%
R=43.64%
G=14.47%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996619100.670.040.22303.6154.2951.96
HexC742BF0434161303634
Octal30710227701034264606664
Binary110001111000010101111110100001110010110100110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C742BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C742BF; }

 p { color: rgb(199,66,191); }

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

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

 a { background-color: rgb(199,66,191); }

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

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

 span { border-color: rgb(199,66,191); }

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