#C753C6

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

Shades of Fuchsia #C753C6

Tints of Fuchsia #C753C6

Color information

#C753C6 (or 0xC753C6) is unknown color: approx Fuchsia. HEX triplet: C7, 53 and C6. RGB value is (199,83,198). Sum of RGB (Red+Green+Blue) = 199+83+198=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C753C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753C6 is #38AC39. Grayscale: #828282. Windows color (decimal): -3714106 or 12997575. OLE color: 12997575.

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

Color convert

RGB19983198-
CMYK00.580.010.22
HSL300.52º50.88%55.29%-
HSV(B)300.52º58.29%78.04%-
XYZ36.8422.4155.81-
YUV130.79165.93176.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 83 (32.81% from 255) = 17.29%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=41.46%
G=17.29%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998319800.580.010.22300.5250.8855.29
HexC753C603A11612d3337
Octal3071233060721264556367
Binary110001111010011110001100111010110110100101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C753C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C753C6; }

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

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

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

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

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

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

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

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