#C753B2

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

Shades of Fuchsia #C753B2

Tints of Fuchsia #C753B2

Color information

#C753B2 (or 0xC753B2) is unknown color: approx Fuchsia. HEX triplet: C7, 53 and B2. RGB value is (199,83,178). Sum of RGB (Red+Green+Blue) = 199+83+178=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C753B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753B2 is #38AC4D. Grayscale: #808080. Windows color (decimal): -3714126 or 11686855. OLE color: 11686855.

HSL color Cylindrical-coordinate representation of color #C753B2: hue angle of 310.86º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C753B2 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19983178-
CMYK00.580.110.22
HSL310.86º50.88%55.29%-
HSV(B)310.86º58.29%78.04%-
XYZ34.6821.5444.45-
YUV128.51155.93178.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 83 (32.81% from 255) = 18.04%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=43.26%
G=18.04%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998317800.580.110.22310.8650.8855.29
HexC753B203AB161373337
Octal30712326207213264676367
Binary110001111010011101100100111010101110110100110111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C753B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C753B2; }

 p { color: rgb(199,83,178); }

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

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

 a { background-color: rgb(199,83,178); }

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

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

 span { border-color: rgb(199,83,178); }

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