#C748BF

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

Shades of Fuchsia #C748BF

Tints of Fuchsia #C748BF

Color information

#C748BF (or 0xC748BF) is unknown color: approx Fuchsia. HEX triplet: C7, 48 and BF. RGB value is (199,72,191). Sum of RGB (Red+Green+Blue) = 199+72+191=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BF is #38B740. Grayscale: #7B7B7B. Windows color (decimal): -3716929 or 12536007. OLE color: 12536007.

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

Color convert

RGB19972191-
CMYK00.640.040.22
HSL303.78º53.14%53.14%-
HSV(B)303.78º63.82%78.04%-
XYZ35.2720.5451.4-
YUV123.54166.08181.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 191 (75% from 255) = 41.34%
R=43.07%
G=15.58%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997219100.640.040.22303.7853.1453.14
HexC748BF0404161303535
Octal30711027701004264606565
Binary110001111001000101111110100000010010110100110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C748BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C748BF; }

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

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

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

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

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

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

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

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