#c758bf

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

Shades of Fuchsia #C758BF

Tints of Fuchsia #C758BF

Color information

#C758BF (or 0xC758BF) is unknown color: approx Fuchsia. HEX triplet: C7, 58 and BF. RGB value is (199,88,191). Sum of RGB (Red+Green+Blue) = 199+88+191=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C758BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758BF is #38A740. Grayscale: #848484. Windows color (decimal): -3712833 or 12540103. OLE color: 12540103.

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

Color convert

RGB19988191-
CMYK00.560.040.22
HSL304.32º49.78%56.27%-
HSV(B)304.32º55.78%78.04%-
XYZ36.4522.8851.79-
YUV132.93160.77175.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 191 (75% from 255) = 39.96%
R=41.63%
G=18.41%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998819100.560.040.22304.3249.7856.27
HexC758BF0384161303238
Octal3071302770704264606270
Binary11000111101100010111111011100010010110100110000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c758bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c758bf; }

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

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

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

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

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

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

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

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