#C750BB

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

Shades of Fuchsia #C750BB

Tints of Fuchsia #C750BB

Color information

#C750BB (or 0xC750BB) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and BB. RGB value is (199,80,187). Sum of RGB (Red+Green+Blue) = 199+80+187=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BB is #38AF44. Grayscale: #7F7F7F. Windows color (decimal): -3714885 or 12275911. OLE color: 12275911.

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

Color convert

RGB19980187-
CMYK00.600.060.22
HSL306.05º51.52%54.71%-
HSV(B)306.05º59.8%78.04%-
XYZ35.3921.4749.29-
YUV127.78161.42178.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=42.70%
G=17.17%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998018700.600.060.22306.0551.5254.71
HexC750BB03C6161323437
Octal3071202730746264626467
Binary11000111101000010111011011110011010110100110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750BB; }

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

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

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

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

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

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

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

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