#C750B5

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

Shades of Fuchsia #C750B5

Tints of Fuchsia #C750B5

Color information

#C750B5 (or 0xC750B5) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and B5. RGB value is (199,80,181). Sum of RGB (Red+Green+Blue) = 199+80+181=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C750B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750B5 is #38AF4A. Grayscale: #7E7E7E. Windows color (decimal): -3714891 or 11882695. OLE color: 11882695.

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

Color convert

RGB19980181-
CMYK00.600.090.22
HSL309.08º51.52%54.71%-
HSV(B)309.08º59.8%78.04%-
XYZ34.7621.2245.98-
YUV127.09158.42179.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 80 (31.64% from 255) = 17.39%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=43.26%
G=17.39%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998018100.600.090.22309.0851.5254.71
HexC750B503C9161353437
Octal30712026507411264656467
Binary110001111010000101101010111100100110110100110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750B5; }

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

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

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

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

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

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

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

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