#C750BA

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

Shades of Fuchsia #C750BA

Tints of Fuchsia #C750BA

Color information

#C750BA (or 0xC750BA) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and BA. RGB value is (199,80,186). Sum of RGB (Red+Green+Blue) = 199+80+186=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BA is #38AF45. Grayscale: #7F7F7F. Windows color (decimal): -3714886 or 12210375. OLE color: 12210375.

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

Color convert

RGB19980186-
CMYK00.600.070.22
HSL306.55º51.52%54.71%-
HSV(B)306.55º59.8%78.04%-
XYZ35.2821.4248.73-
YUV127.66160.92178.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 80 (31.64% from 255) = 17.20%
BLUE value IS 186 (73.05% from 255) = 40%
R=42.80%
G=17.20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998018600.600.070.22306.5551.5254.71
HexC750BA03C7161333437
Octal3071202720747264636467
Binary11000111101000010111010011110011110110100110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750BA; }

 p { color: rgb(199,80,186); }

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

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

 a { background-color: rgb(199,80,186); }

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

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

 span { border-color: rgb(199,80,186); }

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